Merge "Add attach/detach doc to index"

This commit is contained in:
Jenkins 2016-03-03 08:34:36 +00:00 committed by Gerrit Code Review
commit 38a1d36175
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,4 @@
.. ..
Licensed under the Apache License, Version 2.0 (the "License"); you may Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain not use this file except in compliance with the License. You may obtain
a copy of the License at a copy of the License at
@ -12,6 +11,7 @@
License for the specific language governing permissions and limitations License for the specific language governing permissions and limitations
under the License. under the License.
=============================
Volume Attach/Detach workflow Volume Attach/Detach workflow
============================= =============================
@ -25,6 +25,7 @@ Attach/Detach Operations are mulit-part commands
================================================ ================================================
There are three things that happen in the workflow for an attach or detach call. There are three things that happen in the workflow for an attach or detach call.
1. Update the status of the volume in the DB (ie attaching/detaching) 1. Update the status of the volume in the DB (ie attaching/detaching)
- For Attach, this is the cinder.volume.api.reserve method - For Attach, this is the cinder.volume.api.reserve method
- For Detach, the analagous call is cinder.volume.api.begin_detaching - For Detach, the analagous call is cinder.volume.api.begin_detaching

View File

@ -43,6 +43,7 @@ Background Concepts for Cinder
:maxdepth: 3 :maxdepth: 3
architecture architecture
attach_detach_conventions
threading threading
i18n i18n
rpc rpc