Skip to content
Snippets Groups Projects
Commit 6c28c480 authored by Bernardo Dal Seno's avatar Bernardo Dal Seno
Browse files

Fix upgrade procedure in UPGRADE


The watcher should be disabled while upgrading.

Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent f0eeeb2a
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ To run commands on all nodes, the `distributed shell (dsh)
$ gnt-job list
#. Pause the watcher for an hour (master node only)::
$ gnt-cluster watcher pause 1h
#. Stop all daemons on all nodes::
$ /etc/init.d/ganeti stop
......@@ -59,6 +63,10 @@ To run commands on all nodes, the `distributed shell (dsh)
$ /etc/init.d/ganeti restart
#. Enable the watcher again (master node only)::
$ gnt-cluster watcher continue
#. Verify cluster (master node only)::
$ gnt-cluster verify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment