From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 0DAE31FF13B for ; Wed, 11 Mar 2026 16:58:44 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6FEBA32206; Wed, 11 Mar 2026 16:58:36 +0100 (CET) Message-ID: <5dd6a059-71f3-46e0-860b-1ea136550d10@proxmox.com> Date: Wed, 11 Mar 2026 16:57:59 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH manager 4/7] ui: qga: note that freeze-fs-on-backup is deprecated To: Maximiliano Sandoval , pve-devel@lists.proxmox.com References: <20260225154614.681858-1-m.sandoval@proxmox.com> <20260225154614.681858-5-m.sandoval@proxmox.com> Content-Language: en-US From: Fiona Ebner In-Reply-To: <20260225154614.681858-5-m.sandoval@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1773244644676 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.064 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.408 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.819 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.903 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: T3YCNBSLTQ53V4DPPJGAWDYBUFACYFFW X-Message-ID-Hash: T3YCNBSLTQ53V4DPPJGAWDYBUFACYFFW X-MailFrom: f.ebner@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Am 25.02.26 um 4:46 PM schrieb Maximiliano Sandoval: > Signed-off-by: Maximiliano Sandoval > --- > www/manager6/form/AgentFeatureSelector.js | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/www/manager6/form/AgentFeatureSelector.js b/www/manager6/form/AgentFeatureSelector.js > index 43d83a39..e7fa929c 100644 > --- a/www/manager6/form/AgentFeatureSelector.js > +++ b/www/manager6/form/AgentFeatureSelector.js > @@ -44,9 +44,10 @@ Ext.define('PVE.form.AgentFeatureSelector', { > ['isa', 'ISA'], > ], > }, > + // TODO Remove these two items with Proxmox VE 10. > { > xtype: 'proxmoxcheckbox', > - boxLabel: gettext('Freeze/thaw guest filesystems on backup for consistency'), > + boxLabel: gettext('Deprecated. Freeze/thaw guest filesystems on backup for consistency'), I'd prefer if there was a sentence like "Deprecated in favor of the more general setting" after the existing description. > name: 'freeze-fs-on-backup', > reference: 'freeze_fs_on_backup', > bind: {