I have followed the docs here and created a basic Ceph block device
I can also read/write to the block device using basic C# file operation.
Howerver when i delete a file using rm
command in linux terminal, the file is removed from mounted device but the disk still remains occupied (at least that is what is shown in dashboard plugin).
Any why one knows the cause?