Print this page
Add more details to the description of the fsid_guid dataset property
6333 ZFS should let the user specify or modify the fsid_guid of a dataset

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zfs.1m.man.txt
          +++ new/usr/src/man/man1m/zfs.1m.man.txt
↓ open down ↓ 584 lines elided ↑ open up ↑
 585  585  
 586  586       filesystem_limit=count|none
 587  587         Limits the number of filesystems and volumes that can exist under this
 588  588         point in the dataset tree. The limit is not enforced if the user is
 589  589         allowed to change the limit. Setting a filesystem_limit to on a
 590  590         descendent of a filesystem that already has a filesystem_limit does not
 591  591         override the ancestor's filesystem_limit, but rather imposes an
 592  592         additional limit. This feature must be enabled to be used (see
 593  593         zpool-features(5)).
 594  594  
      595 +     fsid_guid=value
      596 +       Sets the dataset fsid_guid. The fsid_guid is a 64-bit unsigned integer,
      597 +       used to construct the vfs id when mounting a dataset.  This property
      598 +       should only be set if you need the vfs id to be identical on two
      599 +       systems, for example in a NFS migration scenario.  When the fsid_guid
      600 +       is changed for a file system, the file system and any children that
      601 +       inherit the mountpoint are unmounted, then remounted. If the file
      602 +       system was shared, existing NFS clients will require a remount.
      603 +
 595  604       mountpoint=path|none|legacy
 596  605         Controls the mount point used for this file system. See the Mount
 597  606         Points section for more information on how this property is used.
 598  607  
 599  608         When the mountpoint property is changed for a file system, the file
 600  609         system and any children that inherit the mount point are unmounted. If
 601  610         the new value is legacy, then they remain unmounted. Otherwise, they
 602  611         are automatically remounted in the new location if the property was
 603  612         previously legacy or none, or if they were mounted before the property
 604  613         was changed. In addition, any shared file systems are unshared and
↓ open down ↓ 1590 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX