Commit Graph

1653 Commits

Author SHA1 Message Date
Aaron Lauterer
f4abc68ab1 zfs: fix typos
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-09-18 16:34:56 +02:00
Thomas Lamprecht
739d4d64c2 update static and schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-09-18 16:34:51 +02:00
Fabian Grünbichler
c7601c213f fix broken anchor id in translation.adoc
this broke the epub build.

Fixes: 06fd1d0f87

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-09-10 14:25:28 +02:00
Dylan Whyte
fd7fb228b9 faq & pct: Improve explanation of containers
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>
2020-09-07 18:12:12 +02:00
Dylan Whyte
06fd1d0f87 translation: combine old and current wikis
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>
2020-08-31 12:07:38 +02:00
Oguz Bektas
217f7cd81b network: nat: add extra newlines between links for readability
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>
2020-08-31 12:04:54 +02:00
Dominic Jäger
10da5ce16b pvecm: Add output for delnode
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>
2020-08-20 15:31:41 +02:00
Dominic Jäger
838081cd4c pvecm: Add required -r to rm
/etc/corosync/* includes the directory uidgid.d.
Consequentlly, a correct rm call requires -r.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
2020-08-20 15:31:37 +02:00
Dominic Jäger
3b5f76b8da installation: Fix & move link
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>
2020-08-20 15:30:25 +02:00
Aaron Lauterer
94cfc9d491 pvecm: whitespace fixup
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-08-11 15:33:03 +02:00
Aaron Lauterer
7a39aabd39 fix #2526: network config: change underscore to dash
The network config examples use the underscore but our tooling
generates the configs with dashes.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-08-11 15:33:03 +02:00
Dominic Jäger
41a37193e4 qdevice: Clarify required packages
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>
2020-08-11 15:33:03 +02:00
Dominic Jäger
1b80fbaac7 qdevice: Add note about root login requirements
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>
2020-08-11 15:33:03 +02:00
Dominic Jäger
9ffebff57f pvecm: Add comma after 'First'
Comma after sequence words like first, next, then, or last.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
2020-08-11 15:33:03 +02:00
Dominic Jäger
7c039095ed qdevice: Remove a wrong 's'
Third person plural does not require -s form.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
2020-08-11 15:33:03 +02:00
Fabian Grünbichler
692178e258 add ZWS to avoid config snippet misinterpretation
this is not a reference that we want to include in online help.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-08-11 15:33:03 +02:00
Aaron Lauterer
6cd1e06b1e metric server: remove whitespace in front of config section
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
2020-08-11 14:38:11 +02:00
Fabian Ebner
7353437bdc Mention that an encrypted dataset needs to be mounted
Using load-key alone is not enough to be able to use the storage.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2020-08-11 14:36:56 +02:00
Aaron Lauterer
44aee838fe zfs: fix typo
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-07-29 08:41:27 +02:00
Dylan Whyte
cb3357987a qm: IO Thread: fix typo and reword section
Fix typo 'isks' => 'disks'
Reword section for better readability.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2020-07-22 12:45:41 +02:00
Aaron Lauterer
e4262cac6f Add section with more infos about ZFS RAID levels
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>
2020-07-22 12:42:34 +02:00
Dylan Whyte
049fc55728 ha-manager: fix typos and grammatical errors; improve wording
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>
2020-07-17 15:33:13 +02:00
Dylan Whyte
cef4918010 README: fix grammatical error
Fixes a grammatical error on line 143 of the README adoc

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2020-07-15 18:46:29 +02:00
Dylan Whyte
482212bf4f Fix typos and wording
Update some lines to fix spelling and grammatical errors

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2020-07-15 18:46:08 +02:00
Thomas Lamprecht
7b43e874a2 storage: fixup PBS wiki link
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 14:26:38 +02:00
Thomas Lamprecht
3f81f0ed71 bump version to 6.2-5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 12:09:54 +02:00
Stefan Reiter
9e797d8c2c Add man-page and notes about custom CPU models
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-07-13 12:04:38 +02:00
Thomas Lamprecht
04d22a9f94 update static info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 12:04:29 +02:00
Thomas Lamprecht
b84c51fae3 storage: make description column wider
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 11:54:52 +02:00
Thomas Lamprecht
93e1d33ef7 add initial PBS docs
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 11:54:36 +02:00
Thomas Lamprecht
84f91027aa cifs: modernize a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 11:36:57 +02:00
Thomas Lamprecht
6ce114ee15 getting help: use new mailing list url
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-07 14:17:03 +02:00
Thomas Lamprecht
ac70d7d134 update static information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-07 14:17:03 +02:00
Thomas Lamprecht
42449bdff9 zfs: use headings and define help anchors
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-06-18 17:09:20 +02:00
Thomas Lamprecht
dfa919a384 sys boot: move section a bit down and title case it
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-06-18 16:45:40 +02:00
Aaron Lauterer
48a1482bac sysboot: add a section on how to determine the used bootloader
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>
2020-06-09 19:00:28 +02:00
Aaron Lauterer
11a6e02214 zfs-local: fix #2704 add disk replacement steps for grub
The documentation only covered replacing the disk with systemd-boot but
not if grub is used.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-06-09 19:00:28 +02:00
Dominic Jäger
13962741a6 pvesm: Add example & clarification for export
The literal usage of "qcow2+size" as well as what the command is supposed to do
has confused users [0].

[0] https://forum.proxmox.com/threads/trying-to-convert-raw-disk-to-vmdk-using-pvesm.70046/
2020-06-06 19:46:00 +02:00
Thomas Lamprecht
8e410f5399 save pveOnlineHelpInfo as const
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-06-06 19:45:49 +02:00
Thomas Lamprecht
cf96251f13 whitespace cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-06-06 19:45:02 +02:00
Thomas Lamprecht
9e773815bc SDN: wording follouwp
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-06-03 14:46:44 +02:00
Alexandre Derumier
99a0bbe400 sdn: fix qinq zone2 example
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-06-03 14:43:17 +02:00
Alexandre Derumier
72dac9a0ab sdn: add vnet vlan-aware option
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-06-03 14:43:17 +02:00
Alexandre Derumier
40f4dfc21f sdn: add a note to add "source /etc/network/interfaces.d/*"
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-06-03 14:43:17 +02:00
Alexandre Derumier
a91b3e7fdb sdn: vlan: allow non vlanaware bridge.
Also rename ove "interface" to "switch", to avoid confusion
with a ovs internal interface
2020-05-11 17:03:27 +02:00
Wolfgang Link
88636df186 update link for YubiKey documentation
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2020-05-11 17:03:27 +02:00
Thomas Lamprecht
1b760b3894 bump version to 6.2-4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-10 21:11:47 +02:00
Thomas Lamprecht
8ac25ffe69 sdn: better overview and typo fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-10 21:11:47 +02:00
Thomas Lamprecht
d709fbb4de adming guide: move SDN down, after VM/CT and before firewall
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>
2020-05-10 20:10:49 +02:00
Thomas Lamprecht
4e652ababb sdn: add some reference anchors, some polishing
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-10 20:09:52 +02:00