Displaying 1 result from an estimated 1 matches for "oldwill".
Did you mean:
oldmill
2008 Jul 17
4
RFE: -t flag for ''zfs destroy''
...ystem home/will
(succeeds)
Now, to test the behavior of ''-r'', I recreate the same structure as
before, and run some more commands:
zfs destroy -r -t snapshot home
(succeeds)
zfs list -Hro name
home
home/will
One more time, to demonstrate -R:
zfs clone home/will at yesterday home/oldwill
zfs destroy -R -t snapshot home
(???)
The two ways I can think of at this point are to destroy the clone as
well, or to promote it and then destroy the snapshots. Or, I suppose,
make -R incompatible with -t for zfs destroy.
I imagine this would be easy to implement, and for scripting use it
would...