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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Especially for GRUB there were a myriad of different casing variants
(e.g. grub, Grub, GRUB), so unify them, with GRUB being the official
casing.
For systemd-boot, fix an instance where it was not typeset as
monospace, like everywhere else.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
For those that jump directly to this part of the docs without seeing
the extra section first.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The ZIL section was copied over from the cache one, but not fully
adapted, so it wrongly talked about cache devices, as recently
reported by a user.
Improve on that and expand those sections in general.
Signed-off-by: Thomas Lamprecht <t.lamprecht@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>
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>
add '-k all' to avoid confusion when older kernels are pinned or
users switch between installed kernel versions
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
since using proxmox-boot-tool also for legacy systems the distinction
of p-b-t vs grub is not accurate anymore.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
checked for common misspellings. some of the changes (like favourite vs.
favorite or virtualization vs. virtualisation) are because of US vs. UK english
Reviewed-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
mostly by copying the existing documentation in a section about
`proxmox-boot-tool` and adapting to the fact that p-b-t also boots
ZFS with grub (on legacy systems)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
primarily in order to warn users booting from ZFS with grub.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Reviewed-By: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
recent forum threads showed that its not clear to all that they need
to reboot to activat modprobe.d parameters, or that they can also
directly write to /sys for a non-presistent but live change
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This new section explains the performance and failure properties of
mirror and RAIDZ VDEVs as well as the "unexpected" higher space usage by
ZVOLs on a RAIDZ.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
with some basic usage hints and warnings. this should be extended once
proper support for loading of keys at boot time is merged upstream, or
when we support it directly in pve-storage.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Editing the kernel commandline is described centrally in the bootloaders
chapter. Refer to it where appropriate (qm-pci-passthrough.adoc).
Additionally update the documentation on ZFS as rpool to the inclusion of
`systemd-boot`
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>