A few comments:

1. To remove the directories, rmdir all descendent directories.  I'd
   think something like 'find . -type d -print0 | xargs rmdir' would
   do.
2. You can prevent this from happening by using a notify-on-release
   handler.
3. This should stop happening when lxc (soon) switches to using the
   clone-child cgroup helper instead of the ns cgroup.

-serge

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to