
This patch add a notification when a share can not be unmounted on the compute host. Manila is the OpenStack Shared Filesystems service. These series of patches implement changes required in Nova to allow the shares provided by Manila to be associated with and attached to instances using virtiofs. Implements: blueprint libvirt-virtiofs-attach-manila-shares Change-Id: Ic1aeb2308af5bf645fa67fe1f47e5a076efd6071
23 lines
941 B
JSON
23 lines
941 B
JSON
{
|
|
"event_type": "instance.share_detach.error",
|
|
"payload": {
|
|
"$ref": "common_payloads/InstanceActionSharePayload.json#",
|
|
"nova_object.data": {
|
|
"fault": {
|
|
"nova_object.data": {
|
|
"exception": "ShareAccessRemovalError",
|
|
"exception_message": "Share access could not be removed from share id 8db0037b-e98f-4bde-ae71-f96a077c19a4.\nReason: Connection timed out.",
|
|
"function_name": "_execute_mock_call",
|
|
"module_name": "unittest.mock",
|
|
"traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..."
|
|
},
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.1"
|
|
}
|
|
}
|
|
},
|
|
"priority": "ERROR",
|
|
"publisher_id": "nova-api:compute"
|
|
}
|