From fb8a10d5beb9c5d9106d56b669ab664df7fe08e6 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Fri, 27 Apr 2018 23:59:49 +0000 Subject: [PATCH] OpenZFS 9521 - Add checkpoint field Add checkpoint field in the default list of the zpool-list man page Authored by: Eitan Adler Reviewed by: Serapheim Dimitropoulos Reviewed by: Matthew Ahrens Reviewed by: kpande Reviewed by: Tim Chase Reviewed-by: George Melikov Reviewed-by: Giuseppe Di Natale Approved by: Dan McDonald Ported-by: Brian Behlendorf OpenZFS-issue: https://illumos.org/issues/9521 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/c5a860f7b Closes #7658 --- man/man8/zpool.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index ddcba2e7206..b3196399d47 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 -- 2.45.0