1359 Each source must be one of the following: local, default,
1360 inherited, temporary, and none. The default value is all sources.
1361
1362 -t type
1363 A comma-separated list of types to display, where type is one of
1364 filesystem, snapshot, volume, bookmark, or all.
1365
1366 zfs inherit [-rS] property filesystem|volume|snapshot...
1367 Clears the specified property, causing it to be inherited from an
1368 ancestor, restored to default if no ancestor has the property set, or
1369 with the -S option reverted to the received value if one exists. See
1370 the Properties section for a listing of default values, and details on
1371 which properties can be inherited.
1372
1373 -r Recursively inherit the given property for all children.
1374
1375 -S Revert the property to the received value if one exists; otherwise
1376 operate as if the -S option was not specified.
1377
1378 zfs remap filesystem|volume
1379 Remap the indirect blocks in the given fileystem or volume so that they
1380 no longer reference blocks on previously removed vdevs and we can
1381 eventually shrink the size of the indirect mapping objects for the
1382 previously removed vdevs. Note that remapping all blocks might not be
1383 possible and that references from snapshots will still exist and cannot
1384 be remapped.
1385
1386 zfs upgrade
1387 Displays a list of file systems that are not the most recent version.
1388
1389 zfs upgrade -v
1390 Displays a list of currently supported file system versions.
1391
1392 zfs upgrade [-r] [-V version] -a | filesystem
1393 Upgrades file systems to a new on-disk version. Once this is done, the
1394 file systems will no longer be accessible on systems running older
1395 versions of the software. zfs send streams generated from new
1396 snapshots of these file systems cannot be accessed on systems running
1397 older versions of the software.
1398
1399 In general, the file system version is independent of the pool version.
1400 See zpool(1M) for information on the zpool upgrade command.
|
1359 Each source must be one of the following: local, default,
1360 inherited, temporary, and none. The default value is all sources.
1361
1362 -t type
1363 A comma-separated list of types to display, where type is one of
1364 filesystem, snapshot, volume, bookmark, or all.
1365
1366 zfs inherit [-rS] property filesystem|volume|snapshot...
1367 Clears the specified property, causing it to be inherited from an
1368 ancestor, restored to default if no ancestor has the property set, or
1369 with the -S option reverted to the received value if one exists. See
1370 the Properties section for a listing of default values, and details on
1371 which properties can be inherited.
1372
1373 -r Recursively inherit the given property for all children.
1374
1375 -S Revert the property to the received value if one exists; otherwise
1376 operate as if the -S option was not specified.
1377
1378 zfs remap filesystem|volume
1379 Remap the indirect blocks in the given filesystem or volume so that
1380 they no longer reference blocks on previously removed vdevs and we can
1381 eventually shrink the size of the indirect mapping objects for the
1382 previously removed vdevs. Note that remapping all blocks might not be
1383 possible and that references from snapshots will still exist and cannot
1384 be remapped.
1385
1386 zfs upgrade
1387 Displays a list of file systems that are not the most recent version.
1388
1389 zfs upgrade -v
1390 Displays a list of currently supported file system versions.
1391
1392 zfs upgrade [-r] [-V version] -a | filesystem
1393 Upgrades file systems to a new on-disk version. Once this is done, the
1394 file systems will no longer be accessible on systems running older
1395 versions of the software. zfs send streams generated from new
1396 snapshots of these file systems cannot be accessed on systems running
1397 older versions of the software.
1398
1399 In general, the file system version is independent of the pool version.
1400 See zpool(1M) for information on the zpool upgrade command.
|