From e43f849c35b4258872e64d3bfb04a8c62a982acf Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 2 May 2013 11:01:52 +0200
Subject: [PATCH] Mention file-storage-paths in UPGRADE
It was in NEWS, but not mentioned at all in the upgrade notes.
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
---
UPGRADE | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/UPGRADE b/UPGRADE
index 14022528a..eb6d4ffb6 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -59,6 +59,12 @@ To run commands on all nodes, the `distributed shell (dsh)
$ gnt-cluster redist-conf
+#. If you use file storage, check that the ``/etc/ganeti/file-storage-paths``
+#. is correct on all nodes. For security reasons it's not copied
+#. automatically, but it can be copied manually via::
+
+ $ gnt-cluster copyfile /etc/ganeti/file-storage-paths
+
#. Restart daemons again on all nodes::
$ /etc/init.d/ganeti restart
--
GitLab