Issue on showing free space of rbd from ceph

dracmic

New Member
May 17, 2013
19
0
1
Hello,

I have updated my version of ceph on proxmox nodes to kraken and I have following issue: i see the files on the rbd but doesn't show me how much space it is used on ceph cluster. I almost replaced the old cluster which was running on ceph hammer for a long time, I am still moving VM's between them. Could someone help me on this?

Thanks.
 
Hi,

we do only support LTS releases and Kraken is not a LTS.
i see the files on the rbd but doesn't show me how much space it is used on ceph cluster
You mean on the GUi or if you use "ceph"/ "rbd" command?
 
Hi wolfgang,

On GUI, on console cli I didn't tried. But how I wrote it shows me what it is stored.

Thanks.
 
Last edited:
to update from cli it works:
/usr/bin/rados -p cephfsnew -m 192.168.30.5 --keyring /etc/pve/priv/ceph/cephfsnew.keyring df
2017-08-02 10:00:18.298667 7f4be5bd2cc0 -1 did not load config file, using default settings.
POOL_NAME USED OBJECTS CLONES COPIES MISSING_ON_PRIMARY UNFOUND DEGRAED RD_OPS RD WR_OPS WR
cephfsnew 1031G 265827 0 531654 0 0 0 1277735 34192M 18327263 1083G

total_objects 265827
total_used 2046G
total_avail 9126G
total_space 11172G

Ceph is done on other machines than the Proxmox virtualization nodes. On Proxmox 4.4.13 is working but on Proxmox 4.4.15 it isn't.
 
Last edited: