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
When destroying a container created using btrfs support, llxc fails with the error:
rm: cannot remove //var/lib/lxc/impact/rootfs': Directory not empty rm: skipping/var/lib/lxc/impact/rootfs', since it's on a different device
impact successfully destroyed
to fix:
btrfs subvolume delete /rootfs
should be run before / instead of the rm statements.
The text was updated successfully, but these errors were encountered:
When destroying a container created using btrfs support, llxc fails with the error:
rm: cannot remove
//var/lib/lxc/impact/rootfs': Directory not empty rm: skipping
/var/lib/lxc/impact/rootfs', since it's on a different deviceimpact successfully destroyed
to fix:
btrfs subvolume delete /rootfs
should be run before / instead of the rm statements.
The text was updated successfully, but these errors were encountered: