IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
it was never committed, but needs to be, else there's effectively a build-dep
cycle between pve-docs and pve-manager..
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Most importantly, mention that VirtIO SCSI single in combination with
IO thread is the new recommendation and default. The controller type
used for the QEMU commandline is still the same (but one for each
disk), so information about when OSes started supporting it should be
accurate.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Keycloak seems to have dropped the `auth` part with their 18.0
release.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
'additionally' in this context is a bit misleading, as it suggests
that e.g. 'VM.Allocate' AND 'Permissions.Modify' are needed, conflicting
with the previous paragraph.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Fixed two small grammar errors in the qm chapter. Rephrased a
sentence before the fixed sentence so that it would be more legible.
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
[ T: resolve context merge conflict on current master ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Chagne the name of the "dirs" parameter to "content-dirs" and be less
misleading with "absolute paths".
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
Reported in the community forum[0].
The setting can already help with a single disk. Without the option,
there is not one IO thread as the old wording suggested, but IO is
handled in the main event loop or vCPU threads (see the kvm man page).
[0]: https://forum.proxmox.com/threads/118390/post-518532
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
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>