Quoting Papp Tamas (tom...@martos.bme.hu):
> On 03/13/2012 11:05 PM, Serge Hallyn wrote:
> >Quoting Fajar A. Nugraha (l...@fajar.net):
> >>On Wed, Mar 14, 2012 at 2:04 AM, Serge Hallyn
> >><serge.hal...@canonical.com>  wrote:
> >>>Quoting Papp Tamas (tom...@martos.bme.hu):
> >>>>One more, I think very important question.
> >>>>Still there is no nice stop method in init configuration:
> >>>>
> >>>>
> >>>>      for f in /etc/lxc/auto/*; do
> >>>>          c="$(basename $f .conf)"
> >>>>          lxc-stop -n $c || true
> >>>>      done
> >>>Sorry, I don't understand.  What you show is done in /etc/init/lxc.conf.
> >>>What is your question about it?
> >>I think he means "can you use something there that gracefully shuts
> >>down a container, instead of forcing it to stop". In xen there's "xm
> >>shutdown" vs "xm destroy", while in lxc there's only "lxc-stop", and
> >>no (e.g.) "lxc-shutdown",
> >Ah, I see.
> >
> >Once lxc-attach is supported we should do that, yes.
> >
> 
> There is an lxc-shutdown script now. Does this handle this properly?

It sends SIGPWR to the container to ask it politely to shut down
cleanly.  If init in the container ignores that, you'll have to
resort to lxc-stop.  IIUC sysvinit will DTRT, and upstart in
precise containers will as well.

-serge

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to