Rock over to the GUI, click on the instance your interested in. Get the ID of the volume from the Volumes tab. For example 4bedcf64-5526-4777-bac1-98c638c32116 Jump into MySQL client and run this query:
|
1 2 3 4 5 |
mysql> select folder,path from cloud.volumes WHERE uuid='4bedcf64-5526-4777-bac1-98c638c32116' \G *************************** 1. row *************************** folder: /mnt/volgroup/primary1/export path: 12485e60-5700-4783-a8b5-b34a03e4bc3b 1 row in set (0.00 sec) |
So the path to your volume’s…
