Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block Storage: Fix volume show with snapshot (#589)
# Description <!-- * Prefix: the title with the component name being changed. Add a short and self describing sentence to ease the review * Please add a few lines providing context and describing the change * Please self comment changes whenever applicable to help with the review process * Please keep the checklist as part of the PR. Tick what applies to this change. --> ``` $ exo compute block-storage show test ┼─────────────────────────┼──────────────────────────────────────┼ │ BLOCK STORAGE VOLUME │ │ ┼─────────────────────────┼──────────────────────────────────────┼ │ Block Storage Snapshots │ a24132b7-300f-45b4-8912-f66bbd80231b │ │ │ 6a3ece44-0932-4bb2-b298-9c5944cbfce8 │ │ Blocksize │ 4096 │ │ Created AT │ 2024-04-12 15:25:48 +0000 UTC │ │ ID │ a8602290-2df5-4313-9c7f-30d66d8d293f │ │ Instance │ n/a │ │ Name │ test │ │ Size │ 10 GiB │ │ State │ detached │ ┼─────────────────────────┼──────────────────────────────────────┼ ``` ## Checklist (For exoscale contributors) * [x] Changelog updated (under *Unreleased* block) * [x] Testing ## Testing <!-- Describe the tests you did --> --------- Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
- Loading branch information