]> git.ipfire.org Git - thirdparty/lxc.git/commit
stop: add nolock option
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 16 Dec 2013 13:50:58 +0000 (07:50 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 16 Dec 2013 16:49:05 +0000 (10:49 -0600)
commit8face1de22e8cf3bab2d6cdf33cdcc7476f9217b
treee1238cf641e2804fe2203bb7bf34bff5d7ecafd1
parentfa7fced87899ae37f193c81115543d1df5c28fbb
stop: add nolock option

If the system gets into a bad state, it may become impossible to get
the lxc container locks.  We should still be able to stop containers
in that case.  Add a -L/--nolock option to specify this behavior.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/lxc-stop.sgml.in
src/lxc/arguments.h
src/lxc/lxc_stop.c