X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/91fb0d189213476a71009467726824ba15cdfcf0..e75f80b90179089c9c7b08faaa494b3006634368:/UPGRADE diff --git a/UPGRADE b/UPGRADE index a1d21e7..a769b92 100644 --- a/UPGRADE +++ b/UPGRADE @@ -51,6 +51,10 @@ To run commands on all nodes, the `distributed shell (dsh) (``cfgupgrade`` supports a number of parameters, run it with ``--help`` for more information) +#. Upgrade the directory permissions on all nodes:: + + $ /usr/lib/ganeti/ensure-dirs --full-run + #. Restart daemons on all nodes:: $ /etc/init.d/ganeti restart @@ -59,6 +63,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