<div dir="ltr">I want to confirm the correct work flow for detaching a volume, Both nova and cinder (unpublished, available through cinder.volumes.detach) provides detach volume API. Only nova seems to have correct work flow in terms of detaching a volume i.e.<div><div>    1) detaches the volume from the VM (libvirt.volume_detach)</div><div>    2) Informs Cinder to do Cinder-side detach</div><div>    3) delete BlockDeviceMapping from Nova DB</div></div><div><br></div><div>On the other hand cinder just modifies cinder DB entries and let's the driver handle the detaching the volume. No API call to nova to let it know about the volume detaching. </div><div><br></div><div>- Does that mean nova is the only work flow to use to correctly detach a volume from instance?</div><div>- And cinder detach API serves only to cleanup internal state in the DB and cinder driver?</div><div><br></div><div>TIA</div><div>Srini</div><div><br></div><div><br></div><div><br></div></div>