From 9ff4f2c0152f7e4d03439f96b8354d07327fafbc Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 19 Apr 2011 15:08:10 +0200 Subject: [PATCH] Update manpages and other documents with editor settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No rewrapping is done in this patch, just updates to the settings. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- UPGRADE | 6 ++++++ doc/design-htools-2.3.rst | 6 ++++++ doc/design-oob.rst | 6 ++++++ man/footer.rst | 6 ++++++ man/ganeti-cleaner.rst | 6 ++++++ man/ganeti-confd.rst | 6 ++++++ man/ganeti-listrunner.rst | 6 ++++++ man/ganeti-masterd.rst | 6 ++++++ man/ganeti-noded.rst | 6 ++++++ man/ganeti-os-interface.rst | 6 ++++++ man/ganeti-rapi.rst | 6 ++++++ man/ganeti-watcher.rst | 6 ++++++ man/ganeti.rst | 6 ++++++ man/gnt-backup.rst | 6 ++++++ man/gnt-cluster.rst | 6 ++++++ man/gnt-debug.rst | 6 ++++++ man/gnt-group.rst | 6 ++++++ man/gnt-instance.rst | 4 ++++ man/gnt-job.rst | 6 ++++++ man/gnt-node.rst | 6 ++++++ man/gnt-os.rst | 6 ++++++ man/hail.rst | 6 ++++++ man/hbal.rst | 6 ++++++ man/hscan.rst | 6 ++++++ man/hspace.rst | 6 ++++++ 25 files changed, 148 insertions(+) diff --git a/UPGRADE b/UPGRADE index 21217a693..7f29cf1af 100644 --- a/UPGRADE +++ b/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 debian-etch-instance OS (0.2) that goes along with beta 2. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/doc/design-htools-2.3.rst b/doc/design-htools-2.3.rst index 1e5cd3bbf..527963f07 100644 --- a/doc/design-htools-2.3.rst +++ b/doc/design-htools-2.3.rst @@ -319,3 +319,9 @@ evacuation or not. In case that Ganeti doesn't provide complete cluster data, just the local group, the inter-group relocation won't be attempted. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/doc/design-oob.rst b/doc/design-oob.rst index 51e8e8aa7..f6aebbccc 100644 --- a/doc/design-oob.rst +++ b/doc/design-oob.rst @@ -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 with status WARNING or CRITICAL will be logged for each run of ``gnt-node health``. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/footer.rst b/man/footer.rst index 98e639738..44d7f958d 100644 --- a/man/footer.rst +++ b/man/footer.rst @@ -38,3 +38,9 @@ option) any later version. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-cleaner.rst b/man/ganeti-cleaner.rst index 78feebe72..ca37a5f0f 100644 --- a/man/ganeti-cleaner.rst +++ b/man/ganeti-cleaner.rst @@ -21,3 +21,9 @@ certificates and keys. **ganeti-cleaner** automatically removes all files older than 21 days from ``@LOCALSTATEDIR@/lib/ganeti/queue/archive`` and all expired certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-confd.rst b/man/ganeti-confd.rst index 3370664eb..b937751ef 100644 --- a/man/ganeti-confd.rst +++ b/man/ganeti-confd.rst @@ -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 Ganeti 2.1 design doc, and an example usage can be seen in the (external) NBMA daemon for Ganeti. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-listrunner.rst b/man/ganeti-listrunner.rst index bfa0cad7f..12fddda92 100644 --- a/man/ganeti-listrunner.rst +++ b/man/ganeti-listrunner.rst @@ -96,3 +96,9 @@ SEE ALSO -------- dsh(1), cssh(1) + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-masterd.rst b/man/ganeti-masterd.rst index 34fad8d5d..b435d0710 100644 --- a/man/ganeti-masterd.rst +++ b/man/ganeti-masterd.rst @@ -76,3 +76,9 @@ COMMUNICATION PROTOCOL The master accepts commands over a Unix socket, using JSON serialized messages separated by a specific byte sequence. For more details, see the design documentation supplied with Ganeti. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-noded.rst b/man/ganeti-noded.rst index 63cbade07..fcc8b6016 100644 --- a/man/ganeti-noded.rst +++ b/man/ganeti-noded.rst @@ -61,3 +61,9 @@ COMMUNICATION PROTOCOL Currently the master-node RPC is done using a simple RPC protocol built using JSON over HTTP(S). + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-os-interface.rst b/man/ganeti-os-interface.rst index ba9380982..e531e4eda 100644 --- a/man/ganeti-os-interface.rst +++ b/man/ganeti-os-interface.rst @@ -338,3 +338,9 @@ definition to version 5 by creating the rename script simply as:: exit 0 Note that the script must be executable. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-rapi.rst b/man/ganeti-rapi.rst index 2e5e3b411..35ba870f5 100644 --- a/man/ganeti-rapi.rst +++ b/man/ganeti-rapi.rst @@ -56,3 +56,9 @@ different than not using authentication at all. More details (including on how to use hashed passwords) can be found in the Ganeti documentation. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti-watcher.rst b/man/ganeti-watcher.rst index cc38a83cb..3a55595fe 100644 --- a/man/ganeti-watcher.rst +++ b/man/ganeti-watcher.rst @@ -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 state file will just cause the restart counters for the instances to reset to zero. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/ganeti.rst b/man/ganeti.rst index 90399f881..9b31845d7 100644 --- a/man/ganeti.rst +++ b/man/ganeti.rst @@ -292,3 +292,9 @@ Common daemon functionality 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. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-backup.rst b/man/gnt-backup.rst index 106efd010..74bf91580 100644 --- a/man/gnt-backup.rst +++ b/man/gnt-backup.rst @@ -224,3 +224,9 @@ REMOVE 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 instance, and not only the short hostname. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index 1205a95f6..08e275cee 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -611,3 +611,9 @@ VERSION **version** Show the cluster version. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-debug.rst b/man/gnt-debug.rst index 805cf7e86..639274ac6 100644 --- a/man/gnt-debug.rst +++ b/man/gnt-debug.rst @@ -118,3 +118,9 @@ the entire list of fields. Use ``--interval`` to repeat the listing. A delay specified by the option value in seconds is inserted. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-group.rst b/man/gnt-group.rst index f65ccb441..068ef4a7a 100644 --- a/man/gnt-group.rst +++ b/man/gnt-group.rst @@ -136,3 +136,9 @@ RENAME | **rename** {*oldname*} {*newname*} Renames a given group from *oldname* to *newname*. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index 397466ed1..9f78629c8 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -1350,3 +1350,7 @@ you do, tags from both sources will be removed). A file name of - will be interpreted as stdin. .. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-job.rst b/man/gnt-job.rst index 4b07af3f0..6b31cb022 100644 --- a/man/gnt-job.rst +++ b/man/gnt-job.rst @@ -135,3 +135,9 @@ WATCH This command follows the output of the job by the given *id* and prints it. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-node.rst b/man/gnt-node.rst index 98e8177dc..1874cca6e 100644 --- a/man/gnt-node.rst +++ b/man/gnt-node.rst @@ -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 ``UNKNOWN``. Items with status ``WARNING`` or ``CRITICAL`` are logged and annotated in the command line output. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/gnt-os.rst b/man/gnt-os.rst index 401ea91b8..ac47c68f6 100644 --- a/man/gnt-os.rst +++ b/man/gnt-os.rst @@ -65,3 +65,9 @@ creations (but can be used for reinstalling old instances). Note: The given operating system doesn't have to exists. This allows preseeding the settings for operating systems not yet known to **gnt-os**. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/hail.rst b/man/hail.rst index e5a5156f0..c4f7fb75c 100644 --- a/man/hail.rst +++ b/man/hail.rst @@ -93,3 +93,9 @@ EXIT STATUS The exist status of the command will be zero, unless for some reason the algorithm fatally failed (e.g. wrong node or instance data). + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/hbal.rst b/man/hbal.rst index edff5dfc5..f8f2fb1a5 100644 --- a/man/hbal.rst +++ b/man/hbal.rst @@ -647,3 +647,9 @@ e.g. in step 8, both the migrate and the replace-disks are done. Otherwise, if only the migrate is done, the input data is changed in a way that the program will output a different solution list (but hopefully will end in the same state). + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/hscan.rst b/man/hscan.rst index f5b78650e..8a6f7aca1 100644 --- a/man/hscan.rst +++ b/man/hscan.rst @@ -107,3 +107,9 @@ EXAMPLE cluster1 2 2 0 0 1008 652 255 253 0.24404762 $ ls -l cluster1.data -rw-r--r-- 1 root root 364 2009-03-23 07:26 cluster1.data + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/man/hspace.rst b/man/hspace.rst index 386b4ad67..bb87e3364 100644 --- a/man/hspace.rst +++ b/man/hspace.rst @@ -401,3 +401,9 @@ really big clusters. The algorithm doesn't rebalance the cluster or try to get the optimal fit; it just allocates in the best place for the current step, without taking into consideration the impact on future placements. + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: -- GitLab