diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 47d91ab2e6..52a6353bd6 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -285,6 +285,29 @@ +
+ If you want to enable user namespace,set the idmap
element.
+ the uid
and gid
elements have three attributes:
+
start
target
count
+ <idmap> + <uid start='0' target='1000' count='10'/> + <gid start='0' target='1000' count='10'/> + </idmap> ++ +
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index cf82878e21..6fe1f96e41 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -55,6 +55,9 @@