From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id F10C974F52 for ; Fri, 4 Jun 2021 11:47:58 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EE5631B137 for ; Fri, 4 Jun 2021 11:47:58 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 82C901B120 for ; Fri, 4 Jun 2021 11:47:54 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 5EB97465D2 for ; Fri, 4 Jun 2021 11:47:54 +0200 (CEST) From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= To: pve-devel@lists.proxmox.com Date: Fri, 4 Jun 2021 11:47:42 +0200 Message-Id: <20210604094748.3383339-1-f.gruenbichler@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.017 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [drive.pm, qemuserver.pm] Subject: [pve-devel] [PATCH qemu-server 0/6] fix #2862: more template backup fixes X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2021 09:47:59 -0000 first one is unrelated, rest should fix the remaining cases where template backups to PBS fail. Fabian Grünbichler (6): test: unbreak restore_config_test drive: factor out read-only helper template: mark efidisk as read-only test: add template drive read-only tests template: add -snapshot to KVM command template: start VM for VMA backup PVE/QemuServer.pm | 18 +++++---- PVE/QemuServer/Drive.pm | 10 +++++ PVE/VZDump/QemuServer.pm | 20 ++-------- test/cfg2cmd/efi-raw-old.conf.cmd | 2 +- test/cfg2cmd/efi-raw-template.conf | 5 +++ test/cfg2cmd/efi-raw-template.conf.cmd | 28 ++++++++++++++ test/cfg2cmd/efi-raw.conf.cmd | 2 +- test/cfg2cmd/i440fx-win10-hostpci.conf.cmd | 2 +- .../q35-linux-hostpci-multifunction.conf.cmd | 2 +- test/cfg2cmd/q35-linux-hostpci.conf.cmd | 2 +- test/cfg2cmd/q35-win10-hostpci.conf.cmd | 2 +- test/cfg2cmd/simple1-template.conf | 17 +++++++++ test/cfg2cmd/simple1-template.conf.cmd | 37 +++++++++++++++++++ test/run_qemu_restore_config_tests.pl | 14 +++++++ 14 files changed, 132 insertions(+), 29 deletions(-) create mode 100644 test/cfg2cmd/efi-raw-template.conf create mode 100644 test/cfg2cmd/efi-raw-template.conf.cmd create mode 100644 test/cfg2cmd/simple1-template.conf create mode 100644 test/cfg2cmd/simple1-template.conf.cmd -- 2.30.2