5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-21 18:03:45 +03:00

1859 Commits

Author SHA1 Message Date
Friedrich Weber
d5f9b415fc cgroup: update note about legacy cgroup controller support
The 7->8 upgrade guide [1] mentions that cgroup v1 will be deprecated
starting from PVE 9.0, so also mention this in the docs.

[1] https://pve.proxmox.com/wiki/Upgrade_from_7_to_8#cgroup_V1_Deprecation

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
2023-07-15 23:25:31 +02:00
Thomas Lamprecht
8668bfdff9 installation: note that TUI uses same code and use thumbnail attribute
The thumbnail attribute is our preferred way to include those
screenshots, but it requires to be inside a paragraph to be replaced, and
having an admonition directly below the attribute doesn't makes it
part of a paragraph.

So, add a bit of text, which was warranted anyway, allowing us to use
the thumbnail attr again.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-07-07 08:42:06 +02:00
Christoph Heiss
38df5426e9 installation: add screenshot of tui installer
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-07-05 09:27:34 +02:00
Christoph Heiss
0c6bf9f500 installation: update installer boot menu options and screenshot
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-07-05 09:27:34 +02:00
Christoph Heiss
e0931a266a gitattributes: treat .ppm as binary
They are images after all and should thus be treated as blobs. git does
not do that by default, probably because they have a text header.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-07-05 09:27:34 +02:00
Philipp Hufnagl
65ef3bb6a3 pvesm: update documentation of the list feature
Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>
2023-07-04 17:06:27 +02:00
Aaron Lauterer
cd44cb4c27 pvecm: add node: let parameter use two dashes
While the '--linkX' paramter works with one dash too, let's use two so
we are in line with the man page and other uses of named parameters.

Since we are at it, prepend the command with '#' as we do throughout
this section.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-07-03 09:43:44 +02:00
Thomas Lamprecht
74d60110bf bump version to 8.0.4
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-25 14:50:38 +02:00
Thomas Lamprecht
393cdaebf8 d/control: ensure docs are build with compatible asciidoc
As commit 5832a54 ("fix running a2x under new package structure") in
the upstream asciidoc-py repo broke overriding the backend with our
own config for the docbook target, which broke our thumbnail
attribute for paragraphs for the PDF output (HTML is done directly by
asciidoc, and there overriding the config still worked).

Reported upstream [0] and workarounded with the proposed fix applied
to an asciidoc package re-build that got uploaded to our devel repo
for bookworm, so ensure that builds are done with a new enough
version.

[0]: https://github.com/asciidoc-py/asciidoc-py/issues/266

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-25 14:31:29 +02:00
Thomas Lamprecht
ad0523087d docinfo: use https in link
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-25 14:27:26 +02:00
Thomas Lamprecht
0016162f6e package repos: fix ceph enterprise repo url
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-25 10:02:18 +02:00
Stoiko Ivanov
7171e10f45 faq: fix typo in release names
Reported-by: Daniela Häsler <daniela@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2023-06-24 15:02:22 +02:00
Thomas Lamprecht
c7a25e7c93 update docbook config
sync over from /etc/asciidoc/docbook45.conf shipped by asciidoc.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-24 15:01:46 +02:00
Thomas Lamprecht
69b974d9d4 bump version to 8.0.3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-21 18:12:22 +02:00
Thomas Lamprecht
c8eee6ff6e update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-21 17:51:23 +02:00
Thomas Lamprecht
4657b9ff3d qm: slightly reposition mapping screenshots
to avoid that they are adjacent providing very little space for the
text flow floating besides it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-21 17:46:19 +02:00
Dominik Csapak
481a0ee4e1 resource mapping: add screenshots
of the panel with some data + the edit windows

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-06-21 17:46:19 +02:00
Dominik Csapak
bd0cc33df2 use correct heading level for resource mapping
otherwise it's a subchapter under hibernation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-06-21 17:46:19 +02:00
Thomas Lamprecht
2157032d7c qm: move out known vCPU list to actual appendix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-21 17:46:19 +02:00
Aaron Lauterer
0c3c5ff3ab storage: add hint to avoid storage aliasing
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-06-21 12:25:55 +02:00
Thomas Lamprecht
d7f84e1cc6 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-21 10:16:15 +02:00
Fiona Ebner
85e53bbf11 qm: move AMD and Intel CPU types list to the end of the chapter
to avoid cluttering up the CPU type section too much.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2023-06-20 11:36:32 +02:00
Fiona Ebner
a36da5e70e qm: improve list of Intel/AMD CPU types in QEMU section
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2023-06-20 11:36:32 +02:00
Fiona Ebner
c85a1f5ae4 qm: improve wording/style and fix typos in QEMU CPU Types section
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2023-06-20 11:36:32 +02:00
Fiona Ebner
57bb28ef95 qm: fix typos and improve wording in CPU Types section
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2023-06-20 11:36:32 +02:00
Alexandre Derumier
41379e9a77 qemu: add cpu models documentation
add doc for differents cpu models including
new x86-64-vX models

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2023-06-20 11:30:10 +02:00
Thomas Lamprecht
c4d19b8984 bump version to 8.0.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-19 09:11:45 +02:00
Thomas Lamprecht
499c9b7f13 update static/schema information
mostly for resource mapping API/Schema and disk-management permission
fixes.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-19 09:10:34 +02:00
Thomas Lamprecht
8dd66e125d update static/schema information
The changes stem mostly from the actual definition of our minimum and
maximum range for the pve-vmid format.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-19 08:51:31 +02:00
Thomas Lamprecht
d772991e62 qm mappings: stylistic fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-19 08:41:02 +02:00
Dominik Csapak
e2a867b28e qemu: add documentation about cluster device mapping
explain why someone would want it, how to configure and which privileges
are necessary

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-06-16 16:26:51 +02:00
Fabian Grünbichler
3c67d55903 Update and extend permission documentation
adapt to recent changes:
- PVESDNUser role, SDN.Use privilege
- Permissions.Modify no longer part of PVESysAdmin and PVEAdmin
- PVE reserved prefix for builtin roles

