weizhouapache commented on issue #7340:
URL: https://github.com/apache/cloudstack/issues/7340#issuecomment-1678802129
@rohityadavcloud
I can reproduce the issue when migrate the VMs created from default template
"CentOS 5.6(64-bit) no GUI (XenServer)".
```
2023-08-15 11:33:49,234 WARN [c.c.h.x.r.CitrixResourceBase]
(DirectAgent-94:ctx-c09de4aa) (logid:18131619) Task failed! Task record:
uuid: 2ccdc5b5-85d1-b8ba-154c-8484a4e58edc
nameLabel: Async.VM.pool_migrate
nameDescription:
allowedOperations: []
currentOperations: {}
created: Tue Aug 15 11:33:48 UTC 2023
finished: Tue Aug 15 11:33:48 UTC 2023
status: failure
residentOn: com.xensource.xenapi.Host@bf938f52
progress: 1.0
type: <none/>
result:
errorInfo: [VM_LACKS_FEATURE,
OpaqueRef:583b196d-5278-48c1-8648-ffaadfce7f7a]
otherConfig: {}
subtaskOf: com.xensource.xenapi.Task@aaf13f6f
subtasks: []
```
The VMs are not booted successfully

For system vms and k8s nodes, the mgiration succeed mostly, but still face
some issues, for example
- If node is booting, vm migration failed
- If migrate 2 nodes in parellel, one or both of migration failed.
- after some successful migration, vm cannot be migrated any more
```
2023-08-15 11:46:50,205 WARN [c.c.h.x.r.CitrixResourceBase]
(DirectAgent-224:ctx-7e7595e4) (logid:a0fb08b4) Task failed! Task record:
uuid: 84d5ca07-4785-64b1-b53c-f45a3c5b1731
nameLabel: Async.VM.pool_migrate
nameDescription:
allowedOperations: []
currentOperations: {}
created: Tue Aug 15 11:46:50 UTC 2023
finished: Tue Aug 15 11:46:50 UTC 2023
status: failure
residentOn: com.xensource.xenapi.Host@bf938f52
progress: 1.0
type: <none/>
result:
errorInfo: [VM_LACKS_FEATURE,
OpaqueRef:6e9db8ea-589b-4725-9e2c-49eddb2d9548]
otherConfig: {}
subtaskOf: com.xensource.xenapi.Task@aaf13f6f
subtasks: []
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]