summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2023-01-06 13:10:21 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2023-01-13 21:18:15 +0530
commit77266bd9c3afd94a7043d0fa85075671e7a16b93 (patch)
treee1f03138ff3b9113b6944d4c26570384812175b5 /releasenotes
parent7985d496892635b70b71be552c52946824d73e9b (diff)
downloadpython-openstackclient-77266bd9c3afd94a7043d0fa85075671e7a16b93.tar.gz
Add volume summary command
This patch adds the ``volume summary`` command which shows the total size, total count and metadata of all volumes. This command is available from microversion 3.12 and the metadata info is available from microversion 3.36. Change-Id: I6472337e8b1dc91aad5fbe416673a5d5a5d5fa88
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-volume-summary-command-b2175b48af3ccab1.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-volume-summary-command-b2175b48af3ccab1.yaml b/releasenotes/notes/add-volume-summary-command-b2175b48af3ccab1.yaml
new file mode 100644
index 00000000..1c5cdf18
--- /dev/null
+++ b/releasenotes/notes/add-volume-summary-command-b2175b48af3ccab1.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Added ``volume summary`` command to show the total size,
+ total count and metadata of volumes.