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 AB5507BA0A for ; Tue, 2 Nov 2021 08:47:40 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A1F972B15B for ; Tue, 2 Nov 2021 08:47:40 +0100 (CET) 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 927F22B150 for ; Tue, 2 Nov 2021 08:47:39 +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 69B1C46049 for ; Tue, 2 Nov 2021 08:47:39 +0100 (CET) Message-ID: <6f38c9ed-7f39-964e-db6c-c88da7561bb7@proxmox.com> Date: Tue, 2 Nov 2021 08:47:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:94.0) Gecko/20100101 Thunderbird/94.0 Content-Language: en-US To: pve-user@lists.proxmox.com References: <757A44A4-2EDF-4077-8DCB-06CD6E8022D7@getmailspring.com> From: Dominik Csapak In-Reply-To: <757A44A4-2EDF-4077-8DCB-06CD6E8022D7@getmailspring.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.828 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -1.14 Looks like a legit reply (A) 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-User] Moving Disks via API X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2021 07:47:40 -0000 On 11/1/21 17:56, Bennet Gallein wrote: > Hello Michael, > > nothing is wrong with the API-viewer, I like it. There just is no API to move a disk from one VM to another and I was wondering if someone using PVE in production has found a way to automate this without modifying PVE source-code or running extra software on the PVE host. > Best Regards, > Freundliche Grüße aus Lüneburg, > Bennet Gallein > Bennet Gallein IT Solutions hi, there is currently a patchset on the devel list that does what you want (i think) https://lists.proxmox.com/pipermail/pve-devel/2021-October/050491.html it's not yet merged (and i think there will be a new version) kind regards Dominik