public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH-SERIES guest-common/qemu-server 0/4] remote migration (and drive mirror) improvements
@ 2026-06-09 14:28 Fiona Ebner
  2026-06-09 14:28 ` [PATCH guest-common 1/4] storage tunnel: query disk import: adapt to current signature for file_size_info() Fiona Ebner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fiona Ebner @ 2026-06-09 14:28 UTC (permalink / raw)
  To: pve-devel

As reported in the enterprise support, the 'query-disk-import' command
can time out (for a large disk/busy system) for an offline remote
migration, when the target storage is directory-based. The
'query-disk-import' command will call file_size_info() when the import
is finished to check the image and 10 seconds might not be enough
there. To mitigate the issue, bump the timeout to 1 minute.

Further small improvements are:
- Adapt to current signature for file_size_info() call to stop relying
  on compat handling.
- Avoid warning from superfluous qemu_del_dbus_vmstate() call.
- Use correct unit for drive mirror bandwidth limit.

guest-common:

Fiona Ebner (2):
  storage tunnel: query disk import: adapt to current signature for
    file_size_info()
  storage tunnel: disk migration: bump timeout for image check after
    import

 src/PVE/StorageTunnel.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


qemu-server:

Fiona Ebner (2):
  remote migration: mtunnel: avoid warning from superfluous call for
    removing dbus-vmstate
  block job: mirror: use correct unit for logging bandwidth limit

 src/PVE/API2/Qemu.pm           | 1 -
 src/PVE/QemuServer/BlockJob.pm | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


Summary over all repositories:
  3 files changed, 4 insertions(+), 4 deletions(-)

-- 
Generated by git-murpp 0.5.0




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-09 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 14:28 [PATCH-SERIES guest-common/qemu-server 0/4] remote migration (and drive mirror) improvements Fiona Ebner
2026-06-09 14:28 ` [PATCH guest-common 1/4] storage tunnel: query disk import: adapt to current signature for file_size_info() Fiona Ebner
2026-06-09 14:28 ` [PATCH guest-common 2/4] storage tunnel: disk migration: bump timeout for image check after import Fiona Ebner
2026-06-09 14:28 ` [PATCH qemu-server 3/4] remote migration: mtunnel: avoid warning from superfluous call for removing dbus-vmstate Fiona Ebner
2026-06-09 14:28 ` [PATCH qemu-server 4/4] block job: mirror: use correct unit for logging bandwidth limit Fiona Ebner

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