5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-05 20:58:19 +03:00

42 Commits

Author SHA1 Message Date
Thomas Lamprecht
44f38275ee fix a/an and repeated words
ddouble words found with /(\b\S+\b)\s+\b\1\b/
(the silver searcher `ag` can find matches even with newlines in
between without extra flags)

Adapt some wording when touching the lines.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-10-09 10:06:54 +02:00
Dominik Csapak
470d43137c fix typos and whitespace all around
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-09-27 10:25:20 +02:00
Wolfgang Bumiller
204231dffc pvecm: pve-manager service was renamed to pve-guests 2017-09-13 07:55:49 +02:00
Wolfgang Link
7a0d4784b3 Update Dokumentation to Systemd Network Interface Names 2017-07-07 13:32:45 +02:00
Dominik Csapak
a181f0903d the test uncovers problems not covers them up
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-02-17 08:49:25 +01:00
Dominik Csapak
da6c7dee9c add links to the specific migration chaptes in pvecm
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-01-21 15:14:32 +01:00
Thomas Lamprecht
6e78f92795 pvecm: improve 'RRP on existing clusters' wording
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-01-11 11:04:41 +01:00
Thomas Lamprecht
2ea5c4a5ea pvecm: explain need of storage separation on node separation better
VMID conflict are not the main problem, and some users could think
that they can handle VMID conflict them self and thus do not separate
the storages. Therefore mention the locking over cluster boundary
problem too.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-01-11 11:04:07 +01:00
Thomas Lamprecht
9e73d83160 pvecm: concat code snippets with list paragraph
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-01-11 11:03:40 +01:00
Emmanuel Kasper
e8503c6cca Improve cluster note deletion operation
* do not add `pvecm status` when we talk about `pvecm nodes`
 * do not say twice to login to a cluster member node for the same command set
 * move the big danger warning in the middle of operations, so it might not
 be skipped
2017-01-09 13:51:27 +01:00
Thomas Lamprecht
a9baa444f1 pvecm/migration: try using better english
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-12-01 10:15:05 +01:00
Dietmar Maurer
b174347352 pvecm.adoc: minor cleanups 2016-11-30 09:11:57 +01:00
Dietmar Maurer
d63be10bc0 use backticks for parameter values 2016-11-30 08:57:42 +01:00
Dietmar Maurer
054a7e7d52 cleanup previous patch: improve grammer 2016-11-30 08:55:00 +01:00
Thomas Lamprecht
082ea7d907 add migration settings documentation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-11-30 07:18:24 +01:00
Dietmar Maurer
a69bfc83f6 remove attributes.txt (use asciidoc/asciidoc-pve.conf instead) 2016-11-08 06:46:43 +01:00
Dietmar Maurer
7d48940bf0 asciidoc-pve.in: detect and avoid xrefs spanning multiple lines
Because our parser is not smart enough to do it better.
2016-10-21 07:06:36 +02:00
Thomas Lamprecht
38ae8db3a1 pmxcfs: fix wrong information now covered in pvecm
The "Remove Cluster configuration" section is outdated and has also
missing steps (e.g. stopping corosync before removing its config)

We have the information in the pvecm.adoc (Cluster Manager) so delete
the howto and reference the one from pvecm instead.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-10-20 17:28:14 +02:00
Dietmar Maurer
194d2f2961 generate default output file mappings automatically 2016-10-14 07:18:04 +02:00
Dietmar Maurer
b2f242abe4 remove empty line between heading and attribute definition, fix man titles
To avoid problems with asciidoc.
2016-10-12 06:54:29 +02:00
Dietmar Maurer
404a158e1b fix pve-toplevel attribute for man pages
remove empty line to avoid problems with asciidoc.
2016-10-11 09:06:13 +02:00
Dietmar Maurer
7e2fdb3dfd store manpage section inside .adoc file 2016-10-10 17:46:48 +02:00
Dietmar Maurer
5f09af76d7 mark toplevel docs 2016-10-08 17:58:35 +02:00
Fabian Grünbichler
49a5e11cd1 correct spelling of SYNOPSIS in man pages 2016-10-07 09:34:38 +02:00
Thomas Lamprecht
4d19cb00e5 add block separators to bash commands
else a new line is seen as blockend and can break formating

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-10-06 09:41:20 +02:00
Thomas Lamprecht
3be22308fb Separate cluster node: remove strange sentence
It should be clear that the VMs you have now on the node should be those you
want there after the separation.
The sentence is not quite correct and more confusing remove it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-10-06 09:40:52 +02:00
Thomas Lamprecht
e4ec415409 add sections regarding corosync and cluster network
Describe separate cluster network, the redundant ring protocol, the
requirements for a cluster network and how to edit and trouble shoot the
corosync config

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-10-05 08:40:14 +02:00
Thomas Lamprecht
555e966b37 add node sparation without re installation section
This gets often questioned in the forum.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-10-05 08:35:44 +02:00
Dietmar Maurer
74026b8f01 do not use macros in manual page titles 2016-09-30 12:23:28 +02:00
Fabian Grünbichler
26ca7ff553 use pve macro more often 2016-09-27 11:27:46 +02:00
Fabian Grünbichler
e300cf7dab various minor cleanups 2016-09-27 11:27:46 +02:00
Fabian Grünbichler
5eba07434f spelling/grammar/capitalization
especially:
- filesystem -> file system
- mountpoint -> mount point
- lxc -> LXC
- pve -> PVE
- it's -> its (where appropriate)
- VM´s -> VMs (and similar)
- Ressource -> Resource
- maximal -> maximum or at most
- format of section headers and block headers
2016-09-27 11:27:46 +02:00
Fabian Grünbichler
8c1189b640 formatting cleanup
reformat most existing 'text' as either `text` or ``text''
reformat most existing "text" as either ``text'' or `text`
reformat 'x' as `x`
harmonize bullet list syntax to use '*' instead of '-'
2016-09-27 11:27:46 +02:00
Dietmar Maurer
612417fdcf pvecm: describe new coldstart behaviour 2016-09-09 11:58:45 +02:00
Dietmar Maurer
806ef12d98 add section about quorum and cluster cold start 2016-08-22 13:22:29 +02:00
Dietmar Maurer
63f956c8fa add note about unique cluster names 2016-08-22 10:10:58 +02:00
Dietmar Maurer
ff72a2baee add missing space 2016-08-22 10:00:31 +02:00
Dietmar Maurer
7980581f9f pvecm.adoc: small cleanups 2016-04-09 17:27:27 +02:00
Dietmar Maurer
ceabe189d9 pvecm.adoc: improve document structure 2016-04-09 17:21:50 +02:00
Dietmar Maurer
afcff28d2a add cluster manager to pve-admin-guide.adoc 2016-04-07 08:27:55 +02:00
Dietmar Maurer
8a865621d6 improvbe pvecm man page
copied parts from current wiki
2016-04-07 08:21:37 +02:00
Dietmar Maurer
d8742b0c9c add pvecm man page 2016-04-06 17:36:10 +02:00