Revision 9ff4f2c0

b/UPGRADE
257 257

  
258 258
The OS definition also need to be upgraded. There is a new version of the
259 259
debian-etch-instance OS (0.2) that goes along with beta 2.
260

  
261
.. vim: set textwidth=72 :
262
.. Local Variables:
263
.. mode: rst
264
.. fill-column: 72
265
.. End:
b/doc/design-htools-2.3.rst
319 319

  
320 320
In case that Ganeti doesn't provide complete cluster data, just the
321 321
local group, the inter-group relocation won't be attempted.
322

  
323
.. vim: set textwidth=72 :
324
.. Local Variables:
325
.. mode: rst
326
.. fill-column: 72
327
.. End:
b/doc/design-oob.rst
386 386
entries following current Ganeti logging practices. In addition, health items
387 387
with status WARNING or CRITICAL will be logged for each run of ``gnt-node
388 388
health``.
389

  
390
.. vim: set textwidth=72 :
391
.. Local Variables:
392
.. mode: rst
393
.. fill-column: 72
394
.. End:
b/man/footer.rst
38 38

  
39 39
On Debian systems, the complete text of the GNU General Public
40 40
License can be found in /usr/share/common-licenses/GPL.
41

  
42
.. vim: set textwidth=72 :
43
.. Local Variables:
44
.. mode: rst
45
.. fill-column: 72
46
.. End:
b/man/ganeti-cleaner.rst
21 21
**ganeti-cleaner** automatically removes all files older than 21 days
22 22
from ``@LOCALSTATEDIR@/lib/ganeti/queue/archive`` and all expired
23 23
certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``.
24

  
25
.. vim: set textwidth=72 :
26
.. Local Variables:
27
.. mode: rst
28
.. fill-column: 72
29
.. End:
b/man/ganeti-confd.rst
47 47
write software to query confd. More information can be found in the
48 48
Ganeti 2.1 design doc, and an example usage can be seen in the
49 49
(external) NBMA daemon for Ganeti.
50

  
51
.. vim: set textwidth=72 :
52
.. Local Variables:
53
.. mode: rst
54
.. fill-column: 72
55
.. End:
b/man/ganeti-listrunner.rst
96 96
--------
97 97

  
98 98
dsh(1), cssh(1)
99

  
100
.. vim: set textwidth=72 :
101
.. Local Variables:
102
.. mode: rst
103
.. fill-column: 72
104
.. End:
b/man/ganeti-masterd.rst
76 76
The master accepts commands over a Unix socket, using JSON
77 77
serialized messages separated by a specific byte sequence. For more
78 78
details, see the design documentation supplied with Ganeti.
79

  
80
.. vim: set textwidth=72 :
81
.. Local Variables:
82
.. mode: rst
83
.. fill-column: 72
84
.. End:
b/man/ganeti-noded.rst
61 61

  
62 62
Currently the master-node RPC is done using a simple RPC protocol
63 63
built using JSON over HTTP(S).
64

  
65
.. vim: set textwidth=72 :
66
.. Local Variables:
67
.. mode: rst
68
.. fill-column: 72
69
.. End:
b/man/ganeti-os-interface.rst
338 338
    exit 0
339 339

  
340 340
Note that the script must be executable.
341

  
342
.. vim: set textwidth=72 :
343
.. Local Variables:
344
.. mode: rst
345
.. fill-column: 72
346
.. End:
b/man/ganeti-rapi.rst
56 56

  
57 57
More details (including on how to use hashed passwords) can be found
58 58
in the Ganeti documentation.
59

  
60
.. vim: set textwidth=72 :
61
.. Local Variables:
62
.. mode: rst
63
.. fill-column: 72
64
.. End:
b/man/ganeti-watcher.rst
74 74
of either file will not affect correct operation; the removal of the
75 75
state file will just cause the restart counters for the instances to
76 76
reset to zero.
77

  
78
.. vim: set textwidth=72 :
79
.. Local Variables:
80
.. mode: rst
81
.. fill-column: 72
82
.. End:
b/man/ganeti.rst
292 292

  
293 293
All Ganeti daemons re-open the log file(s) when sent a SIGHUP signal.
294 294
**logrotate**(8) can be used to rotate Ganeti's log files.
295

  
296
.. vim: set textwidth=72 :
297
.. Local Variables:
298
.. mode: rst
299
.. fill-column: 72
300
.. End:
b/man/gnt-backup.rst
224 224
Removes the backup for the given instance name, if any. If the backup
225 225
was for a deleted instance, it is needed to pass the FQDN of the
226 226
instance, and not only the short hostname.
227

  
228
.. vim: set textwidth=72 :
229
.. Local Variables:
230
.. mode: rst
231
.. fill-column: 72
232
.. End:
b/man/gnt-cluster.rst
611 611
**version**
612 612

  
613 613
Show the cluster version.
614

  
615
.. vim: set textwidth=72 :
616
.. Local Variables:
617
.. mode: rst
618
.. fill-column: 72
619
.. End:
b/man/gnt-debug.rst
118 118

  
119 119
Use ``--interval`` to repeat the listing. A delay specified by the
120 120
option value in seconds is inserted.
121

  
122
.. vim: set textwidth=72 :
123
.. Local Variables:
124
.. mode: rst
125
.. fill-column: 72
126
.. End:
b/man/gnt-group.rst
136 136
| **rename** {*oldname*} {*newname*}
137 137

  
138 138
Renames a given group from *oldname* to *newname*.
139

  
140
.. vim: set textwidth=72 :
141
.. Local Variables:
142
.. mode: rst
143
.. fill-column: 72
144
.. End:
b/man/gnt-instance.rst
1350 1350
be interpreted as stdin.
1351 1351

  
1352 1352
.. vim: set textwidth=72 :
1353
.. Local Variables:
1354
.. mode: rst
1355
.. fill-column: 72
1356
.. End:
b/man/gnt-job.rst
135 135

  
136 136
This command follows the output of the job by the given *id* and
137 137
prints it.
138

  
139
.. vim: set textwidth=72 :
140
.. Local Variables:
141
.. mode: rst
142
.. fill-column: 72
143
.. End:
b/man/gnt-node.rst
530 530
specific and ``status`` can be one of ``OK``, ``WARNING``, ``CRITICAL`` or
531 531
``UNKNOWN``. Items with status ``WARNING`` or ``CRITICAL`` are logged and
532 532
annotated in the command line output.
533

  
534
.. vim: set textwidth=72 :
535
.. Local Variables:
536
.. mode: rst
537
.. fill-column: 72
538
.. End:
b/man/gnt-os.rst
65 65
Note: The given operating system doesn't have to exists. This allows
66 66
preseeding the settings for operating systems not yet known to
67 67
**gnt-os**.
68

  
69
.. vim: set textwidth=72 :
70
.. Local Variables:
71
.. mode: rst
72
.. fill-column: 72
73
.. End:
b/man/hail.rst
93 93

  
94 94
The exist status of the command will be zero, unless for some reason
95 95
the algorithm fatally failed (e.g. wrong node or instance data).
96

  
97
.. vim: set textwidth=72 :
98
.. Local Variables:
99
.. mode: rst
100
.. fill-column: 72
101
.. End:
b/man/hbal.rst
647 647
done. Otherwise, if only the migrate is done, the input data is
648 648
changed in a way that the program will output a different solution
649 649
list (but hopefully will end in the same state).
650

  
651
.. vim: set textwidth=72 :
652
.. Local Variables:
653
.. mode: rst
654
.. fill-column: 72
655
.. End:
b/man/hscan.rst
107 107
    cluster1     2     2     0     0   1008    652    255    253 0.24404762
108 108
    $ ls -l cluster1.data
109 109
    -rw-r--r-- 1 root root 364 2009-03-23 07:26 cluster1.data
110

  
111
.. vim: set textwidth=72 :
112
.. Local Variables:
113
.. mode: rst
114
.. fill-column: 72
115
.. End:
b/man/hspace.rst
401 401
The algorithm doesn't rebalance the cluster or try to get the optimal
402 402
fit; it just allocates in the best place for the current step, without
403 403
taking into consideration the impact on future placements.
404

  
405
.. vim: set textwidth=72 :
406
.. Local Variables:
407
.. mode: rst
408
.. fill-column: 72
409
.. End:

Also available in: Unified diff