Skip to content

Instantly share code, notes, and snippets.

@nelsnelson
Created March 12, 2014 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsnelson/9516504 to your computer and use it in GitHub Desktop.
Save nelsnelson/9516504 to your computer and use it in GitHub Desktop.
lxc-destroy failure
$ sudo lxc-destroy -n test
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/run/shm
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/run
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/sbin
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/lib
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/dev
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/lib64
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/bin
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/proc
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/etc/init.d
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/etc
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/sys
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/usr
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/var/run/sshd
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/var/run
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs/var
lxc_container: _recursive_rmdir_onedev: failed to delete /var/lib/lxc/test/rootfs
lxc_container: Error destroying rootfs for test
Destroying test failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment