Hi All,
I'm in the process of migrating some VMs from one server to another. After a couple of initial hicups I have moved 3 of the 4 VMs that I need leaving one large (circa 2tb) one to move.
I was initially having problems because the migration was taking more than 24 hours, so have added "pending_task_timeout = 172800" to a file in /etc/xapi.conf.d and restarted the toolstack.
I am now getting a SR_BACKEND_FAILURE_78 error. Google hasn't helped much (other than a post on the LTS forums from a couple of years ago that I tried to help answer!) but I wondered if anyone could give me some more details on what that specific failure means. Full log is below.
Thanks in advance for any assistance.
vm.migrate
{
"vm": "bb7c8076-728d-4a09-38f1-b227c3d16c2e",
"mapVdisSrs": {
"0c793c82-7768-4490-9c42-48b2abd8c819": "baf6a596-d7bd-c9fe-1a16-e1296938194a",
"582c36f0-a599-4546-9011-a545674dc55e": "ee1d59e1-3036-3764-a152-0b99812b81e7"
},
"mapVifsNetworks": {
"a8ce03de-1675-f19a-a94b-1b50822bd3ff": "d121db64-65ab-ce28-ea15-4e80fd60be5d"
},
"migrationNetwork": "aa838565-8ec5-c814-4b17-c8c9d715d54a",
"sr": "ee1d59e1-3036-3764-a152-0b99812b81e7",
"targetHost": "b9ede076-9a6c-42f4-b08b-50d84952f8fc"
}
{
"code": 21,
"data": {
"objectId": "bb7c8076-728d-4a09-38f1-b227c3d16c2e",
"code": "SR_BACKEND_FAILURE_78"
},
"message": "operation failed",
"name": "XoError",
"stack": "XoError: operation failed
at operationFailed (/usr/local/lib/node_modules/xo-server/node_modules/xo-common/src/api-errors.js:21:32)
at file:///usr/local/lib/node_modules/xo-server/src/api/vm.mjs:482:15
at Object.migrate (file:///usr/local/lib/node_modules/xo-server/src/api/vm.mjs:469:3)
at Api.callApiMethod (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/api.mjs:304:20)"
}