On January 17, 2016 3:53:17 AM EST, Jorge Schrauwen <[email protected]> wrote: >IIRC SmartOS does that when indestructable_dataset is set to true, >If you set it to false it removes all holds, but last I was testing
Yup. You're right Taken from https://github.com/joyent/smartos-live/blob/master/src/vm/man/vmadm.1m.md: If you have set the indestructible_zoneroot or indestructible_delegated flags on a VM it *cannot* be deleted until you have unset these flags with something like: vmadm update <uuid> indestructible_zoneroot=false vmadm update <uuid> indestructible_delegated=false to remove the snapshot and holds. ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
