Commit Graph

1932 Commits

Author SHA1 Message Date
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 0025e84319.
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
649098a64e 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
Thomas Lamprecht
d02b512de7 bump version to 8.0.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:51:58 +02:00
Thomas Lamprecht
a1a5c8bfda d/source: override false-positive lintian errors
api-viewer's API data is generated here from the API JSONSchema and
we already use the GFDL varian that Debian is happy with, and it
recognizes that for d/control and the like, but the "</simpara>" tags
seem to throw the detection off for the docinfo XML. so just override
that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:51:58 +02:00
Thomas Lamprecht
13f0471a82 avoid duplicate GFDL, just reuse LICENSE file
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:46:14 +02:00
Thomas Lamprecht
ba6ea59562 asciidoc config: work around missing icon bug
The inline icons for admotions (note, tip, warning, ...) are missing
on builts with the asciidoc package shipped by Debian Bookworm.

As workaround set the "iconsdir" attribute manually to
"/usr/share/asciidoc/icons", as recommend by the DM in the respective
Debian bug report [0].

[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036030#10

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:46:14 +02:00
Thomas Lamprecht
c7ce74f4d0 mark pve-doc-generator an arch-independent package
only contains a bit of perl code and some asciidoc files.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:46:14 +02:00
Thomas Lamprecht
fc356f9e6e d/control: raise standards version compliance to 4.6.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:46:14 +02:00
Thomas Lamprecht
d75de4c3de d/control: define compat level via build-depends and raise to 13
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:46:14 +02:00
Thomas Lamprecht
78835c7aa6 d/control: add missing ${misc:Depends}
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:46:14 +02:00
Thomas Lamprecht
1dacba7296 buildsys: add DSC target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:28:58 +02:00
Thomas Lamprecht
67f4cd3b44 buildsys: improve build dir generation and cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:28:58 +02:00
Thomas Lamprecht
35fd9df99a drop addendum from license
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:10:32 +02:00
Thomas Lamprecht
1c894423cf d/copyright: use machine readable format
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:10:32 +02:00
Thomas Lamprecht
6027ec4b34 makefile: convert to use simple parenthesis
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 15:10:32 +02:00
Thomas Lamprecht
acaaf090c4 commit cpu-models.conf.5-opts.adoc
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 14:54:23 +02:00
Thomas Lamprecht
287a95cfb2 update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-18 13:30:43 +02:00
Aaron Lauterer
cbd7a6589d pmxcfs: update size limit to 128 MiB
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2023-05-18 13:12:32 +02:00
Thomas Lamprecht
ddaf578490 use datacenter consitently
we almost always use 'datacenter', but had three places where we used
'data center and while both are fine to use, keep it consistent.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-04-18 12:28:13 +02:00
Fiona Ebner
c35063c208 fix #4641: qm: fix typo
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2023-04-03 09:05:59 +02:00
Fabian Grünbichler
f4ec9bd2e0 d/changelog: fix typos/spelling
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-03-28 14:07:39 +02:00
Noel Ullreich
037789243b updated tags docs
updated the tags doc with slight rephrasing, corrected grammar,
and fixed typos.

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Reviewed-by: Stefan Sterz <s.sterz@proxmox.com>
2023-03-28 14:05:34 +02:00
Dominik Csapak
fd95afe2f5 user management: ldap: specify space and number sign escaping
number sign at the beginning (was missing completely)
space only needs escaping at the start and end

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-03-23 17:15:17 +01:00
Thomas Lamprecht
f42edd7afd bump version to 7.4-2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-22 15:00:08 +01:00
Friedrich Weber
0025e84319 qm: freeze-fs-on-backup: remove reference to GUI
The config option is currently not exposed in the GUI.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
2023-03-22 12:12:24 +01:00
Matthias Heiserer
77d6c33e22 remove storage view
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
2023-03-21 13:28:43 +01:00
Thomas Lamprecht
13c64d68d4 readme: document TIP admontion
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-21 13:28:36 +01:00
Leo Nunner
3cd0ecb4c0 fix #2641: document subdir parameter for CIFS backend
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
2023-03-21 12:32:11 +01:00
Thomas Lamprecht
80df0d2e37 qm: qga: add references and increase visibility of fsfreeze note
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-03-21 12:31:45 +01:00