diff options
| author | whoami-rajat <rajatdhasmana@gmail.com> | 2023-02-01 15:04:43 +0530 |
|---|---|---|
| committer | whoami-rajat <rajatdhasmana@gmail.com> | 2023-02-17 10:02:22 +0000 |
| commit | 2be359677908b81d9985917fd78f9c6897759fb9 (patch) | |
| tree | 0f85d1e21234a6101988993bbcafd754eace0622 /doc/source/cli/command-objects | |
| parent | a9e3049e9ce8a6e2d46152ef85ad6679b8cb8f1d (diff) | |
| download | python-openstackclient-2be359677908b81d9985917fd78f9c6897759fb9.tar.gz | |
Add block storage cleanup command
This patch adds the ``block storage cleanup`` command that
allow operators to cleanup resources (volumes and snapshots) with
failed operations by requesting services in other hosts in the
same cluster to cleanup resources of a failed service.
Change-Id: I1375223f525021db5201fa0a9f9a647d17dd01f7
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/block-storage-cleanup.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/block-storage-cleanup.rst b/doc/source/cli/command-objects/block-storage-cleanup.rst new file mode 100644 index 00000000..6a593c11 --- /dev/null +++ b/doc/source/cli/command-objects/block-storage-cleanup.rst @@ -0,0 +1,8 @@ +============= +block storage +============= + +Block Storage v3 + +.. autoprogram-cliff:: openstack.volume.v3 + :command: block storage cleanup |