and add some notes and warnings about dangerous aspects of permission
management, and missing parts.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-06-14 13:42:22 +02:00
Thomas Lamprecht
85d0c3bf62 bump version to 8.0.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-09 11:20:52 +02:00
Thomas Lamprecht
159464a9db update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-09 11:19:24 +02:00
Aaron Lauterer
82afba9adc cephfs: mention fs-name parameter
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-06-07 18:42:13 +02:00
Christoph Heiss
266dd87d5d Revert "qm: freeze-fs-on-backup: remove reference to GUI"
This reverts commit 0025e843194130ec5223d5789fa01f916d189783.
The option is now also exposed in the GUI.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-06-07 18:28:26 +02:00
Thomas Lamprecht
4a407cfdb9 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 17:46:30 +02:00
Thomas Lamprecht
e712afa605 user management: normalize code blocks
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 17:45:58 +02:00
Thomas Lamprecht
e253a7876e user management: small follow-up rewording/nits for TFA locks
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 17:45:58 +02:00
Wolfgang Bumiller
96a0d13193 user management: document TFA lockout
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 17:45:58 +02:00
Thomas Lamprecht
68460c34bb faq: add link for 7 to 8 upgrade
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 13:29:07 +02:00
Thomas Lamprecht
40b8232cc4 faq: split upgrade Q into minor and major upgrades
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 13:27:53 +02:00
Thomas Lamprecht
40add67e6a faq: update future Proxmox VE 7 EOL date and track 8
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 10:53:06 +02:00
Thomas Lamprecht
1f241093e6 package repos: update for upcoming PVE 8 and Ceph enterprise repo
Switch overt to Bookworm / Proxmox VE 8 repos, drop older Ceph
Pacific and Octopus repos, mention the ceph enterprise repo and add
the old repos entry for the wiki

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-07 10:47:34 +02:00
Aaron Lauterer
4bcf9cc321 pvesm: mark ZFS level as both
ZFS can do both, and we do use both, block and file level functionality.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-06-06 18:01:33 +02:00
Stefan Hanreich
e8889c3fb4 backup: Fix wrong unit for bandwidth limit
The correct unit for the bwlimit is actually Kibibyte per second
rather than Kibibit per second.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
2023-06-06 17:55:19 +02:00
Fabian Grünbichler
363c7a1d45 tree-wide: properly use {pve} instead of PVE
where applicable, or expand/replace where it's not a good fit or automatic
expansion doesn't work.

there are a few more in generated files, those need to be cleaned up
separately.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-06-06 16:50:51 +02:00
Aaron Lauterer
4ab400d1cd network: rephrase corosync and bonds recommendations
I suspect that the old one seems to be related to multicast traffic and
LACP bonds.

The link in the comment is dead by now. It seems this is one occasion
where the internet actually forgets as I cannot find the actual message
of that mailing list thread anymore. Therefore I cannot say for sure
what the exact issue was. But it was introduced in commit
649098a64ecaffc7215ec0556e76787595b38e88 which unfortunately also
doesn't have more information.

Since with Corosync 3, unicast is used, that recommentation is probably
not accurate anymore. At least I am not aware of any issues with
Corosync on LACP bonds in recent years. Therefore, rather recommend to
configure Corosync on multiple networks instead of bonds to follow best
practice.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-06-06 16:47:36 +02:00
Thomas Lamprecht
e37748c16a buildsys: remove odd xdg-open stanza
this does *NOT* belong in a build system, just open the browser and
hit F5 after built...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 16:09:17 +02:00
Thomas Lamprecht
e3cca0388a buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:53:53 +02:00