diff options
author | Eitan Adler <[email protected]> | 2018-04-27 23:59:49 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-06-27 09:33:37 -0700 |
commit | fb8a10d5beb9c5d9106d56b669ab664df7fe08e6 (patch) | |
tree | f888c989ef00737a59fc78207e12244123f30749 /man/man8 | |
parent | aebfb848514ec371bb6872529f680f04d4103911 (diff) |
OpenZFS 9521 - Add checkpoint field
Add checkpoint field in the default list of the zpool-list man page
Authored by: Eitan Adler <[email protected]>
Reviewed by: Serapheim Dimitropoulos <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: kpande <[email protected]>
Reviewed by: Tim Chase <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://illumos.org/issues/9521
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/c5a860f7b
Closes #7658
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zpool.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index ddcba2e72..b3196399d 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -1784,8 +1784,8 @@ See the .Sx Properties section for a list of valid properties. The default list is -.Cm name , size , allocated , free , expandsize , fragmentation , capacity , -.Cm dedupratio , health , altroot . +.Cm name , size , allocated , free , checkpoint, expandsize , fragmentation , +.Cm capacity , dedupratio , health , altroot . .It Fl L Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the |