Print this page
2619 asynchronous destruction of ZFS file systems
2747 SPA versioning with zfs feature flags
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <gwilson@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>
Approved by: Dan McDonald <danmcd@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-file-system-zfs.mf
          +++ new/usr/src/pkg/manifests/system-file-system-zfs.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright (c) 2012 by Delphix. All rights reserved.
  24   25  #
  25   26  
  26   27  set name=pkg.fmri value=pkg:/system/file-system/zfs@$(PKGVERS)
  27   28  set name=pkg.description value="ZFS libraries and commands"
  28   29  set name=pkg.summary value=ZFS
  29   30  set name=info.classification \
  30   31      value="org.opensolaris.category.2008:System/File System"
  31   32  
  32   33  #
  33   34  # Skip manifest generation until build 134 can be required on the
↓ open down ↓ 90 lines elided ↑ open up ↑
 124  125  file path=usr/lib/zfs/availdevs mode=0555
 125  126  file path=usr/lib/zfs/pyzfs.py mode=0555
 126  127  file path=usr/lib/zfs/pyzfs.pyc mode=0555
 127  128  $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555
 128  129  file path=usr/sbin/$(ARCH64)/zdb mode=0555
 129  130  file path=usr/sbin/zstreamdump mode=0555
 130  131  file path=usr/share/man/man1m/zdb.1m
 131  132  file path=usr/share/man/man1m/zfs.1m
 132  133  file path=usr/share/man/man1m/zpool.1m
 133  134  file path=usr/share/man/man1m/zstreamdump.1m
      135 +file path=usr/share/man/man5/zpool-features.5
 134  136  hardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs
 135  137  $(i386_ONLY)hardlink path=kernel/fs/zfs target=../../kernel/drv/zfs
 136  138  hardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp
 137  139  hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
 138  140  legacy pkg=SUNWzfskr desc="ZFS kernel root components" \
 139  141      name="ZFS Kernel (Root)"
 140  142  legacy pkg=SUNWzfsr desc="ZFS root components" name="ZFS (Root)"
 141  143  legacy pkg=SUNWzfsu desc="ZFS libraries and commands" name="ZFS (Usr)"
 142  144  license cr_Sun license=cr_Sun
 143  145  license lic_CDDL license=lic_CDDL
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX