Skip to content

fix(vm): bump 3p-kubevirt to fix migration failure for filesystem-backed hotplug disks#2402

Merged
yaroslavborbat merged 1 commit into
mainfrom
fix/vm/migration-with-fs-disk
May 29, 2026
Merged

fix(vm): bump 3p-kubevirt to fix migration failure for filesystem-backed hotplug disks#2402
yaroslavborbat merged 1 commit into
mainfrom
fix/vm/migration-with-fs-disk

Conversation

@yaroslavborbat
Copy link
Copy Markdown
Member

@yaroslavborbat yaroslavborbat commented May 25, 2026

Description

Bump 3p-kubevirt version with two fixes for hotplug disks on filesystem volumes:

  • Fix incorrect path to the hotplug disk image, which prevented real volume size detection.
  • Fix missing real-size check when creating a qcow2 image on the migration target for filesystem-backed hotplug disks.

deckhouse/3p-kubevirt#119

Why do we need it, and what problem does it solve?

During VM migration, the target disk was created with incorrect size for filesystem-backed hotplug volumes. Since source and target disk sizes must match, migration was failing.

What is the expected result?

  1. Attach a filesystem-backed hotplug disk to a VM.
  2. Trigger a migration.
  3. Migration completes successfully.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: vm
type: fix
summary: "Fix VM migration failure caused by incorrect target disk size for filesystem-backed hotplug volumes."

@yaroslavborbat yaroslavborbat added this to the v1.9.0 milestone May 25, 2026
@yaroslavborbat yaroslavborbat changed the title fix fix(vm): bump 3p-kubevirt to fix migration failure for filesystem-backed hotplug disks May 25, 2026
@yaroslavborbat yaroslavborbat marked this pull request as ready for review May 25, 2026 11:15
@yaroslavborbat yaroslavborbat force-pushed the fix/vm/migration-with-fs-disk branch 5 times, most recently from 53dad95 to 20a5191 Compare May 29, 2026 14:13
…ked hotplug disks

Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
@yaroslavborbat yaroslavborbat force-pushed the fix/vm/migration-with-fs-disk branch from 20a5191 to f62aba9 Compare May 29, 2026 14:15
@yaroslavborbat yaroslavborbat merged commit a01cf49 into main May 29, 2026
29 of 30 checks passed
@yaroslavborbat yaroslavborbat deleted the fix/vm/migration-with-fs-disk branch May 29, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants