Created
December 1, 2020 16:14
-
-
Save danmcd/bff3ba35f6b9b6b6e83551c3b6c59b38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# zfs list -t all | |
NAME USED AVAIL REFER MOUNTPOINT | |
zones 1.39T 2.12T 263G /zones | |
zones/smartos-build-danmcd 711G 2.12T 708G /export/home | |
zones/smartos-build-danmcd@backup 71.3G - 335G - | |
# zfs destroy -nv zones/smartos-build-danmcd@backup | |
would destroy zones/smartos-build-danmcd@backup | |
would reclaim 71.3G | |
# zfs destroy -v zones/smartos-build-danmcd@backup | |
will destroy zones/smartos-build-danmcd@backup | |
will reclaim 71.3G | |
# zfs create zones/smartos-build-danmcd/kebe | |
# zfs destroy -nv zones/smartos-build-danmcd/kebe | |
would destroy zones/smartos-build-danmcd/kebe | |
# zfs destroy -v zones/smartos-build-danmcd/kebe | |
will destroy zones/smartos-build-danmcd/kebe | |
# zonename | |
ee62f3de-bca3-6478-fb4b-feec232b1e99 | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment