You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List volumes multiple times to see the order changing
for_in 1 2 3 ;do civo volumes ls ;done
In my case this was the output:
Info: Volumes with status 'dangling' mean they are attached to a cluster that no longer exists. You can attach them to an instance, or delete them if they are no longer needed.
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| ID | Name | Network | Cluster | Instance | Size | Mount Point | Status |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 1698527f-2e0b-4f4a-86ed-fbb0acfdcf0a | volume-4 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 76170465-115e-4582-b184-9d87a435a605 | volume-8 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 412c21ed-4ded-482c-82c9-554388e9124c | volume-2 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| e16d72b7-32df-41ac-9e3f-6dc5a4fb99f2 | volume-6 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 3487ada6-2395-4fb1-a5c7-90f700ffd951 | volume-3 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| facf4a0f-2b0c-4d36-b05a-fedfa1b2232e | volume-5 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 433edd0e-c64d-4ea5-8d98-f3b8c1a0059a | volume-1 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| ccd063b2-9ab6-4993-8204-1103c78d8c0a | volume-7 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
Info: Volumes with status 'dangling' mean they are attached to a cluster that no longer exists. You can attach them to an instance, or delete them if they are no longer needed.
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| ID | Name | Network | Cluster | Instance | Size | Mount Point | Status |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 433edd0e-c64d-4ea5-8d98-f3b8c1a0059a | volume-1 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 3487ada6-2395-4fb1-a5c7-90f700ffd951 | volume-3 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 1698527f-2e0b-4f4a-86ed-fbb0acfdcf0a | volume-4 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 76170465-115e-4582-b184-9d87a435a605 | volume-8 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 412c21ed-4ded-482c-82c9-554388e9124c | volume-2 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| e16d72b7-32df-41ac-9e3f-6dc5a4fb99f2 | volume-6 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| ccd063b2-9ab6-4993-8204-1103c78d8c0a | volume-7 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| facf4a0f-2b0c-4d36-b05a-fedfa1b2232e | volume-5 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
Info: Volumes with status 'dangling' mean they are attached to a cluster that no longer exists. You can attach them to an instance, or delete them if they are no longer needed.
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| ID | Name | Network | Cluster | Instance | Size | Mount Point | Status |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| ccd063b2-9ab6-4993-8204-1103c78d8c0a | volume-7 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 3487ada6-2395-4fb1-a5c7-90f700ffd951 | volume-3 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 412c21ed-4ded-482c-82c9-554388e9124c | volume-2 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| e16d72b7-32df-41ac-9e3f-6dc5a4fb99f2 | volume-6 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 433edd0e-c64d-4ea5-8d98-f3b8c1a0059a | volume-1 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 76170465-115e-4582-b184-9d87a435a605 | volume-8 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| facf4a0f-2b0c-4d36-b05a-fedfa1b2232e | volume-5 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
| 1698527f-2e0b-4f4a-86ed-fbb0acfdcf0a | volume-4 | default ||| 1 GB || available |
+--------------------------------------+----------+---------+---------+----------+------+-------------+-----------+
The text was updated successfully, but these errors were encountered:
Issue
The cli does not list volumes in predictable order
How to replicate
In my case this was the output:
The text was updated successfully, but these errors were encountered: