Commit Graph

1726 Commits

Author SHA1 Message Date
Stefan Reiter
8e5720fdf5 qm: add note about secure boot and new efidisk behaviour
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-10-07 14:36:20 +02:00
Dylan Whyte
78000a6439 pveum: better LDAP/AD explanation + restructuring
Begin "Authentication Realms" section with brief introduction to each
realm (this was there already, but inconsistent in the level of detail
given for each part).

Give each realm type its own subsection

Adds some more information on LDAP and Active Directory configuration.

Restructure the document to bring the "Syncing LDAP-Based Realms" section
closer to the LDAP and AD sections.

Explain LDAP parameters/options individually in list format

Remove some non-relevant information such as how to add system users

Some more minor langauge and formatting fixup
2021-10-04 06:56:36 +02:00
Dylan Whyte
a13a971d00 pveum: add intro to 'limited API Token' section
Add a short introduction to the section "Limited API Token for
Monitoring", to provide some context

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-10-04 06:56:36 +02:00
Dylan Whyte
9694224859 pveum: language fixup
language cleanup with some minor formatting fixes

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-10-04 06:56:36 +02:00
Fabian Grünbichler
324efba353 pct: rephrase sentence
switch back to 'storage' instead of 'target', and add the default inside
the sentence instead of after.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2021-09-23 13:08:11 +02:00
Oguz Bektas
46f67ead36 pct: clarify simple restore mode default 'local' storage
"default local storage" is confusing without the backticks. reword the
sentences to make it clearer about `storage` parameter usage.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2021-09-23 13:06:20 +02:00
Dylan Whyte
7ec7bcee11 fix #3375: warn user to remove replication jobs
this adds a warning in the documentation to remove any replication jobs
before deleting a cluster node

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 17:01:42 +02:00
Dylan Whyte
249fd83323 pvecm: add note about corosync killnode error
Mentions the misleading error message shown, when deleting a node,
because of the failing command:
    corosync-cfgtool -k x

Some forum users were confused by this, and believed that the removal of
the node was unsuccessful.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 17:01:28 +02:00
Dylan Whyte
663ae2bf5c pvecm: update instructions to add redundant links
mentions the ability to add up to 8 redundant corosync links and how
it's done in the current GUI

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 17:01:28 +02:00
Dylan Whyte
8673c878ce pvecm: fix command output formatting
- Remove host name from commands, where it provided no value
- Display new command output for pvecm status
- Shorten command output where unneccessary
- Change migration network example to use CIDR address rather than
  address + netmask

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 17:01:28 +02:00
Dylan Whyte
65a0aa490b pvecm: replace {PVE} with {pve}
although they both act the same, {pve} is more common throughout the
docs, so this helps to keep things more consistent

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 17:01:28 +02:00
Dylan Whyte
a37d539fe4 pvecm: language and format fixup
- Fix wording, spelling, grammar
- Fix capitalisation in some titles
- Replace usage of e.g. and i.e.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 17:01:28 +02:00
Dylan Whyte
42807caec0 pmxcfs: add more config files and discuss symlinks
- adds an entry for some config files found in /etc/pve, which were
  missing.
- alphabetize the lists, for better readability and add some minor fixes
- also adds an introduction section to the symbolic links section, to
  clarify that they're specific to each host

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 15:08:55 +02:00
Dylan Whyte
0593681f9d pmxcfs: language and style fixup
minor language fixup
replace usage of 'Proxmox VE' with '{pve}'

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-15 15:08:55 +02:00
Thomas Lamprecht
448c1d393b sdn: ipsec: wording/formatting improvements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-09-10 14:52:51 +02:00
Thomas Lamprecht
8bfa192d6b sdn: ipsec: fix strongswan typo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-09-10 14:52:26 +02:00
Alexandre Derumier
ce84ae7ede sdn: add vxlan encryption notes
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2021-09-10 14:21:11 +02:00
Alexandre Derumier
4eb242707c pvesdn: add evpn Advertise Subnets && Exit Nodes Local routing options
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2021-09-10 14:21:11 +02:00
Alexandre Derumier
a59c283b4a network: add bridge-vids to vlan aware bridge example.
This is mandatory for ifupdown2.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2021-09-10 14:20:33 +02:00
Thomas Lamprecht
ffe47a6edc examples: guest hookscript: fix typo in comment
suggested on our read-only mirror on github:
https://github.com/proxmox/pve-docs/pull/2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-09-02 07:26:44 +02:00
Thomas Lamprecht
920dac8b5c pvenode: fix trailing whitespace error
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-09-01 16:32:38 +02:00
Dylan Whyte
6c2ce75832 pvenode/wake-on-lan: language fix-up
minor corrections to the introduction and wake-on-lan section of
"Proxmox VE Node Management"

