Commit Graph

1726 Commits

Author SHA1 Message Date
Stoiko Ivanov
69c2b2e55e zfs: fix #3479 rephrase boot-loader description.
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>
2022-04-22 11:42:52 +02:00
Daniel Tschlatscher
b8072e84dc fix #3994: Added blockid to chapter Proxmox Node Management
to make it possible to reference it through the help button in the
GUI.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
2022-04-22 11:42:22 +02:00
Dylan Whyte
12804f688f fix #3884: Add section for kernel samepage merging
Adds a section to the "Host System Administration" section of the
Administration Guide, discussing KSM and its security risks

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
2022-04-22 11:40:37 +02:00
Fabian Ebner
2db55d5d11 vzdump/storage: mention protected backups limit and give an example
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2022-04-06 12:44:47 +02:00
Fabian Ebner
5c85b0a168 storage: switch to prune-backups in examples
because maxfiles is deprecated.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2022-04-06 12:44:47 +02:00
Thomas Lamprecht
c30bb419ce update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-04-04 14:16:48 +02:00
Fabian Ebner
aa42586806 zfs: update documentation about ZED
It's installed and enabled by default since PVE 6.1.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2022-04-04 12:04:43 +02:00
Alexandre Derumier
f4e692a333 sdn: update bgp/evpn documentation
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2022-03-29 17:34:33 +02:00
Oguz Bektas
16162db8cc pvecm: add small note for 'updatecerts' workaround in qdevice setup
sometimes the qdevice setup can fail when copying CA certificates if the
node SSH keys are not matching for some reason.

reported here:
https://forum.proxmox.com/threads/pvecm-qdevice-setup-fails.88681

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-16 16:08:03 +01:00
Thomas Lamprecht
580d1297d5 firewall: text width fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-16 15:23:27 +01:00
Mira Limbeck
bdb9c34e11 add documentation for the new icmp-type parameter
Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-03-16 15:22:59 +01:00
Thomas Lamprecht
c43c999f81 cluster: network: clarify and ease latency requirements
With 5 ms (stable!) even mid size cluster can work just fine, and we
know quite some smaller setups that work OK with 6 - 9 ms, so ease
on unnecessarily scaring users into thinking that their network will
cause them trouble.

