Introduce a cluster-wide vzdump.conf file which gets filled with the
default vzdump configuration.
Signed-off-by: Leo Nunner
---
data/PVE/Cluster.pm | 1 +
data/PVE/Cluster/Setup.pm | 32 +---
data/src/status.c | 1 +
3 files changed, 31 insertions(+)
This patch introduces a cluster-wide vzdump configuration file. This
isn't an override per se, but rather a fallback if there is no local
configuration (or the specific parameter is not configured in the local
configuration).
The settings get merged like this:
/etc/vzdump.conf <- /etc/pve/vzdump.
The different config files get merged in the following order:
/etc/vzdump.conf <- /etc/pve/vzdump.conf <- default values
So the local configuration takes the highest precedence, then the
cluster-wide config, and finally the default values.
Signed-off-by: Leo Nunner
---
RFC: I'm not really sure
+ change the wording from "Global configuration" to "Node-wide
configuration"
Signed-off-by: Leo Nunner
---
The wording was previously already changed by Fiona but hasn't been
merged yet:
https://lists.proxmox.com/pipermail/pve-devel/2022-December/055123.html
vzdump.adoc | 12
1 f
Should we include this before rolling out QEMU 7.2 to public
repositories? Will always trigger with large disk(s), when doing a PBS
backup and at any later time a snapshot/hibernation. It's not a new
problem, but there were a few reports recently, and 7.2-rollout seems
like a good time.
Am 26.01.2
Keycloak seems to have dropped the `auth` part at some point in the past.
Signed-off-by: Lukas Wagner
---
pveum.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pveum.adoc b/pveum.adoc
index 65d874a..6981d02 100644
--- a/pveum.adoc
+++ b/pveum.adoc
@@ -461,7 +461,7 @@ exa
two small nits inline
On 2/2/23 15:41, Dominik Csapak wrote:
such as the sorting/grouping of guests. saves them in the browser local
storage under 'pve-tree-sorting'
adds a button for it next to the the view selector
Signed-off-by: Dominik Csapak
---
www/manager6/Makefile
Had two small nits in patch 5/6. Otherwise it seems to work nicely. Tested all
options and also had tags with tag overrides configured in my tests.
Consider this
Tested-By: Aaron Lauterer
On 2/2/23 15:41, Dominik Csapak wrote:
this series allows configuring the sorting of the resource tree
previously the upid would just be used without a file extension when
downloading a task log. this lead to rather strange filenames that
appeared unfamiliar to users as the upid is not very prevalent in the
gui. set a proper file name based on the node name, worker type and a
time stamp instead. als
The `mkdir` option has two meanings[0][1] which are split up in `create-path`
and `create-sub-dirs`.
The `create-path` option decides if the path to the storage is
automatically created or not.
The `create-sub-dirs` options decides if the default directory
structure (dump, images, ...) at the stor
The idea is to make a qemu build with this available to users affected
by bug #2874 in the hope to catch an actual buggy write should it
happen again and if it actually comes from QEMU.
The logging in block-backend covers writes coming from the virtual
disk protocol (e.g. SATA), while the loggin i
On 09/02/2023 12:43, Stefan Sterz wrote:
> previously the upid would just be used without a file extension when
> downloading a task log. this lead to rather strange filenames that
> appeared unfamiliar to users as the upid is not very prevalent in the
> gui. set a proper file name based on the nod
On 02/02/2023 15:41, Dominik Csapak wrote:
> it is basically the 'Server View' but with less content, and has often
> times lead to confusion when uses accidentally selected it.
>
> Signed-off-by: Dominik Csapak
> ---
> www/manager6/form/ViewSelector.js | 7 ---
> 1 file changed, 7 deletions
On 08/02/2023 17:02, Lukas Wagner wrote:
> 'additionally' in this context is a bit misleading, as it suggests
> that e.g. 'VM.Allocate' AND 'Permissions.Modify' are needed, conflicting
> with the previous paragraph.
>
> Signed-off-by: Lukas Wagner
> ---
> The ambiguity popped up in a recent suppo
14 matches
Mail list logo