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
notice there is now a 14.1-RELEASE@testjail snapshot
destroy the jail: iocage destroy testjail
Expected
The 14.1-RELEASE@testjail snapshot is destroyed too.
Currently
The snapshot is not destroyed. So you get an error if you try to destroy the release with iocage destroy -r 14.1-RELEASE and need to force --recursive which is dangerous.
The text was updated successfully, but these errors were encountered:
How to reproduce
iocage create -n testjail -r 14.1-RELEASE
14.1-RELEASE@testjail
snapshotiocage destroy testjail
Expected
The
14.1-RELEASE@testjail
snapshot is destroyed too.Currently
The snapshot is not destroyed. So you get an error if you try to destroy the release with
iocage destroy -r 14.1-RELEASE
and need to force--recursive
which is dangerous.The text was updated successfully, but these errors were encountered: