How do you view the current thin-provisioning ratio? (i.e. what % benefit it's giving you)

victorhooi

Well-Known Member
Apr 3, 2018
256
20
58
39
HI,

I have a four node hyperconverged Proxmox/Ceph cluster.

Is there any way to view the current ratio of real to actual storage, for thin-provisioning?

(I.e. I want to see what benefit thin-provisioning is giving me. currently)

Thanks,
Victor
 
Is there any way to view the current ratio of real to actual storage, for thin-provisioning?
rbd -p <pool> du for the whole pool or rbd -p <pool> du <image> for a single image.
 
  • Like
Reactions: kwinz