Re: Cleaning up primary storages

2019-04-01 Thread Dag Sonstebo
Fariborz - just a word of warning - remember all your templates which are in use will show up as large files in primary storage. If you use linked clones and wiped the templates you will also loose all the child VMs - so be careful. You would check the templates on primary storage by cross

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