@dsauce
To test your theory out on my issue i just tried to disable CBT on XOA side and one vm gave me this error...
vdi.set
{
"id": "11286a97-b773-4ec4-a0b7-464ab87254ca",
"cbt": false
}
{
"code": "UUID_INVALID",
"params": [
"VDI",
"a52fe4ab-edc2-4975-a118-f6db84435379"
],
"call": {
"duration": 1,
"method": "VDI.get_by_uuid",
"params": [
"* session id *",
"a52fe4ab-edc2-4975-a118-f6db84435379"
]
},
"message": "UUID_INVALID(VDI, a52fe4ab-edc2-4975-a118-f6db84435379)",
"name": "XapiError",
"stack": "XapiError: UUID_INVALID(VDI, a52fe4ab-edc2-4975-a118-f6db84435379)
at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12)
at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/transports/json-rpc.mjs:38:21
at runNextTicks (node:internal/process/task_queues:64:5)
at processImmediate (node:internal/timers:452:9)
at process.callbackTrampoline (node:internal/async_hooks:130:17)"
}
Another vm..
vdi.set
{
"id": "966fe072-4865-48a2-867a-0eb59b23dcc7",
"cbt": false
}
{
"code": "UUID_INVALID",
"params": [
"VDI",
"d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5"
],
"call": {
"duration": 1,
"method": "VDI.get_by_uuid",
"params": [
"* session id *",
"d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5"
]
},
"message": "UUID_INVALID(VDI, d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5)",
"name": "XapiError",
"stack": "XapiError: UUID_INVALID(VDI, d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5)
at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12)
at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/transports/json-rpc.mjs:38:21
at runNextTicks (node:internal/process/task_queues:64:5)
at processImmediate (node:internal/timers:452:9)
at process.callbackTrampoline (node:internal/async_hooks:130:17)"
}