Revision 558fd122

b/NEWS
389 389
- Some changes to the hooks infrastructure (especially the new
390 390
  post-configuration update hook)
391 391
- Other small bugfixes
392

  
393
.. vim: set textwidth=72 :
b/doc/admin.rst
351 351

  
352 352
Otherwise, if you plan to re-create the cluster, you can just go ahead
353 353
and rerun ``gnt-cluster init``.
354

  
355
.. vim: set textwidth=72 :
b/doc/design-2.0.rst
1992 1992
  to set, string
1993 1993
:$OPTION: cluster default option, string,
1994 1994
:$VALUE: cluster default option value, string.
1995

  
1996
.. vim: set textwidth=72 :
b/doc/design-2.1.rst
827 827

  
828 828
- how many instances can be allocated on the cluster with that specification
829 829
- on which nodes these will be allocated (in order)
830

  
831
.. vim: set textwidth=72 :
b/doc/devnotes.rst
22 22
  ./autogen.sh && \
23 23
  ./configure PYTHON=python2.4 \
24 24
    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
25

  
26
.. vim: set textwidth=72 :
b/doc/glossary.rst
28 28
    and takes care of restarting failed instances, restarting secondary
29 29
    DRBD devices, etc. For more details, see the man page
30 30
    :manpage:`ganeti-watcher(8)`.
31

  
32
.. vim: set textwidth=72 :
b/doc/hooks.rst
588 588
  GANETI_OBJECT_TYPE=INSTANCE
589 589
  GANETI_OP_CODE=OP_INSTANCE_STARTUP
590 590
  GANETI_OP_TARGET=instance2.example.com
591

  
592
.. vim: set textwidth=72 :
b/doc/iallocator.rst
434 434
  # gnt-instance add -t drbd -m 1400m --os-size 1g --swap-size 512m --iallocator dumb-allocator -o etch-image instance5
435 435
  Failure: prerequisites not met for this operation:
436 436
  Can't compute nodes using iallocator 'dumb-allocator': Can't find a suitable node for position 2 (already selected: node1.example.com)
437

  
438
.. vim: set textwidth=72 :
b/doc/index.rst
22 22
   glossary.rst
23 23

  
24 24
Also see the :ref:`search`.
25

  
26
.. vim: set textwidth=72 :
b/doc/install.rst
647 647

  
648 648
For more instance and cluster administration details, see the
649 649
*Ganeti administrator's guide*.
650

  
651
.. vim: set textwidth=72 :
b/doc/locking.rst
67 67
There's one special case for the node daemon running on the master node. If
68 68
grabbing the lock in exclusive fails on startup, the code assumes all checks
69 69
have been done by the process keeping the lock.
70

  
71
.. vim: set textwidth=72 :
b/doc/rapi.rst
743 743

  
744 744
Returns the remote API version. Ganeti 1.2 returned ``1`` and Ganeti
745 745
2.0 returns ``2``.
746

  
747
.. vim: set textwidth=72 :
b/doc/security.rst
98 98
Paths for certificate, private key and CA files required for SSL/TLS will
99 99
be set at source configure time. Symlinks or command line parameters may
100 100
be used to use different files.
101

  
102
.. vim: set textwidth=72 :

Also available in: Unified diff