
This patch introduce the REST API modifications to attach/detach a share and list/show share mappings. 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: I0255a5697cd4ea148bd91c4f6fd183841d69a333
10 lines
250 B
JSON
10 lines
250 B
JSON
{
|
|
"share": {
|
|
"uuid": "68ba1762-fd6d-4221-8311-f3193dd93404",
|
|
"share_id": "e8debdc0-447a-4376-a10a-4cd9122d7986",
|
|
"status": "inactive",
|
|
"export_location": "10.0.0.50:/mnt/foo",
|
|
"tag": "e8debdc0-447a-4376-a10a-4cd9122d7986"
|
|
}
|
|
}
|