public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: Fiona Ebner <f.ebner@proxmox.com>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH qemu-server 1/3] api: disk import: remove unused wrongly named variable
Date: Fri, 3 Jul 2026 11:32:54 +0200	[thread overview]
Message-ID: <38db2b2e-1fe1-43c6-8f75-d8deb28e60f8@proxmox.com> (raw)
In-Reply-To: <20260629124625.115457-2-f.ebner@proxmox.com>

Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>

On 6/29/26 2:46 PM, Fiona Ebner wrote:
> The result from parse_volume_id() is the storage ID and the volume
> name. Its input is the volume ID.
> 
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>   src/PVE/API2/Qemu.pm | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/PVE/API2/Qemu.pm b/src/PVE/API2/Qemu.pm
> index 9023c344..e575d36b 100644
> --- a/src/PVE/API2/Qemu.pm
> +++ b/src/PVE/API2/Qemu.pm
> @@ -499,7 +499,7 @@ my sub create_disks : prototype($$$$$$$$$$$) {
>   
>                   $needs_creation = $live_import;
>   
> -                my ($source_storage, $source_volid) = PVE::Storage::parse_volume_id($source, 1);
> +                my ($source_storage) = PVE::Storage::parse_volume_id($source, 1);
>   
>                   if ($source_storage) { # PVE-managed volume
>                       my ($vtype, $source_format) =





  reply	other threads:[~2026-07-03  9:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:45 [PATCH-SERIES qemu-server 0/3] fix #7743: api: disk import: avoid locking twice when importing from OVA or same VM Fiona Ebner
2026-06-29 12:45 ` [PATCH qemu-server 1/3] api: disk import: remove unused wrongly named variable Fiona Ebner
2026-07-03  9:32   ` Dominik Csapak [this message]
2026-06-29 12:45 ` [PATCH qemu-server 2/3] fix #7743: api: disk import: avoid locking twice when importing from OVA or same VM Fiona Ebner
2026-07-03  9:31   ` Dominik Csapak
2026-06-29 12:45 ` [PATCH qemu-server 3/3] api: update vm: fork before locking Fiona Ebner
2026-07-03  9:41   ` Dominik Csapak
2026-07-03 11:44     ` Fiona Ebner
2026-07-03 12:00       ` Dominik Csapak
2026-06-30  9:49 ` [PATCH-SERIES qemu-server 0/3] fix #7743: api: disk import: avoid locking twice when importing from OVA or same VM Manuel Federanko
2026-07-03 11:59 ` superseded: " Fiona Ebner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38db2b2e-1fe1-43c6-8f75-d8deb28e60f8@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=f.ebner@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal