On Wed, Mar 18, 2015 at 02:33:52PM +0100, 'Klaus Aehlig' via ganeti-devel wrote:
It is a deliberate choice to have the full generated documentation
part of the distribution, as this reduces the dependencies for users
who just want to install and use Ganeti. It has, however, the disadvantage
that we ship files with configure-time paths substituted in. So be
careful with the wording to indicate that those paths depend on
configure-time choices.

Signed-off-by: Klaus Aehlig <[email protected]>
---
doc/admin.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/admin.rst b/doc/admin.rst
index 8ad9d96..5043ddc 100644
--- a/doc/admin.rst
+++ b/doc/admin.rst
@@ -164,7 +164,9 @@ There are several disk templates you can choose from:
.. note::
  Disk templates marked with an asterisk require Ganeti to access the
  file system. Ganeti will refuse to do so unless you whitelist the
-  relevant paths in :pyeval:`pathutils.FILE_STORAGE_PATHS_FILE`.
+  relevant paths in the file storage paths configuration which,
+  with default configure-time paths is located
+  in :pyeval:`pathutils.FILE_STORAGE_PATHS_FILE`.

  The default paths used by Ganeti are:

--
2.2.0.rc0.207.ga3a616c


LGTM, thanks

Reply via email to