Skip to content

Commit

Permalink
Illumos 1644 add ZFS "clones" property
Browse files Browse the repository at this point in the history
Reviewed by: Richard Lowe <[email protected]>
Reviewed by: George Wilson <[email protected]>
Approved by: Gordon Ross <[email protected]>

References:
 https://www.illumos.org/issues/1644

Ported-by: Richard Laager <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
  • Loading branch information
ahrens authored and rlaager committed May 11, 2016
1 parent 66e1f98 commit fa5bb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/man8/zfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ For file systems, indicates whether the file system is currently mounted. This p
.ad
.sp .6
.RS 4n
For cloned file systems or volumes, the snapshot from which the clone was created. See also the \fBclones\fR property.
For cloned file systems or volumes, the snapshot from which the clone was created. The origin cannot be destroyed (even with the \fB-r\fR or \fB-f\fR options) so long as a clone exists. See also the \fBclones\fR property.
.RE

.sp
Expand Down Expand Up @@ -1740,7 +1740,7 @@ comma-separated list to identify multiple snapshots.
.ad
.sp .6
.RS 4n
If the snapshot does not qualify for immediate destruction, rather than returning an error, it is marked for deferred destruction. In this state, it exists as a usable, visible snapshot until both of the preconditions listed above are met, at which point it is destroyed.
If a snapshot does not qualify for immediate destruction, rather than returning an error, it is marked for deferred destruction. In this state, it exists as a usable, visible snapshot until both of the preconditions listed above are met, at which point it is destroyed.
.RE

.sp
Expand Down

0 comments on commit fa5bb35

Please sign in to comment.