From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 335481FF165 for <inbox@lore.proxmox.com>; Thu, 10 Apr 2025 14:05:19 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EA8D53A3CC; Thu, 10 Apr 2025 14:05:12 +0200 (CEST) Date: Thu, 10 Apr 2025 14:04:30 +0200 To: pve-devel@lists.proxmox.com References: <20250408121312.312526-1-d.csapak@proxmox.com> <20250408121312.312526-4-d.csapak@proxmox.com> <a05bdfdc-dac0-4b8d-9d23-5913ca768c36@proxmox.com> <22a457f5-12ce-48f3-9dfa-d4ae90715670@proxmox.com> <mailman.909.1744285245.359.pve-devel@lists.proxmox.com> In-Reply-To: <mailman.909.1744285245.359.pve-devel@lists.proxmox.com> MIME-Version: 1.0 Message-ID: <mailman.911.1744286711.359.pve-devel@lists.proxmox.com> List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Post: <mailto:pve-devel@lists.proxmox.com> From: Dominik Csapak via pve-devel <pve-devel@lists.proxmox.com> Precedence: list Cc: Dominik Csapak <d.csapak@proxmox.com> X-Mailman-Version: 2.1.29 X-BeenThere: pve-devel@lists.proxmox.com List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> Subject: Re: [pve-devel] [PATCH manager v7 3/3] ui: import storage content: allow importing of vm disk images Content-Type: multipart/mixed; boundary="===============6123093936778239216==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> --===============6123093936778239216== Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <d.csapak@proxmox.com> X-Original-To: pve-devel@lists.proxmox.com Delivered-To: pve-devel@lists.proxmox.com 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 B444FD4003 for <pve-devel@lists.proxmox.com>; Thu, 10 Apr 2025 14:05:06 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 996173A269 for <pve-devel@lists.proxmox.com>; Thu, 10 Apr 2025 14:04:36 +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)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for <pve-devel@lists.proxmox.com>; Thu, 10 Apr 2025 14:04:32 +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 F343042AD6 for <pve-devel@lists.proxmox.com>; Thu, 10 Apr 2025 14:04:31 +0200 (CEST) Message-ID: <3b00d216-959b-45f3-85cd-e06c571284ec@proxmox.com> Date: Thu, 10 Apr 2025 14:04:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [pve-devel] [PATCH manager v7 3/3] ui: import storage content: allow importing of vm disk images To: pve-devel@lists.proxmox.com References: <20250408121312.312526-1-d.csapak@proxmox.com> <20250408121312.312526-4-d.csapak@proxmox.com> <a05bdfdc-dac0-4b8d-9d23-5913ca768c36@proxmox.com> <22a457f5-12ce-48f3-9dfa-d4ae90715670@proxmox.com> <mailman.909.1744285245.359.pve-devel@lists.proxmox.com> Content-Language: en-US From: Dominik Csapak <d.csapak@proxmox.com> In-Reply-To: <mailman.909.1744285245.359.pve-devel@lists.proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.022 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record On 4/10/25 13:39, Gilberto Ferreira via pve-devel wrote: > Hi folks. Hi > I tried this feature in the new Proxmox VE 8.4, I just can upload vmdk, > qcow2 and raw file. > Tried vhd and vdi and no luck. > And I can't use the uploaded file to import the image and create a new VM. > Is that supposed to be this way, at least for now? > Is there any further development to be done? > I suppose this is not a bug, right? But, instead, something to fully > implement in next upgrades. Yes, we held off on applying the remaining UI patches for now since it was too close to the release. FYI, you can use the uploaded images via the api or cli already, no need to wait for the gui patches, see my other docs patch (not yet applied) for details: https://lore.proxmox.com/all/20250408142239.3527806-1-d.csapak@proxmox.com/ as for vhd,vdi not sure if we'll support that, it would require a bit more work to support this (if you want you can open an enhancement request on our bugzilla, best with examples where such images are offered) > > Cheers. Best regards Dominik --===============6123093936778239216== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel --===============6123093936778239216==--