-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.7.6
-
False
-
None
-
True
-
-
Version:
MTV 2.7.5/2.7.6
I can reproduce this issue several times in both MTV 2.7.5 and 2.7.6, but it can not be reproduced every time.
Steps:
1.Create migration plan "test-win2016-win2019-win2022-qemu-ga" using vddk init image:
quay.io/tzheng/vddk:8.0.3, it fails with error:The plan is not ready - VDDKInvalid
Below is the error info in yaml file:
lastTransitionTime: '2024-12-13T03:08:57Z'
message: VDDK init image is invalid
reason: NotSet
status: 'True'
type: VDDKInvalid
migration: {}
observedGeneration: 1
2. Create other migration plan with the same VDDK init image:quay.io/tzheng/vddk:8.0.3, it always fails with error:The plan is not ready - VDDKInvalid
3. Duplicate the above migration plan copy-of-test-win2016-win2019-win2022-qemu-ga, then VDDK can be validated successfully.