all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Christian Ebner <c.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 2/2] ui: switch default and extend options for PBS change detection mode
Date: Tue,  3 Jun 2025 15:09:16 +0200	[thread overview]
Message-ID: <20250603130916.310066-4-c.ebner@proxmox.com> (raw)
In-Reply-To: <20250603130916.310066-1-c.ebner@proxmox.com>

Switch the current implied default `legacy` option with the new
default value `metadata`, as set by vzdump.

Further, allow to switch back to the previous default by adding the
`legacy` option and keep the `metadata` mode as separate, dedicated
option so pre-exiting backup job configurations still work as
expected.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
NOTE: Assumes repo pre-formatted with proxmox-biome to apply

 www/manager6/form/PbsChangeDetectionModeSelector.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/manager6/form/PbsChangeDetectionModeSelector.js b/www/manager6/form/PbsChangeDetectionModeSelector.js
index 6e55aabd..e5a6c20f 100644
--- a/www/manager6/form/PbsChangeDetectionModeSelector.js
+++ b/www/manager6/form/PbsChangeDetectionModeSelector.js
@@ -3,8 +3,9 @@ Ext.define('PVE.form.PBSChangeDetectionModeSelector', {
     alias: ['widget.pbsChangeDetectionModeSelector'],
     deleteEmpty: true,
     comboItems: [
-        ['__default__', 'Default'],
+        ['__default__', 'Default (Metadata)'],
         ['data', 'Data'],
         ['metadata', 'Metadata'],
+        ['legacy', 'Legacy'],
     ],
 });
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


      parent reply	other threads:[~2025-06-03 13:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-03 13:09 [pve-devel] [PATCH container/manager 0/3] vzdump: Switch default " Christian Ebner
2025-06-03 13:09 ` [pve-devel] [PATCH container 1/1] vzdump: switch default PBS change detection mode to `metadata` Christian Ebner
2025-06-03 13:09 ` [pve-devel] [PATCH manager 1/2] ui: add dedicated form for PBS change detecton mode selector Christian Ebner
2025-06-03 13:09 ` Christian Ebner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250603130916.310066-4-c.ebner@proxmox.com \
    --to=c.ebner@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal