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 25F7A1FF15F for ; Mon, 18 Nov 2024 15:35:20 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EA99312513; Mon, 18 Nov 2024 15:35:24 +0100 (CET) From: Daniel Herzig To: Dominik Csapak In-Reply-To: <20241115151749.633407-1-d.csapak@proxmox.com> (Dominik Csapak's message of "Fri, 15 Nov 2024 16:17:22 +0100") References: <20241115151749.633407-1-d.csapak@proxmox.com> Date: Mon, 18 Nov 2024 15:35:17 +0100 Message-ID: <87jzd04nkq.fsf@proxmox.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.374 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_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks 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 Subject: Re: [pve-devel] [PATCH storage/qemu-server/manager v6] 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 Cc: pve-devel@lists.proxmox.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" I've just tested this series with the following images: + GNS3 with VMware ESXi image from https://www.gns3.com/software/download-vm, unzipped and uploaded to local dir storage. + Ubuntu Noble from https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.ova, downloaded straight through the 'Download from URL' button. GNS3 imports nicely and runs. Cannot really tell about noble -- it imports nicely but will get stuck during startup with default settings (~btrfs loaded, zoned=yes, fsverity=yes~). Fiddling with hardware settings tends to let it boot, but I haven't yet managed to provide it with a username and password that I'd know. Best, Daniel Things that I've encountered: + Download from URL does not support zipped images. + If I use a root-mounted nfs share as extraction storage, I yield a (not having a clue where the chown comes from): ------------------------------------------------------------ extracting local:import/GNS3_VM.ova/GNS3_VM-disk1.vmdk tar: GNS3_VM-disk1.vmdk: Cannot change ownership to uid 64, gid 64: Operation not permitted tar: Exiting with failure status due to previous errors TASK ERROR: unable to create VM 112 - error during extraction: command 'tar -x --force-local \ -C /mnt/pve/nfs/images/112/tmp_3017_112 -f /var/lib/vz/import/GNS3_VM.ova GNS3_VM-disk1.vmdk' failed: exit code 2 ------------------------------------------------------------ + Although I understand the purpose, it did not feel very 'natural' having to add the 'disk image' storage type to the local directory with the .ova-file for a successful import. _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel