nova/doc/source/cli
Amit Uniyal a8f81d5f08 Disconnecting volume from the compute host
cmd nova-manage volume_attachment refresh vm-id vol-id connetor

There were cases where the instance said to live in compute#1 but the
connection_info in the BDM record was for compute#2, and when the script
called `remote_volume_connection` then nova would call os-brick on
compute#1 (the wrong node) and try to detach it.

In some case os-brick would mistakenly think that the volume was
attached (because the target and lun matched an existing volume on the
host) and would try to disconnect, resulting in errors on the compute
logs.

- Added HostConflict exception
- Fixes dedent in cmd/manange.py
- Updates nova-mange doc

Closes-Bug: #2012365
Change-Id: I21109752ff1c56d3cefa58fcd36c68bf468e0a73
2024-03-01 05:17:42 +00:00
..
opts docs: Document options for remaining nova-* commands 2021-04-13 17:17:27 +01:00
index.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-api-metadata.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-api-os-compute.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-api.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-compute.rst Add docs for stable-compute-uuid behaviors 2023-02-08 09:36:26 -08:00
nova-conductor.rst docs: Populate "See Also" section with meaningful links 2021-04-13 17:22:24 +01:00
nova-manage.rst Disconnecting volume from the compute host 2024-03-01 05:17:42 +00:00
nova-novncproxy.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-policy.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-rootwrap.rst Fix typos in nova docs 2022-09-23 09:09:37 +05:30
nova-scheduler.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-serialproxy.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-spicehtml5proxy.rst docs: Add man pages for 'nova-policy' 2021-04-19 10:47:17 +01:00
nova-status.rst Add documentation and releasenotes for RBAC change 2022-08-30 01:44:33 +05:30