also expand introduction, based on new content

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-01 16:31:47 +02:00
Dylan Whyte
6c46e10c60 pvenode: add task & migrate/stop/startall sections
Adds PVE Node Management sections related to viewing task history, and
bulk operations for starting, stopping, and migrating all guests.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-01 16:31:47 +02:00
Dylan Whyte
0f7778ace5 fix #844: document first VM/CT start-up delay
adds subsection to the "PVE Node Management" section, discussing the
initial VM/CT startup delay feature.

also makes reference to this in the Qemu & LXC sections of the
documentation.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-01 16:31:47 +02:00
Dylan Whyte
0ab5f644f3 remove pvenode.adoc from chapter 18
removes pvenode.adoc inclusion from chapter 18, "Shell interface for the
Proxmox VE API", as the section is already included as part of section
3.10 "Proxmox Node Management"

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-09-01 16:31:47 +02:00
Dylan Whyte
353f675e4a fix #3598: include chrony in time synchronisation section
This patch mentions our switch to chrony and provides additional
server configuration instructions for it.

Also fixes up language, where appropriate

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-08-26 15:19:02 +02:00
Dominik Csapak
f8bfcb41cd pveceph: update pgcalc url
currently the pgcalc tool is only available via waybackmachine of archive.org

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-08-25 18:33:13 +02:00
Stoiko Ivanov
19d1b3de47 installation: add missing 'you'
small glitch I noticed while reading through the pmg-docs

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-08-25 18:31:58 +02:00
Stoiko Ivanov
93f65836d0 storage: add minimal zfs over iscsi doc
mostly copied from the wiki-page[0], and adapted to include LIO as
target provider.

Additionally I added a note to explain that the plugin needs ZFS on
the target side (and does not make your SAN speak ZFS)

Tested during the PVE 7.0 tests for the plugin I did.

[0] https://pve.proxmox.com/wiki/Storage:_ZFS_over_iSCSI

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-08-25 18:22:46 +02:00
Dominik Csapak
1fa8942419 fix #3557: qm/pci-passthrouh: add note about the 'All Functions' checkbox
So that a user coming from the web-interface can see what the checkbox does.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-07-30 14:49:01 +02:00
Dylan Whyte
e4682f58a1 fix #3523: routed net: make example conform to image
Changes the example given in section "3.3.5. Routed Configuration" so
that it's more in line with the accompanying network diagram.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-07-29 17:24:26 +02:00
Aaron Lauterer
d9df5dae26 pvesr: remove note about non working live migration
Live migration with storage replication has been working for quite a
while now. Let's remove this old information.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2021-07-26 12:40:03 +02:00
Dylan Whyte
6101823815 fix typo: operation system -> operating system
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2021-07-19 17:31:38 +02:00
Thomas Lamprecht
4fcbd78d0c repos: simplify APT GPG key check
as in shorter is simpler

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-13 12:38:30 +02:00
Thomas Lamprecht
7f7446cf6c installation: mention btrfs and fixup {pve} use
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-13 12:37:42 +02:00
Thomas Lamprecht
33349b9fad network: the netmask is depreacated
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-06 08:53:59 +02:00
Thomas Lamprecht
f9088ceb2d bump version to 7.0-5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 16:54:29 +02:00
Thomas Lamprecht
bdf0aff2f5 installation: make debian version note link to FAQ support table
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 16:53:21 +02:00
Thomas Lamprecht
9ef01f2c22 bump version to 7.0-4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 15:52:24 +02:00
Thomas Lamprecht
d9beb571bd repos: mention APT repo status gui
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 15:48:41 +02:00
Thomas Lamprecht
00271f41db btrfs: document df weirdness and how to better get usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 14:24:35 +02:00
Thomas Lamprecht
774366c351 gui: link to markdown appendix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 14:21:21 +02:00
Thomas Lamprecht
44d211d2fc add markdown primer for gui notes onlineHelp
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-05 14:16:43 +02:00
Thomas Lamprecht
75d3c2be28 pct: cgroup: describe some possibilities to resolve version change for old CTs
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-02 21:18:55 +02:00
Thomas Lamprecht
151bbda876 pct: update pveam appliance list output
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-02 21:18:18 +02:00
Thomas Lamprecht
fa94c2b3b7 ha: document recovery state
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-02 21:17:54 +02:00
Thomas Lamprecht
79cfad5d3c update copyright years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-02 21:17:13 +02:00
Stoiko Ivanov
c80d381a17 pct: clarify needed systemd-versions for cgroupv2 support
versions determined through systemd's changelog, and a few empiric
tests.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-07-02 16:42:22 +02:00
Thomas Lamprecht
34f3e48131 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-02 16:26:00 +02:00
Thomas Lamprecht
62547dfabf pveum: fix some typos
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-02 16:26:00 +02:00