Skip to content
Snippets Groups Projects
Commit 9ff4f2c0 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Update manpages and other documents with editor settings


No rewrapping is done in this patch, just updates to the settings.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent 1b1a08e8
No related branches found
No related tags found
No related merge requests found
Showing with 118 additions and 0 deletions
...@@ -257,3 +257,9 @@ Beta 2 switched the config file format to JSON. Steps to upgrade: ...@@ -257,3 +257,9 @@ Beta 2 switched the config file format to JSON. Steps to upgrade:
The OS definition also need to be upgraded. There is a new version of the The OS definition also need to be upgraded. There is a new version of the
debian-etch-instance OS (0.2) that goes along with beta 2. debian-etch-instance OS (0.2) that goes along with beta 2.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -319,3 +319,9 @@ evacuation or not. ...@@ -319,3 +319,9 @@ evacuation or not.
In case that Ganeti doesn't provide complete cluster data, just the In case that Ganeti doesn't provide complete cluster data, just the
local group, the inter-group relocation won't be attempted. local group, the inter-group relocation won't be attempted.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -386,3 +386,9 @@ The ``gnt-node power-[on|off]`` (power state changes) commands will create log ...@@ -386,3 +386,9 @@ The ``gnt-node power-[on|off]`` (power state changes) commands will create log
entries following current Ganeti logging practices. In addition, health items entries following current Ganeti logging practices. In addition, health items
with status WARNING or CRITICAL will be logged for each run of ``gnt-node with status WARNING or CRITICAL will be logged for each run of ``gnt-node
health``. health``.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -38,3 +38,9 @@ option) any later version. ...@@ -38,3 +38,9 @@ option) any later version.
On Debian systems, the complete text of the GNU General Public On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL. License can be found in /usr/share/common-licenses/GPL.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -21,3 +21,9 @@ certificates and keys. ...@@ -21,3 +21,9 @@ certificates and keys.
**ganeti-cleaner** automatically removes all files older than 21 days **ganeti-cleaner** automatically removes all files older than 21 days
from ``@LOCALSTATEDIR@/lib/ganeti/queue/archive`` and all expired from ``@LOCALSTATEDIR@/lib/ganeti/queue/archive`` and all expired
certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``. certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -47,3 +47,9 @@ format, over UDP. A client library is provided to make it easy to ...@@ -47,3 +47,9 @@ format, over UDP. A client library is provided to make it easy to
write software to query confd. More information can be found in the write software to query confd. More information can be found in the
Ganeti 2.1 design doc, and an example usage can be seen in the Ganeti 2.1 design doc, and an example usage can be seen in the
(external) NBMA daemon for Ganeti. (external) NBMA daemon for Ganeti.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -96,3 +96,9 @@ SEE ALSO ...@@ -96,3 +96,9 @@ SEE ALSO
-------- --------
dsh(1), cssh(1) dsh(1), cssh(1)
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -76,3 +76,9 @@ COMMUNICATION PROTOCOL ...@@ -76,3 +76,9 @@ COMMUNICATION PROTOCOL
The master accepts commands over a Unix socket, using JSON The master accepts commands over a Unix socket, using JSON
serialized messages separated by a specific byte sequence. For more serialized messages separated by a specific byte sequence. For more
details, see the design documentation supplied with Ganeti. details, see the design documentation supplied with Ganeti.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -61,3 +61,9 @@ COMMUNICATION PROTOCOL ...@@ -61,3 +61,9 @@ COMMUNICATION PROTOCOL
Currently the master-node RPC is done using a simple RPC protocol Currently the master-node RPC is done using a simple RPC protocol
built using JSON over HTTP(S). built using JSON over HTTP(S).
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -338,3 +338,9 @@ definition to version 5 by creating the rename script simply as:: ...@@ -338,3 +338,9 @@ definition to version 5 by creating the rename script simply as::
exit 0 exit 0
Note that the script must be executable. Note that the script must be executable.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -56,3 +56,9 @@ different than not using authentication at all. ...@@ -56,3 +56,9 @@ different than not using authentication at all.
More details (including on how to use hashed passwords) can be found More details (including on how to use hashed passwords) can be found
in the Ganeti documentation. in the Ganeti documentation.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -74,3 +74,9 @@ and a log file at ``@LOCALSTATEDIR@/log/ganeti/watcher.log``. Removal ...@@ -74,3 +74,9 @@ and a log file at ``@LOCALSTATEDIR@/log/ganeti/watcher.log``. Removal
of either file will not affect correct operation; the removal of the of either file will not affect correct operation; the removal of the
state file will just cause the restart counters for the instances to state file will just cause the restart counters for the instances to
reset to zero. reset to zero.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -292,3 +292,9 @@ Common daemon functionality ...@@ -292,3 +292,9 @@ Common daemon functionality
All Ganeti daemons re-open the log file(s) when sent a SIGHUP signal. All Ganeti daemons re-open the log file(s) when sent a SIGHUP signal.
**logrotate**(8) can be used to rotate Ganeti's log files. **logrotate**(8) can be used to rotate Ganeti's log files.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -224,3 +224,9 @@ REMOVE ...@@ -224,3 +224,9 @@ REMOVE
Removes the backup for the given instance name, if any. If the backup Removes the backup for the given instance name, if any. If the backup
was for a deleted instance, it is needed to pass the FQDN of the was for a deleted instance, it is needed to pass the FQDN of the
instance, and not only the short hostname. instance, and not only the short hostname.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -611,3 +611,9 @@ VERSION ...@@ -611,3 +611,9 @@ VERSION
**version** **version**
Show the cluster version. Show the cluster version.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -118,3 +118,9 @@ the entire list of fields. ...@@ -118,3 +118,9 @@ the entire list of fields.
Use ``--interval`` to repeat the listing. A delay specified by the Use ``--interval`` to repeat the listing. A delay specified by the
option value in seconds is inserted. option value in seconds is inserted.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -136,3 +136,9 @@ RENAME ...@@ -136,3 +136,9 @@ RENAME
| **rename** {*oldname*} {*newname*} | **rename** {*oldname*} {*newname*}
Renames a given group from *oldname* to *newname*. Renames a given group from *oldname* to *newname*.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -1350,3 +1350,7 @@ you do, tags from both sources will be removed). A file name of - will ...@@ -1350,3 +1350,7 @@ you do, tags from both sources will be removed). A file name of - will
be interpreted as stdin. be interpreted as stdin.
.. vim: set textwidth=72 : .. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -135,3 +135,9 @@ WATCH ...@@ -135,3 +135,9 @@ WATCH
This command follows the output of the job by the given *id* and This command follows the output of the job by the given *id* and
prints it. prints it.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
...@@ -530,3 +530,9 @@ element with their status in a ``item=status`` manner. Where ``item`` is script ...@@ -530,3 +530,9 @@ element with their status in a ``item=status`` manner. Where ``item`` is script
specific and ``status`` can be one of ``OK``, ``WARNING``, ``CRITICAL`` or specific and ``status`` can be one of ``OK``, ``WARNING``, ``CRITICAL`` or
``UNKNOWN``. Items with status ``WARNING`` or ``CRITICAL`` are logged and ``UNKNOWN``. Items with status ``WARNING`` or ``CRITICAL`` are logged and
annotated in the command line output. annotated in the command line output.
.. vim: set textwidth=72 :
.. Local Variables:
.. mode: rst
.. fill-column: 72
.. End:
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