Commit Graph

1726 Commits

Author SHA1 Message Date
Fiona Ebner
6d085cd52a ha: add warning against using 'static' mode with many services
In HA manager, the function recompute_online_node_usage() is called
very often currently and the 'static' mode needs to read the guest
configs which adds a bit of overhead.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-18 13:49:11 +01:00
Fiona Ebner
7210615d9b ha: add section about scheduler modes
briefly describing the 'basic' and 'static' modes and with a note
mentioning plans for balancers.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-18 13:49:11 +01:00
Thomas Lamprecht
00dc358b51 qm: use monospace for mtu=1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 13:11:35 +01:00
Daniel Tschlatscher
750d4f04c6 qm: add documentation for vm network MTU setting
Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
2022-11-18 13:10:29 +01:00
Thomas Lamprecht
0451e84f67 bibliography: update debian handbook meta info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 13:01:38 +01:00
Matthias Heiserer
08d5f7aa45 Update ExtJS version
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
b244477090 local-zfs: typo fix/better phrasing
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
f1b7d1a307 local-zfs: rephrase ZFS RAID description
I tried to make the performance impact clearer, as what "behave like a number of disks"
actually means wasn't quite clear to me.

Use "in regard to" rather than "in regard of", as I couldn't find
any source that this phrase is (commonly) used in modern english.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
0d4a93dc78 local-zfs Remove SSD suggestion as it's outdated
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
cec74657d8 local-lvm: typo fix/better phrasing
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
eec6319859 network: fix dead link
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
c15cb60b8c network: fix typo
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
f8a257d96a package-repos: fix typos
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Matthias Heiserer
9ec26d8327 bibliography: update 404 link
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2022-11-18 12:58:19 +01:00
Thomas Lamprecht
b3dc643ffb pci passthrough: rework IOMMU sections a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 11:16:14 +01:00
Thomas Lamprecht
e6820561d4 pci passthrough: drop iommu.passthrough=1 kernel cmd opt, only for ARM
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 11:16:14 +01:00
Dominik Csapak
a4c6084830 pcie-passthrough: add short note about iommu passthrough mode
that explains in one sentence what it does, that it can increase
performance and how to activate it.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2022-11-18 11:16:14 +01:00
Dominik Csapak
e51a78cdbc pcie-passthrough: note that iommu activation is not always necessary
especially on newer kernels

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2022-11-18 11:16:14 +01:00
Marco Gabriel via pve-devel
337a2d4238 fix #4319: use corred port range for corosync v3.x
corosync v2 used ports 5405 and 5404, but corosync v3 uses ports 5405-5412.

Signed-off-by: Marco Gabriel <mgabriel@inett.de>
2022-11-18 10:12:30 +01:00
Thomas Lamprecht
206107cfcf bump version to 7.2-4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 08:39:17 +01:00
Thomas Lamprecht
81a3384d54 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-18 07:57:28 +01:00
Stefan Hrdlicka
447596fd16 fix #3967: add ZFS dRAID documentation
add some basic explanation how ZFS dRAID works including
links to openZFS for more details

add documentation for two dRAID parameters used in code

Signed-off-by: Stefan Hrdlicka <s.hrdlicka@proxmox.com>
2022-11-17 19:30:05 +01:00
Leo Nunner
4f138470fc Document VM.Config.Cloudinit permission
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
2022-11-17 08:09:52 +01:00
Fiona Ebner
e33a118acc cloud init: use 'import-from' disk syntax to avoid a step
Put the 'scsihw' part into the previous command, so that the rather
complicated import command can stand on its own.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-16 20:37:51 +01:00
Fiona Ebner
593bdd7d58 cloud init: use expected disk number in example
Starting from a storage with no disks for the VM ID in question, the
imported disk will be called vm-9000-disk-0.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-16 20:37:12 +01:00
Fiona Ebner
44562c3b8e cloud init: use 'order' variant for 'boot' property
instead of the legacy 'boot: c'+bootdisk combination.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-16 20:37:07 +01:00
Thomas Lamprecht
1f277b7289 bump version to 7.2-3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-14 20:29:57 +01:00
Stefan Sterz
1f0e8a1624 asciidoc-pve: disallow certain characters in onlineHelp keys
this removes the lazily evaluated part of the regex used to detect
`onlineHelp` keys in order to match them with asciidoc anchors in the
documentation. it uses a pattern that excludes curly braces, brackets
and quotations instead. this allows for greedy matching and also
removes an issue where keys that are set via CBind were included
incorrectly. the script would try to find an anchor name that was
equivalent to the CBind placeholder, which would fail.

