Re: Cleaning up primary storages

2019-03-31 Thread Suresh Kumar Anaparti
Hi Fariborz, Fetch the UUIDs of unused volumes with state 'Ready' (either using *listVolumes* API or DB cmd: "*SELECT * FROM cloud.volumes where instance_id is NULL and state = 'Ready'*") and delete these volumes with UUIDs using deleteVolume API. Before that, make sure the global config

Cleaning up primary storages

2019-03-31 Thread Fariborz Navidan
Hello, It looks lie that there are unused volumes files with large size let in primary storage. Is there any way to safely delete them and free up space? Thanks