@olivierlambert
@olivierlambert said in Migrate failed:
You can indeed upgrade your host "locally" from XS to XCP-ng. Just read carefully our official doc on this
okay. we'll read that carefully and try to do at the not critical servers. but before start of upgrading procedure we'd like to make sure that migration between xcp-ng(8.2) server is working.
I've tried to migrate VM(from xcp-ng 8.2 to 8.2) and caught another error:
vm.migrate
{
"vm": "2c837cb0-fcf3-6a09-ac47-b939e90869aa",
"mapVifsNetworks": {},
"migrationNetwork": "8ad97115-d285-1be6-7738-acd1e7554b3e",
"sr": "d4f35636-0125-5318-b915-479bef1ba8c7",
"targetHost": "07e1d99b-5dcc-4e78-be88-69e04d625f2b"
}
{
"code": 21,
"data": {
"objectId": "2c837cb0-fcf3-6a09-ac47-b939e90869aa",
"code": "INTERNAL_ERROR"
},
"message": "operation failed",
"name": "XoError",
"stack": "XoError: operation failed
at factory (/usr/local/lib/node_modules/xo-server/node_modules/xo-common/src/api-errors.js:21:32)
at /usr/local/lib/node_modules/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:434:9)
at Object.migrate (/usr/local/lib/node_modules/xo-server/src/api/vm.js:474:3)
at Api.callApiMethod (/usr/local/lib/node_modules/xo-server/src/xo-mixins/api.js:304:20)"
}