since brackets, curly braces and quotation marks aren't allowed in
asciidoc anchors anyway, excluding them like this should be safe.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
2022-11-14 14:27:16 +01:00
Thomas Lamprecht
4e7f60c220 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-14 14:26:34 +01:00
Stefan Sterz
506839a53a pveum: add the "user_mgmt" reference to the documentation
since this key was missing from the PVE documentation, the TFA ui's
help buttons didn't work as they relied on it.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
2022-11-11 19:23:44 +01:00
Wolfgang Bumiller
acb4a8998f Merge branch 'taskset' into taskset-merged 2022-11-10 10:11:15 +01:00
Daniel Bowder
1e6b30b556 fix #3593: add affinity to docs
Added affinity to the resource limiting info in qm.adoc.
Added affinity to the qemu conf spec in qm.conf.5-opts.adoc.

Signed-off-by: Daniel Bowder <daniel@bowdernet.com>
2022-11-10 10:11:09 +01:00
Matthias Heiserer
67ad1994c7 update link to debian handbook to avoid 404
seems like Bullseye is not yet ready, so the download for current
stable is 404, link to general "get book" page, which also provides a
donation option and so better for the project.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:40:16 +01:00
Matthias Heiserer
907dcea1d0 it's -> its because it isn't 'it is'
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:40:16 +01:00
Matthias Heiserer
b9a97ca1e8 installations: various typo/grammar fixes
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:40:16 +01:00
Matthias Heiserer
7e5ca63374 installation: note that some ISO grub options moved to sub menu
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:40:16 +01:00
Matthias Heiserer
52f1d4f5b4 installation: add note that secure boot currently needs to be disabled
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:39:58 +01:00
Matthias Heiserer
f226da0ef4 consistently capitalize Ceph
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:39:58 +01:00
Matthias Heiserer
58141566d7 ceph: remove misplaced comma
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:39:53 +01:00
Matthias Heiserer
135789c093 consistently use 'web interface' (two words)
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-09 15:39:53 +01:00
Lukas Wagner
604a393acf firewall: fix typo: ident -> identical
"the following two are ident" --> "the following two are identical"

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2022-11-09 14:52:47 +01:00
Lukas Wagner
e86a387380 asciidoc: fix capitalization of GmbH
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2022-11-09 14:50:25 +01:00
Thomas Lamprecht
d646626235 qm: avoid using "e.g."
favor "for example", "such as" or "like", as our technical writing
guide forbids using "e.g." in the docs where possible.

Also do some small fixes in the vicinity while at it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-08 19:01:13 +01:00
Thomas Lamprecht
277808347e qm: rework migration sections, drop mentioning outdated limitations
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-08 18:53:47 +01:00
Fabian Grünbichler
b5acae243c pveum: mention Sys.Incoming privilege
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-11-07 16:45:04 +01:00
Noel Ullreich
9e58e297c2 updated copyright to current year
Updated the copyright in `pve-copyright.adoc` which is used to generate the man pages.
Pervious version was from 2019

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
2022-11-07 16:06:33 +01:00
Thomas Lamprecht
d2491438aa fix #4307: installation: correct typos in prepare macOS medium section
It seems `bs=1m` needs to be `bs=1M` in apple world. Correctly refer
to `.dmg` not `.img` and reword slightly.

Also, while at it, order the `bs=1M` in the middle, making the target
of more accessible for editing after copy + paste.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-10-21 12:11:25 +02:00
Aaron Lauterer
bc41ce3fe1 pvesr: remove note about offline migration
It has been possible since quite a while to live migrate replicated
guests.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2022-10-20 14:50:34 +02:00
Fiona Ebner
48219c581f pct/qm: update cpuunits default
which is 100 on hosts running cgroup v2. Still mention the old default
relevant for hosts with legacy cgroups.

Also reword the sentence with "gets in regards to other VMs running"
which sounded a bit off.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-10-19 08:05:54 +02:00
Fiona Ebner
b90b797f86 qm: resource limits: update systemd setting name for cpuunits
As mentioned in man 5 systemd.resource-control, the CPUShares setting
was replaced by CPUWeight and is deprecated.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-10-19 08:05:54 +02:00