As reported in the community forum [0], libiscsi-bin is required. The
library package on Bullseye would be libiscsi7, but there is no real
need to mention the package explicitly, because it is a dependency of
both, libiscsi-bin and pve-qemu-kvm.
[0]: https://forum.proxmox.com/threads/119369
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Commit 086f707 ("manager: update crs scheduling mode once per round")
in pve-ha-manager made it obsolete. Mention that a change will be
effective with the next round instead.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
and list some examples
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
[ T: commit screen shots ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
And reduce the level from warning to important, as the warning symbol
is a "stop hand" which is rather too discouraging for readers.
rename section to Cluster Resource Scheduling
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>