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
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
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