summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorzhangbailin <zhangbailin@inspur.com>2020-05-20 18:34:59 +0800
committerzhangbailin <zhangbailin@inspur.com>2021-01-15 03:21:17 +0000
commit7fbd787b1b5106f3c4143b9de51980ede0167d3e (patch)
tree944797571ca958e6d20b3337e702aabcd9d25b75 /api-guide
parent261416aeb0187cc7d420bb74d8b330aa66cc37b6 (diff)
downloadnova-7fbd787b1b5106f3c4143b9de51980ede0167d3e.tar.gz
Cyborg shelve/unshelve support
This change extends the conductor manager to append the cyborg resource request to the request spec when performing an unshelve. On shelve offload an instance will be deleted the instance's ARQs binding info to free up the bound ARQs in Cyborg service. And this change passes the ARQs to spawn during unshelve an instance. This change extends the ``shelve_instance``, ``shelve_offload_instance`` and ``unshelve_instance`` rpcapi function to carry the arq_uuids. Co-Authored-By: Wenping Song <songwenping@inspur.com> Implements: blueprint cyborg-shelve-and-unshelve Change-Id: I258df4d77f6d86df1d867a8fe27360731c21d237
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/accelerator-support.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/api-guide/source/accelerator-support.rst b/api-guide/source/accelerator-support.rst
index f7c82944ed..8ad60a0f56 100644
--- a/api-guide/source/accelerator-support.rst
+++ b/api-guide/source/accelerator-support.rst
@@ -43,12 +43,12 @@ The lists of supported and unsupported operations are as below:
* Rescue and unrescue.
* Rebuild.
* Evacuate.
+ * Shelve and unshelve.
* Unsupported operations
* Resize.
* Suspend and resume.
- * Shelve and unshelve.
* Cold migration.
* Live migration.
@@ -56,6 +56,10 @@ The lists of supported and unsupported operations are as below:
Added support for rebuild and evacuate operations.
+.. versionchanged:: 23.0.0(Wallaby)
+
+ Added support for shelve and unshelve operations.
+
Some operations, such as lock and unlock, work as they are effectively
no-ops for accelerators.