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 54FA21FF15F for ; Mon, 18 Nov 2024 18:14:35 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 84ECA15FDA; Mon, 18 Nov 2024 18:14:38 +0100 (CET) Message-ID: <0369b046-a1c9-4ff7-99f4-02fed93d8b35@proxmox.com> Date: Mon, 18 Nov 2024 18:14:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Proxmox VE development discussion , Dominik Csapak References: <20241118152928.858590-1-d.csapak@proxmox.com> From: Aaron Lauterer In-Reply-To: <20241118152928.858590-1-d.csapak@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.035 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 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 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.001 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.001 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 Subject: Re: [pve-devel] [PATCH storage/qemu-server/manager v7] implement ova/ovf import for file based storages 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: , Reply-To: Proxmox VE development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Gave this series a test. GNS3 OVA, the following variants: OVA location -> Target Storage local -> local: worked local -> zfs: worked local -> lvm-thin: worked local -> rbd: worked cephfs -> any: did not work. got the following error: --- scsi0: storage selected for extraction does not support 'images' content type or is not file based. --- Which makes me wonder, because in API2/Qemu.pm 184+ we check for content->image or if the storage has a path. The the cephfs does have a path set. More inline in [PATCH qemu-server v7 4/5] api: create: add 'import-working-storage' parameter Also tested once, overriding the default config: * CPU type host * cores * unique mac * different vmbr/network * VirtIO NIC * VirtIO SCSI controller * Override the target storage for one of the two disks Which worked fine. _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel