* [pve-devel] [PATCH qemu-server] import disk: fix wrong package prefix for QemuImage's convert helper
@ 2025-06-25 12:50 Daniel Kral
2025-06-25 13:52 ` [pve-devel] applied: " Fiona Ebner
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Kral @ 2025-06-25 12:50 UTC (permalink / raw)
To: pve-devel
Fixes: bc097c94 ("introduce QemuImage module")
Signed-off-by: Daniel Kral <d.kral@proxmox.com>
---
src/PVE/QemuServer/ImportDisk.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/QemuServer/ImportDisk.pm b/src/PVE/QemuServer/ImportDisk.pm
index 01289fc5..83e8370a 100755
--- a/src/PVE/QemuServer/ImportDisk.pm
+++ b/src/PVE/QemuServer/ImportDisk.pm
@@ -84,7 +84,7 @@ sub do_import {
local $SIG{PIPE} = sub { die "interrupted by signal $!\n"; };
PVE::Storage::activate_volumes($storecfg, [$dst_volid]);
- PVE::QemuImage::convert(
+ PVE::QemuServer::QemuImage::convert(
$src_path,
$dst_volid,
$src_size,
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH qemu-server] import disk: fix wrong package prefix for QemuImage's convert helper
2025-06-25 12:50 [pve-devel] [PATCH qemu-server] import disk: fix wrong package prefix for QemuImage's convert helper Daniel Kral
@ 2025-06-25 13:52 ` Fiona Ebner
0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2025-06-25 13:52 UTC (permalink / raw)
To: pve-devel, Daniel Kral
Applied, thanks! Together with a followup to include QemuConfig which
was missing as well (pre-existing).
[1/1] import disk: fix wrong package prefix for QemuImage's convert helper
commit: b5f27c00d6ee03055b333d88c4748ffecf38bb43
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-25 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-25 12:50 [pve-devel] [PATCH qemu-server] import disk: fix wrong package prefix for QemuImage's convert helper Daniel Kral
2025-06-25 13:52 ` [pve-devel] applied: " Fiona Ebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.