Displaying 1 result from an estimated 1 matches for "886g".
Did you mean:
886
2012 Sep 13
0
defer_destroy property set on snapshot creation
...zfs get defer_destroy | grep U2037\@5
groklab/ws08r2-U2037 at 5 defer_destroy on -
Create a clone:
root at grok-zfs1:~# zfs clone groklab/ws08r2-U2037 at 5 groklab/test2
root at grok-zfs1:~# zfs list -t all | grep test2
groklab/test2 0 886G 11.6G -
The snapshot is still there:
root at grok-zfs1:~# zfs list -t all | grep U2037\@5
groklab/ws08r2-U2037 at 5 0 - 11.6G -
Destroy the clone:
root at grok-zfs1:~# zfs destroy groklab/test2
Snapshot is gone:
root at grok-zfs1:~# zfs list -t all | grep U2037\@5...