[libvirt] [PATCH] LXC: emphasis uid start of idmap only accept '0' in docs

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Tue Sep 23 03:40:03 UTC 2014


We don't accept any other values except '0'.

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index eefdd5e..bb72452 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -315,7 +315,7 @@
 
     <dl>
       <dt><code>start</code></dt>
-      <dd>First user ID in container.</dd>
+      <dd>First user ID in container. It must be '0'.</dd>
       <dt><code>target</code></dt>
       <dd>The first user ID in container will be mapped to this target user
           ID in host.</dd>
-- 
1.9.0




More information about the libvir-list mailing list