From: Philipp Hahn Date: Tue, 13 Aug 2013 12:38:33 +0000 (+0200) Subject: doc: storage pool permission copy-paste fix X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ced2e3bed3f1378137c6f72f99a225f03b5886c5;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git doc: storage pool permission copy-paste fix The description for 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 --- diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index f4d561fcf..1fcfb6b08 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -214,11 +214,10 @@ Since 0.4.1
permissions
-
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 +
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 mode element contains the octal permission set. The owner element contains the numeric user ID. The group element contains the numeric group ID. The label element