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 0BDF71FF144 for ; Tue, 24 Feb 2026 15:55:42 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BEF69E993; Tue, 24 Feb 2026 15:56:33 +0100 (CET) From: Fiona Ebner To: pve-devel@lists.proxmox.com, Maximiliano Sandoval Subject: applied-series: [pve-devel] [PATCH docs/guest-common/qemu-server v5 00/11] fix #1964: add setting to always disable freezing a guest's fs Date: Tue, 24 Feb 2026 15:54:58 +0100 Message-ID: <177194454201.158886.3506702160714804119.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260105121702.20884-1-m.sandoval@proxmox.com> References: <20260105121702.20884-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: 1771944973193 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.202 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_VALIDITY_CERTIFIED_BLOCKED 1.179 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.717 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.236 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: C6CDSKHC2A3IIO63HXPUUU7PQBFATQL5 X-Message-ID-Hash: C6CDSKHC2A3IIO63HXPUUU7PQBFATQL5 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 Mon, 05 Jan 2026 13:16:44 +0100, Maximiliano Sandoval wrote: > ..and add more logging when issuing fsfreeze guest commands. > > The new setting takes precedence over freeze-fs-on-backup and deprecates the > former. > > - At the moment taking a snapshot without RAM does not log whether there was a > freeze/thaw, we add logs when issuing freezes/thaws. > > [...] Applied, thanks! I squashed in some style fixes and for patch 6/9, I had to make a change, since it originally caused the suspend to be skipped. Would be great if you could re-check that and if you could adapt the UI for the new setting too! qemu-server: [1/9] add a guest-fsfreeze qga setting commit: fcc2dc56b43010b919f03c557cb8c0e2cd8bbed1 [2/9] api: clone_vm: follow guest-fsfreeze setting commit: 08ae75f53050af225c12bd119cbc369d08e23efc [3/9] fix #1964: follow guest-fsfreeze setting on check freeze needed commit: 9d3597007835d50db2d3659520612eceddfb05a8 [4/9] agent: add a guest_fsthaw helper commit: 90fde50a3ed15ab20ac6685c8918268b5e30f43e [5/9] port users of guest-fsfreeze-thaw users to helper commit: 0fb2256e45aff699d628fbc7dd978e65ae2703f3 [6/9] block job: log when a fsfreeze could not happen commit: 09d8fa8031509beea77ac2da1339b51b6740194d [7/9] block job: mirror: reword fsfreeze log entry commit: 2bbaaed5fea7d2d8d8736a77e8cd35eedd258a27 [8/9] deprecate freeze-fs-on-backup qga setting commit: d82c5e7e997510a12cdc6ed7ee0c00773184bd4b [9/9] api: import: follow guest-fsfreeze setting commit: 7546da2cf680035ba33122db770ba20c8f5c3c6f guest-common: [1/1] abstract config: print when {, un}freezing a fs commit: da78acdd5a66a0b916306bfd373654ea03074b78 pve-docs: [1/1] qm: document that import-from can issue a fsfreeze commit: 862cd43b09245de212332bc3b9b03dae0de7ccb8