move disk

stefek143

Member
Aug 30, 2019
8
1
8
41
Hello,
I use Proxmox 6.4-9 and ceph 15.2.13.

Today I move disk to another pool in ceph, after a while I have to cancel this process and I pushed cancel button, but I see ceph doesn't release space in pool storage.
How can I get back this storage to values from before move disk?
 
Is the move disk task done? It should free up the space. If it is done and the space is not free yet, you can check with rbd -p <pool> ls if there is a disk image that is not referenced in any VM config and manually remove that rbd -p <pool> rm vm-xxx-disk-y. But be careful as removing the wrong one will mean that it will be lost and you better have backups.