Commit Graph

1792 Commits

Author SHA1 Message Date
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
Thomas Lamprecht
ee6e18c480 rework SDN docs a bit
drop thumbnails for now, would need updating anyway and the examples
are of bigger help for now anyway, IMO.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-10 19:50:53 +02:00
Alexandre Derumier
1556b768a6 add sdn documentation
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-10 18:21:56 +02:00
Thomas Lamprecht
8748b71e3b bump version to 6.2-3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-08 18:40:22 +02:00
Thomas Lamprecht
7c90d20bb8 cert-management: fix denglish typo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-08 18:40:16 +02:00
Thomas Lamprecht
2f48e8867e fix scrot density
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-08 18:36:53 +02:00
Thomas Lamprecht
41c386baae pveum: add ldap sync panel screenshots
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-08 18:26:32 +02:00
Dominik Csapak
8ab21a40c3 pveum: use correct cli command for realm sync
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-05-08 13:38:12 +02:00
Thomas Lamprecht
06828914db bump version to 6.2-2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-07 21:41:23 +02:00
Thomas Lamprecht
65c8048384 certs: add some screenshots
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-07 21:39:33 +02:00
Mira Limbeck
8dadf555ba remove SLAAC reference from cloudinit docs
As we don't currently support SLAAC in the nocloud network format code, remove
the reference from the docs.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
2020-05-07 20:03:57 +02:00
Alwin Antreich
4edb84ec94 add section about backup compression algorithms
as a short description about the different algorithms in use by vzdump.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
2020-05-07 19:59:50 +02:00