Commit Graph

1877 Commits

Author SHA1 Message Date
Alexander Zeidler
501744f77d vzdump: mention new parameter 'pbs-entries-max'
configuring pbs-entries-max can avoid failing backups due to a high
amount of files in folders where a folder exclusion is not possible

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
2023-09-18 16:53:52 +02:00
Thomas Lamprecht
6d8b6e3989 calendar events: fix build for wiki target
This was actually just some POC that got committed by accident and
broke build to to getting a title where not expecting it as there
where two (relatively seen) top-level titles in the calendar events
page.

Fix that by declaring an actual level-0 heading (i.e., title) in the
wiki context.

This then should also fix a dangling link to the calendar-events wiki
page for the docs-in-wiki stuff, e.g., "calendar events" in backup
chapter [0] pointint to 404 [1], that Fiona reported a few weeks ago.
[0]: https://pve.proxmox.com/wiki/Backup_and_Restore#vzdump_jobs
[1]: https://pve.proxmox.com/wiki/Schedule_Format#chapter_calendar_events

Fixes: a90b75d ("package repos: add Ceph 18.2 Reef repos")
Reported-by: Lukas Wagner <l.wagner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-09-18 11:56:56 +02:00
Thomas Lamprecht
cf50cfe69b package repos: fix heading syntax
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-09-18 11:56:41 +02:00
Thomas Lamprecht
a90b75d5f4 package repos: add Ceph 18.2 Reef repos
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-09-15 16:51:22 +02:00
Fabian Grünbichler
d27e71eb0c ha: document where shutdown policy is set
it's not obvious otherwise from reading the description.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-09-15 12:38:51 +02:00
Fabian Grünbichler
613b6effc0 vzdump: mention file-restore log file
it was only documented in the proxmox-backup source code so far.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-09-08 10:39:52 +02:00
Christian Ebner
c2dbd3581d website: update external links to www.proxmox.com
During the redesign of www.proxmox.com the menu structure and therefore
some url changed. Update the external link in order to avoid an
unneccessary redirect.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2023-08-23 10:12:37 +02:00
Wolfgang Bumiller
ba2a819747 bump version to 8.0.5
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-08-16 12:04:05 +02:00
Lukas Wagner
1ba1e95244 add documentation for the new notification system
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-08-16 12:01:17 +02:00
Thomas Lamprecht
07b013aa0d update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-07-25 17:20:57 +02:00
Aaron Lauterer
e0c0420824 pvecm: add qdevice status flag explanation
They are underdocumented and finding information is not that easy.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
 [TL: break footnote with long link over multiple lines ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-07-25 17:16:56 +02:00
Aaron Lauterer
50063cd726 pvecm: fix pvecm status indentation
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-07-25 11:54:55 +02:00
Thomas Lamprecht
ff62dafe02 user management: add note about case-sensitivity for AD realm
As there its really common to do things case insensitive a docs note
should help users to discover that Proxmox VE allows one to configure
and LDAP/AD realm to also work case insensitive.

While the UI option got added only recently in pve-manager's commit
c34c5418 ("ui: active directory realm: expose case-sensitive option")
mention it already, as there's a good chance that manager gets bumped
sooner than docs.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-07-25 10:28:35 +02:00
Fabian Grünbichler
def3e106af fix #4866: fix install on Debian wiki link
to point at Bookworm, instead of Bullseye.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-07-24 13:00:54 +02:00
Fabian Grünbichler
3ad9d61cdf fix proxmox-kernel-helper package name
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-07-18 10:59:28 +02:00
Max Carrara
af79dcc5cb pveum: sort roles and privileges alphabetically
Signed-off-by: Max Carrara <m.carrara@proxmox.com>
2023-07-16 00:44:41 +02:00
Max Carrara
19934c36c4 pveum: add missing roles and privileges
Signed-off-by: Max Carrara <m.carrara@proxmox.com>
2023-07-16 00:44:41 +02:00
Philipp Hufnagl
2098db2e1a pmxcfs: fix incorrect exmple command
There is an error in this example. The .conf has to be moved in the
quemu-server folder of the new node for the migration to work.

Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>
2023-07-15 23:42:17 +02:00
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