-
Bug
-
Resolution: Unresolved
-
Critical
-
CNV v4.20.0
-
None
-
Product / Portfolio Work
-
3
-
False
-
-
False
-
None
-
-
CNV Storage 277, CNV Storage 278
-
Moderate
-
None
Description of problem:
parallelMigrationsPerCluster doesn't work in decentralized live migration
Version-Release number of selected component (if applicable):
CNV-v4.20.0.rhel9-144
How reproducible:
Always
Steps to Reproduce:
1. Create 7 VMs (more than 5 VMs) 2. Create a Plan to migrate all the 7 VMs 3. Start the Plan and monitor the VM/VMIM status
Actual results:
All the 7 VMs are migrating, even there is parallelMigrationsPerCluster 5 set in HCO and VMIM HCO liveMigrationConfig: allowAutoConverge: false allowPostCopy: false completionTimeoutPerGiB: 150 network: lm-network parallelMigrationsPerCluster: 5 parallelOutboundMigrationsPerNode: 2 progressTimeout: 150 VMIM status: migrationState: completed: true endTimestamp: "2025-09-10T04:09:32Z" migrationConfiguration: allowAutoConverge: false allowPostCopy: false allowWorkloadDisruption: false bandwidthPerMigration: "0" completionTimeoutPerGiB: 150 network: lm-network nodeDrainTaintKey: kubevirt.io/drain parallelMigrationsPerCluster: 5 parallelOutboundMigrationsPerNode: 2 progressTimeout: 150
Expected results:
If we have parallelMigrationsPerCluster 5 set in HCO, then max migrations in parallel should be 5 VMs.
Additional info: