Re: [ceph-users] rbd image size

2019-11-25 Thread Konstantin Shalygin
Hello , I use ceph as block storage in kubernetes. I want to get the rbd usage by command "rbd diff image_id | awk '{ SUM += $2 } END { print SUM/1024/1024 " MB" }’”, but I found it is a lot bigger than the value which I got by command “df -h” in the pod. I do not know the reason and need you

Re: [ceph-users] rbd image size

2019-11-25 Thread Marc Roos
ginal Message- To: ceph-users Subject: [ceph-users] rbd image size Hello , I use ceph as block storage in kubernetes. I want to get the rbd usage by command "rbd diff image_id | awk '{ SUM += $2 } END { print SUM

[ceph-users] rbd image size

2019-11-25 Thread 陈旭
Hello , I use ceph as block storage in kubernetes. I want to get the rbd usage by command "rbd diff image_id | awk '{ SUM += $2 } END { print SUM/1024/1024 " MB" }’”, but I found it is a lot bigger than the value which I got by command “df -h” in the pod. I do not know the reason and need your