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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
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>
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>
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>
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>
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>
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>