diff options
author | Umer Saleem <[email protected]> | 2022-08-25 02:20:43 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-24 14:20:43 -0700 |
commit | a582d52993134905f2e96cebe7aff410f29b1ad8 (patch) | |
tree | a0e38110e95219d814eaadd0c944aa6b45556e05 /man/man7 | |
parent | 0c4064d9a08ca2cf601ad1010e7cfd3f917cb991 (diff) |
Updates for snapshots_changed property
Currently, snapshots_changed property is stored in dd_props_zapobj, due
to which the property is assumed to be local. This causes a difference
in behavior with respect to other readonly properties.
This commit stores the snapshots_changed property in dd_object. Source
is not set to local in this case, which makes it consistent with other
readonly properties.
This commit also updates the date string format to include seconds.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Umer Saleem <[email protected]>
Closes #13785
Diffstat (limited to 'man/man7')
-rw-r--r-- | man/man7/zfsprops.7 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 8fff09a19..93a7bfcc8 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -526,6 +526,9 @@ Specifies the time at which a snapshot for a dataset was last created or deleted. .Pp This allows us to be more efficient how often we query snapshots. +The property is persistent across mount and unmount operations only if the +.Sy extensible_dataset +feature is enabled. .It Sy volblocksize For volumes, specifies the block size of the volume. The |