Skip to content
Snippets Groups Projects
Commit 2c9fb8e2 authored by Klaus Aehlig's avatar Klaus Aehlig
Browse files

Update hroller man page: master node is last


Where the information is available, hroller now schedules the
master node as the last node in the last group. Update the man
page to reflect this change.

Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent bf028b21
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ hroller is a cluster maintenance reboot scheduler. It can calculate
which set of nodes can be rebooted at the same time while avoiding
having both primary and secondary nodes being rebooted at the same time.
For backends that support identifying the master node (currenlty
RAPI and LUXI), the master node is scheduled as the last node
in the last reboot group.
ALGORITHM FOR CALCULATING OFFLINE REBOOT GROUPS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......@@ -56,9 +60,6 @@ check **htools**\(7) and **hbal**\(1).
BUGS
----
The master node should be always the last node of the last group, or anyway
somehow easily identifiable. Right now this is not done.
Offline nodes should be ignored.
If instances are online the tool should refuse to do offline rolling
......@@ -73,15 +74,14 @@ should support them both with and without secondary node replacement.
EXAMPLE
-------
Note that these examples may not for the latest version.
Offline Rolling node reboot output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
With the default options, the program shows one reboot group per line as
a comma-separated list.
::
$ hroller
$ hroller -L
'Node Reboot Groups'
node1.example.com,node3.example.com,node5.example.com
node8.example.com,node6.example.com,node2.example.com
......
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