Hi, My api app to put files to s3/ceph checks if bucket exists by create this bucket. Each bucket create command adds 2 meta files. ----- root@vm-1:/vol0/ceph/osd# find | grep meta | grep test1 | wc -l 44 root@vm-1:/vol0/ceph/osd# s3 -u create test1 Bucket successfully created. root@vm-1:/vol0/ceph/osd# find | grep meta | grep test1 | wc -l 46 ----- Unfortunately: ----- root@vm-1:/vol0/ceph/osd# s3 -u delete test1 root@vm-1:/vol0/ceph/osd# find | grep meta | grep test1 | wc -l 46 ----- Is there some way to remove this meta files from ceph? -- Regards Dominik -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html