VM migration - internal error
-
Having repeated errors migrating VMs off secondary server back to the primary that they originated from. Same error message for all 17 VMs - all linux unlike the Win machines described in other similar posts.
Any thoughts?
vm.migrate { "vm": "761e6088-2c1c-2113-6f39-214cde1026e1", "mapVifsNetworks": { "60bcd3b6-4800-631e-7e74-8af907ff8a25": "11fb32b0-ac18-cc90-3b01-d8ec76471db2" }, "migrationNetwork": "1d23ef9c-7d04-bbe9-a6a6-505e3b4dd1f5", "sr": "31735171-91da-832f-a335-060227e19339", "targetHost": "8b7ead55-4a9f-46e5-99f7-da1ba170e3bd" } { "code": 21, "data": { "objectId": "761e6088-2c1c-2113-6f39-214cde1026e1", "code": "INTERNAL_ERROR" }, "message": "operation failed", "name": "XoError", "stack": "XoError: operation failed at factory (/home/node/xen-orchestra/packages/xo-common/src/api-errors.js:21:32) at /home/node/xen-orchestra/packages/xo-server/src/api/vm.js:487:15 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at runNextTicks (internal/process/task_queues.js:62:3) at processImmediate (internal/timers.js:431:9) at Object.migrate (/home/node/xen-orchestra/packages/xo-server/src/api/vm.js:474:3) at Api.callApiMethod (/home/node/xen-orchestra/packages/xo-server/src/xo-mixins/api.js:304:20)" }
xo-web 5.77.0
xo-server 5.74.1
Latest XCP-ng fully patched.Thanks for any thoughts!
-
@shorian said in VM migration - internal error:
INTERNAL_ERROR
This means there's an error on your host level. Check https://xcp-ng.org/docs/troubleshooting.html and https://xcp-ng.org/docs/troubleshooting.html#log-files to get more info about the issue
-
@olivierlambert Ahhh, ok. Was focusing on XO; that's pointed me in the right direction. Thanks...and have a great weekend!