This adds more clarity to the explanation of containers and to
the different terms we use to refer to containers, in both the FAQ and
the introduction section of pct.
It also contains minor grammar fixes and rewording where appropriate.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This takes all of the relevant information from
an old wiki site (https://pve.proxmox.com/wiki/Translations)
and merges it into the document that is used in generating the
admin guide and current wiki
(https://pve.proxmox.com/wiki/Translating_Proxmox_VE) entry.
Also contains some rewording for better readability.
V2: - Broke up into multiple sections for further clarity
- Separate sections for translating with and without git.
- Separate section for various methods of testing the
translation
- Separate section for various methods of submitting the
translation
- Incorporate suggested changes from previous version
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
otherwise they are all rendered in one line in all our outputs (wiki,
pdf, html)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The output of "pvecm delnode someNode" is "Killing node X". Even though this
only says something about an attempt and not about success, it is not "no
output is returned".
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
Dashes --- put the "Install PVE on Debian Buster" link into a code segment on
pve.proxmox.com/wiki/Installation.
Additionally, the both links are not ZFS performance tips => Move them further
below.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
The network config examples use the underscore but our tooling
generates the configs with dashes.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
I overlooked the different package names myself. Writing out the two commands
makes this more difficult to overlook.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
We mention Debian as external server before. On Debian it is easily possible
that SSH root login via password is prohibited.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
The leading whitespace in the first lines of the examples caused some
confusion and problems [0] because the config would not work with it.
Removing the whitespace will make it easier to copy and paste the
examples, causing less frustation and confusion.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
[0] https://forum.proxmox.com/threads/issue-setting-up-influxdb.70687
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>
This patch improves the English throughout the "High Availability"
documentation.
It mostly consists of small typo and grammar fixes, but also contains rewording
of some sections for the sake of readability.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Besides observing the boot process, `efibootmgr` seems to be the safest
bet. It should not show anything if booted in legacy BIOS mode. If
booted in UEFI mode, the boot entries should show which bootloader is
present.
Having both present should not happen in a regular use case AFAICT and
would need more consideration, or better, a reboot.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
While the rationale to put it before CT/VM isn't wrong at all it's
and advanced and currently even experimental topic. Lot's of PVE
admins/users won't require to get up and running initially.
Those who search it will still find it easily.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>