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 E06461FF141 for ; Mon, 16 Mar 2026 16:30:34 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 96D351F63A; Mon, 16 Mar 2026 16:30:44 +0100 (CET) From: Fiona Ebner To: pve-devel@lists.proxmox.com, Maximiliano Sandoval Subject: applied: [PATCH manager v2 0/7] ui: qga: add checkbox for guest-fsfreeze Date: Mon, 16 Mar 2026 16:29:55 +0100 Message-ID: <177367498978.160217.14014950858139795236.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260313095534.79526-1-m.sandoval@proxmox.com> References: <20260313095534.79526-1-m.sandoval@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1773674970184 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.188 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) 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: LQ33NACHTOQRKUM4RT2HRGXVSC6Y2PCZ X-Message-ID-Hash: LQ33NACHTOQRKUM4RT2HRGXVSC6Y2PCZ 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: On Fri, 13 Mar 2026 10:55:26 +0100, Maximiliano Sandoval wrote: > Something that was missing from Fiona's comments was giving the "hint" > CSS class to the "Deprecated" part of the old checkbox's label. I was > not sure how to make that work in ExtJS. > > The migration would work as follows: > > - The new key takes preference over the old one so using the old one is OK. > - If the key is in the config file and explicitly disabled then the old > checkbox would be displayed > - But we delete the deprecated key from the config if it was explicitly > enabled (it is the default) after performing any change > > [...] Applied, thanks! [1/7] ui: utils: support guest-fsfreeze at render_qga_features commit: 53a4f7dbd52af88d1f69cf98b87d6a7add216ee3 [2/7] ui: qga: merge translatable string commit: b6386e6da8bc2ce1b73610378f82a2948ecbba5a [3/7] ui: qga: move freeze-fs-on-backup to advanced opts commit: 7a3c96a6961c926ada94c3922b0f40ce167c0d81 [4/7] ui: qga: note that freeze-fs-on-backup is deprecated commit: 3aff7440bdf2f0a60a4bef1ba32a7771e709233a [5/7] ui: qga: add checkbox for guest-fsfreeze commit: b13cdbf908271bed675678cdf72bc5fcf72c295d [6/7] ui: qga: call parameter me instead of this commit: a0a4be2c06349ab3b498d797c670b9c45746b89d [7/7] ui: qga: hide freeze-fs-on-backup conditionally commit: 630ac0318b5e7c8c3b2574566ae4230e31f2bec6