Dear all, I'm running Ceph 14.2.11. I have one cephfs file system and it used to store all data on a pool called cephfs_data. I moved all data to a pool called hdd_ec (which uses erasure coding which I prefer) with an copy-file-delete-rename approach. I ended up with ~10TB of data on the cephfs_data pool. I now try to locate the files that are still in the old pool. Here is what *should* work according to what I found online: First I list the objects in the cephfs_data pool. # rados -p cephfs_data ls | head 100096fa552.00000000 1000b15ae43.00000000 1000b595619.00000000 1000b59f060.00000000 1000b1966b7.00000000 1000b06a749.00000000 1000b3e1ccd.00000000 1000b56d512.00000000 1000b67b76a.00000000 1000b32629a.00000000 Then I try to get an omap key ... but this fails. # rados -p cephfs_metadata listomapkeys 1000b06a749.00000000 error getting omap key set cephfs_metadata/1000b06a749.00000000: (2) No such file or directory # rados -p cephfs_metadata listomapkeys 1000b67b76a.00000000 error getting omap key set cephfs_metadata/1000b67b76a.00000000: (2) No such file or directory # rados -p cephfs_metadata listomapkeys 1000b32629a.00000000 error getting omap key set cephfs_metadata/1000b32629a.00000000: (2) No such file or directory What could be the reason? Do I somehow have "dangling inodes"? Thank you, Manuel _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx