This fixes Issue 653. It was unclear whether or not 'ensure-dirs' creates the directories for file and sharedfile storage. This patch extends the documentation to clarify this.
Signed-off-by: Helga Velroyen <[email protected]> --- UPGRADE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADE b/UPGRADE index 18efd65..43e62b7 100644 --- a/UPGRADE +++ b/UPGRADE @@ -135,6 +135,10 @@ To run commands on all nodes, the `distributed shell (dsh) $ /usr/lib/ganeti/ensure-dirs --full-run + Note that ensure-dirs does not create the directories for file + and shared-file storage. This is due to security reasons. They need + to be created manually. For details see ``man gnt-cluster``. + #. Create the (missing) required users and make users part of the required groups on all nodes:: -- 2.6.0.rc2.230.g3dd15c0