we got reports of working two node clusters with ~15 ms latency, so
it can work out above 10ms, albeit things start to get really brittle
and def. not something for 3+ nodes.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-11 11:57:44 +01:00
Fabian Ebner
0537ebf1d8 storage: document preallocation as a common storage option
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2022-02-07 10:21:25 +01:00
Nicholas Sherlock
cf2da2d85e pci-passthrough: add section about ID overrides
Signed-off-by: Nicholas Sherlock <n.sherlock@gmail.com>
2022-01-28 14:15:34 +01:00
Fabian Ebner
9470f7aab6 pct/qm.conf: fixup reserved ID range
100 is not reserved, and '<=' actually showed up as '(' in the
generated man page.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2022-01-28 14:13:14 +01:00
Fabian Ebner
33ccd432b8 storage: cephfs/rbd: emphasize steps aren't needed for local cluster
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2022-01-28 12:15:06 +01:00
Aaron Lauterer
208543355b update Ceph codename and docs url to octopus
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2022-01-28 12:14:38 +01:00
Aaron Lauterer
876f6dce25 storage: rbd: cephfs: update authentication section
It is not needed anymore to place the keyring/secret file manually in
the correct location as it can be done with pvesm and the GUI/API now.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2022-01-28 12:14:20 +01:00
Thomas Lamprecht
74ff2e640d d/copyright: update years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-01-24 15:12:01 +01:00
Aaron Lauterer
8ebd2453ee storage: rbd: cephfs: replace PVE with {pve}
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2022-01-24 14:55:21 +01:00
Fabian Grünbichler
020f5d321f pveproxy: improve TLS key override description
by explicitly stating that this only applies to the 'custom' certificate
key, not the built-in self-signed one..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-01-18 12:24:22 +01:00
Fabian Grünbichler
e683b1d847 pveproxy: document newly added options
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2022-01-13 13:53:19 +01:00
Oguz Bektas
55eeea33d6 pct: use code blocks in example commands for bindmounts
for better readability on the wiki page and admin guide.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2022-01-11 08:38:40 +01:00
Thomas Lamprecht
6bc5d54db7 backup: clarify that CLI means FS-level and highlight retention-note
plus some other related, small additions/changes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-17 17:30:45 +01:00
Fabian Ebner
65c2112316 backup: add section for protection
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-11-17 15:33:02 +01:00
Fabian Ebner
da0c67934c cluster: migration: use back-ticked insecure when referring to the setting
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-11-17 15:33:02 +01:00
Fabian Ebner
8e0e0bcf35 VM live migration: mention that CPU vendor should be the same
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-11-17 15:33:02 +01:00
Thomas Lamprecht
597bbc698c bump version to 7.1-2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-15 16:08:08 +01:00
Aaron Lauterer
32e8b5b25b qm: adjust code blocks
adjusts the code block style where the older(?) way was used to be
consistent and more easy to distinguish as code block

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2021-11-15 15:51:49 +01:00
Aaron Lauterer
66aecccb57 qm: pct: mention move-disk for storage and reassign
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2021-11-15 15:51:49 +01:00
Thomas Lamprecht
5370fa8ca1 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-15 15:20:02 +01:00
Thomas Lamprecht
8d5c645cf7 pveum: tfa: drop webauthn fixme
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-15 15:10:43 +01:00
Wolfgang Bumiller
1245cebe0b update TFA docs
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-15 15:05:25 +01:00
Thomas Lamprecht
a85e527616 buildsys: change upload dist to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-11 18:47:14 +01:00
Thomas Lamprecht
4413935077 bump version to 7.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-11 18:47:14 +01:00
Thomas Lamprecht
54f20853fe pveceph: typo/language followups
Reported-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-11 16:24:35 +01:00
Dominik Csapak
b631c35ee4 pveceph: improve documentation for destroying cephfs
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-11-11 16:21:40 +01:00
Dominik Csapak
1ee2e9a2d2 add pvescheduler docs and manpage
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-11-11 16:21:40 +01:00
Dominik Csapak
de842c85d4 vzdump: change vzdump.cron to pvescheduler
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-11-11 16:21:40 +01:00
Dominik Csapak
6152945965 refactor calendar events into appendix
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-11-11 16:21:40 +01:00
Thomas Lamprecht
e455949ba9 tfa: add pseudo reference for future webauthn section
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-11 16:15:11 +01:00
Thomas Lamprecht
fc9c969da4 fixup: add missing newlines
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-04 16:13:54 +01:00
Thomas Lamprecht
e1508ce82a pct: supported distros: do not just throw in a link without explanation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-04 16:12:27 +01:00
Thomas Lamprecht
70292f7224 pct: supported distros: improve quotes
update some links/text and drop the manually added double-quote
characters

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-04 16:12:05 +01:00
Thomas Lamprecht
109ca764bd pct: supported distros: move a heading-level up to own section
And fix missing whitespace in `Arch Linux` and also refer to `CentOS
Stream`

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-04 15:58:51 +01:00
Oguz Bektas
a645c90770 pct: add section for supported distributions
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2021-11-04 13:43:14 +01:00
Dominik Csapak
63f0bb9dd4 pci-passthrough: expand IOMMU section with notice about BIOS
note that one must enable IOMMU support in the BIOS/UEFI.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-10-27 13:21:58 +02:00
Dominik Csapak
0c54d61280 remove 'amd_iommu=on' from the passthrough docs
this is wrong and does nothing. see
https://www.kernel.org/doc/html/v5.11/admin-guide/kernel-parameters.html?highlight=amd_iommu

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-10-27 13:21:58 +02:00
Mira Limbeck
175971948b old repos: use /pve suffix, which has better compatibility
We switched configuring /etc/apt/auth.conf to use /debian/pve as path
instead of just the old /debian for better compatibility with PVE and
PBS getting co-installed on the same host.

To match that stricter server definition the sources.list for
pve-enterprise must contain the /pve at the end. Otherwise there is
no match and updating via the pve-enterprise repository doesn't work.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
 [ Thomas: adapted commit message and older repos as 6.x too ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-10-11 08:53:01 +02:00
Stefan Reiter
95e8e1b766 qm: add section about TPM
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-10-07 14:36:20 +02:00