From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id E99E41FF150 for ; Mon, 06 Jul 2026 16:04:28 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id BB57B21475; Mon, 06 Jul 2026 16:04:28 +0200 (CEST) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Subject: [PATCH guest-common 0/2] fix #1964: replication config: add a setting to skip freezing guest filesystems Date: Mon, 6 Jul 2026 16:03:50 +0200 Message-ID: <20260706140354.475972-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783346628523 X-SPAM-LEVEL: Spam detection results: 0 DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) 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: LI4GRT2PUR2ILBI27OFIVC23HQWJIUEO X-Message-ID-Hash: LI4GRT2PUR2ILBI27OFIVC23HQWJIUEO X-MailFrom: m.sandoval@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: See the second commit message for more information. We sneak a change removing an unused Data::Dumper import. Tested: - Created a VM with ID 101 in a cluster with nodes pve1 and pve2 - Enabled the QGA service inside the guest - Created a replication job with pve2 $ pvesr create-local-job 101-1 pve1 --skip-freeze-fs 1 --schedule '*/1' - Start the VM - Ran: pvesr schedule-now 101-1 - cat /var/log/pve/replicate/101-1 - checked that it contains the added line in the logs. Then repeated the whole thing without specifying --skip-freeze-fs to ensure nothing was broken. Maximiliano Sandoval (2): replication config: remove unused Data::Dumper fix #1964: replication config: add a setting to skip freezing guest filesystems src/PVE/Replication.pm | 7 +++++++ src/PVE/ReplicationConfig.pm | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) -- 2.47.3