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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
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>
Order the live-reload method first & mention that it's recommended.
Mention that older PVE installations may also need to install
ifupdown2 manually, not just vanilla-Debian based ones.
Demote the `ifreload -a` into an inline mention, and emphasize that
it really only is for manual direct edits by moving that to the front
of the sentence, to avoid that users think that ifreload -a is an
alternative to the apply changes button/api.
Explain, in short, how changes are applied on reboot.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Mentioning explicitly, that the vmbr interfaces can be thought of as a
virtual switch and what can be done overall in the introduction will
hopefully help new users to grasp the networking more quickly.
Also mention the SDN to point people in that direction if they need it
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
ifupdown2 is now installed by default, we can therefore omit the whole
installation part except a small note for people who installed PVE on
top of Debian.
also mention the CLI variant for users who like to edit the network
config directly or are using some config management tools
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Due to the pitfalls possible it makes more sense to warn actively
than just removing any mention of those tools.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Mentioning 'ifup' and 'ifdown' can lead to users running into situations
where they take down one interface, for example an vmbrX. In this
situation the connection to the guests will be lost and not
reestablished automatically if the interface is brought up again with
'ifup'. The better way to apply network changes is to run 'ifreload -a'.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>