Merge "Attach Manila shares via virtiofs (API)"

This commit is contained in:
Zuul
2024-12-06 18:38:52 +00:00
committed by Gerrit Code Review
40 changed files with 1823 additions and 12 deletions
@@ -0,0 +1,9 @@
{
"share": {
"uuid": "68ba1762-fd6d-4221-8311-f3193dd93404",
"share_id": "e8debdc0-447a-4376-a10a-4cd9122d7986",
"status": "attaching",
"export_location": "10.0.0.50:/mnt/foo",
"tag": "e8debdc0-447a-4376-a10a-4cd9122d7986"
}
}
@@ -0,0 +1,9 @@
{
"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"
}
}
@@ -0,0 +1,6 @@
{
"share": {
"share_id": "3cdf5132-64f2-4584-876a-bd296ae7eabd",
"tag": "my-share"
}
}
@@ -0,0 +1,7 @@
{
"share": {
"share_id": "e8debdc0-447a-4376-a10a-4cd9122d7986",
"status": "attaching",
"tag": "e8debdc0-447a-4376-a10a-4cd9122d7986"
}
}
@@ -0,0 +1,9 @@
{
"shares": [
{
"share_id": "e8debdc0-447a-4376-a10a-4cd9122d7986",
"status": "inactive",
"tag": "e8debdc0-447a-4376-a10a-4cd9122d7986"
}
]
}
@@ -0,0 +1,7 @@
{
"share": {
"share_id": "e8debdc0-447a-4376-a10a-4cd9122d7986",
"status": "inactive",
"tag": "e8debdc0-447a-4376-a10a-4cd9122d7986"
}
}
@@ -19,7 +19,7 @@
}
],
"status": "CURRENT",
"version": "2.96",
"version": "2.97",
"min_version": "2.1",
"updated": "2013-07-23T11:33:21Z"
}
@@ -22,7 +22,7 @@
}
],
"status": "CURRENT",
"version": "2.96",
"version": "2.97",
"min_version": "2.1",
"updated": "2013-07-23T11:33:21Z"
}