Commit 241c3744 by KATOH Yasufumi Committed by Stéphane Graber

doc: Update lxc-stop(1) for nolock option

parent a58878d6
...@@ -141,7 +141,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -141,7 +141,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
コンテナのクリーンシャットダウンをリクエストするのでなく,明確にコンテナ内の全てのタスクを kill します.これは,以前の <command>lxc-stop</command> の動作です. コンテナのクリーンシャットダウンをリクエストするのでなく,明確にコンテナ内の全てのタスクを kill します.これは,以前の <command>lxc-stop</command> の動作です.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>
<option>--nolock </option>
</term>
<listitem>
<para>
<!--
This option avoids the use of any of the API lxc locking, and should
only be used if <command>lxc-stop</command> is hanging due to a bad
system state.
-->
このオプションはいかなる場合でも API の lxc のロックの使用を回避します.システム状態が不良な場合に lxc-stop の応答がない状態の場合のみ使用すべきです.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term> <term>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment