You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a way to reliably destroy ZFS containers when there are child dependencies.
ubuntu@ip-10-60-86-207:~$ sudo lxc-destroy -n myapp-s5
cannot destroy 'tank/myapp-s5': filesystem has children
use '-r' to destroy the following datasets:
tank/myapp-s5@myapp-s5_v2_web_10002
tank/myapp-s5@myapp-s5_v3_web_10001
lxc_container: Error destroying rootfs for myapp-s5
Destroying myapp-s5 failed
ubuntu@ip-10-60-86-207:~$
The text was updated successfully, but these errors were encountered:
Need a way to reliably destroy ZFS containers when there are child dependencies.
The text was updated successfully, but these errors were encountered: