-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
Moderate
-
None
Description of problem:
When attempting to pause a VM that is currently being migrated, virtctl pause incorrectly reports "VMI vm-name was scheduled to pause" instead of returning an error. The pause operation actually fails silently because it cannot be performed during migration, but the user receives misleading scheduled message.
Version-Release number of selected component (if applicable):
4.20
How reproducible:
Always
Steps to Reproduce:
1. Have a running VM 2. Start a VM migration: virtctl migrate vm-name 3. While migration is in progress (VMIM is in Running state), attempt to pause: virtctl pause vm 'vm-name'
Actual results:
VMI 'vm-name' was scheduled to pause
Expected results:
Cannot pause VM 'vm-name' because it is currently being migrated
Additional info:
- links to