diff options
author | Paul Zuchowski <[email protected]> | 2018-03-12 18:24:08 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-03-12 15:24:08 -0700 |
commit | 83362e8e676a3ffae6b3b21f350f9b999a068605 (patch) | |
tree | fc19045897b722c9d0d193600fcb5059b24b1572 /man | |
parent | 9470cbd4f95ecd730d18f7dadd56bcf54c6711b0 (diff) |
Destroy makes full snap list before destroying
Change zfs destroy logic so destroying begins before
the entire list of snapshots is built.
Reviewed-by: loli10K <[email protected]>
Reviewed-by: Kash Pande <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Paul Zuchowski <[email protected]>
Closes #7271
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index ea585b533..7d7af1540 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2528,7 +2528,8 @@ If this flag is specified, the .Fl d flag will have no effect. .It Fl d -Defer snapshot deletion. +Destroy immediately. If a snapshot cannot be destroyed now, mark it for +deferred destruction. .It Fl n Do a dry-run .Pq Qq No-op |