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 8F0F6696C3 for ; Thu, 11 Mar 2021 11:26:55 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6A36F26969 for ; Thu, 11 Mar 2021 11:26:55 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (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 576FB2693A for ; Thu, 11 Mar 2021 11:26:54 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 2051446345 for ; Thu, 11 Mar 2021 11:26:54 +0100 (CET) From: Fabian Ebner To: pve-devel@lists.proxmox.com Date: Thu, 11 Mar 2021 11:26:45 +0100 Message-Id: <20210311102650.6730-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.002 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH-SERIES v2] small improvements for parsing and printing 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: Thu, 11 Mar 2021 10:26:55 -0000 Patches #2 and #3 need versioned breaks for pve-manager! Patches #4 and #5 can be applied independently. Changes from v1: * don't return template property for non-templates as Thomas suggested * add a patch for the UI to make that work * add a patch to make the lock property optional again for LXC's vmstatus manager: Fabian Ebner (1): ui: avoid errors when 'template' property is not present in guest status www/manager6/lxc/Config.js | 2 +- www/manager6/qemu/Config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) qemu: Fabian Ebner (1): vmstatus: make template property optional PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) container: Fabian Ebner (3): vmstatus: make template property optional config: parse: also allow empty values vmstatus: make lock property optional again src/PVE/CLI/pct.pm | 3 ++- src/PVE/LXC.pm | 3 +-- src/PVE/LXC/Config.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -- 2.20.1