Statistics
| Branch: | Tag: | Revision:

root / man / hroller.rst @ 3504d6c8

History | View | Annotate | Download (981 Bytes)

1
HROLLER(1) Ganeti | Version @GANETI_VERSION@
2
============================================
3

    
4
NAME
5
----
6

    
7
hroller \- Cluster rolling maintenance scheduler for Ganeti
8

    
9
SYNOPSIS
10
--------
11

    
12
**hroller** {backend options...} [algorithm options...] [reporting options...]
13

    
14
**hroller** \--version
15

    
16

    
17
Backend options:
18

    
19
{ **-m** *cluster* | **-L[** *path* **]** | **-t** *data-file* |
20
**-I** *path* }
21

    
22
Algorithm options:
23

    
24
**[ -O *name...* ]**
25

    
26
Reporting options:
27

    
28
**[ -v... | -q ]**
29
**[ -S *file* ]**
30

    
31
DESCRIPTION
32
-----------
33

    
34
hroller is a cluster maintenance reboot scheduler. It can calculate
35
which set of nodes can be rebooted at the same time while avoiding
36
having both primary and secondary nodes being rebooted at the same time.
37

    
38
OPTIONS
39
-------
40

    
41
Currently only standard htools options are supported. For a description of them
42
check **htools(7)** and **hbal(1)**.
43

    
44
BUGS
45
----
46

    
47
The program does nothing.
48

    
49
.. vim: set textwidth=72 :
50
.. Local Variables:
51
.. mode: rst
52
.. fill-column: 72
53
.. End: