
25 Jun
2008
25 Jun
'08
5:46 p.m.
Dan Smith wrote:
DL> Is it called when the last process of the container dies ?
Yes, it (lxcVMCleanup()) is called from lxcSigHandler() which gets run if the container dies unexpectedly. It's also called from lxcDomainDestroy() which covers the 'shutdown' and 'destroy' cases as well.
So the container is supposed to stay alive until we explicitly shutdown it, right ?