]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
doc: storage pool permission copy-paste fix
authorPhilipp Hahn <hahn@univention.de>
Tue, 13 Aug 2013 12:38:33 +0000 (14:38 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 13 Aug 2013 20:55:04 +0000 (14:55 -0600)
The description for <permissions> was copied from the storage volume
section to the storage pool section, but the semantics are different:
1. Currently only the "dir", "fs" and "netfs" storage pools use it.
2. They use it only to build the final directory.
3. A default for the storage volumes can't be set.

Signed-off-by: Philipp Hahn <hahn@univention.de>
docs/formatstorage.html.in

index f4d561fcf018da355a72ffebe925ce4516096f49..1fcfb6b0813cd363f4722adbd9b86bdcdfd32f69 100644 (file)
         <span class="since">Since 0.4.1</span>
       </dd>
       <dt><code>permissions</code></dt>
-      <dd>Provides information about the default permissions to use
-        when creating volumes. This is currently only useful for directory
-        or filesystem based pools, where the volumes allocated are simple
-        files. For pools where the volumes are device nodes, the hotplug
-        scripts determine permissions. It contains 4 child elements. The
+      <dd>This is currently only useful for directory or filesystem based
+        pools, which are mapped as a directory into the local filesystem
+        namespace. It provides information about the permissions to use for the
+        final directory when the pool is built. The
         <code>mode</code> element contains the octal permission set. The
         <code>owner</code> element contains the numeric user ID. The <code>group</code>
         element contains the numeric group ID. The <code>label</code> element