Hey John... First of all. thank you for the nice talks you have been giving around. See the feedback on your suggestions bellow, plus some additional questions.
- Remounting the filesystem seems to trigger the update of a directory size. Here a simple example: 1) # getfattr -d -m ceph.* /cephfs/objectsize4M_stripeunit512K_stripecount8/- However, the flush journal did not had any effect 1) # getfattr -d -m ceph.* /cephfs/objectsize4M_stripeunit512K_stripecount8/ Now my questions: 1) I performed all of this testing to understand what would be the minimum size (reported by df) of a file of 1 char and I am still not able to find a clear answer. In a regular posix file system, the size of a 1 char (1 byte) file is actually constrained by the filesystem block size. A 1 char file would occupy 4 KB in a filesystem configured with a 4 KB blocksize. In ceph / cephfs I would expect that a 1 char file would be constrained by the Object size x Number of replicas. However, I was not able to understand the numbers I was getting and that was why I started to dig on this topic. Can you actually also clarify this question? 2) I have a data and metadata pool,. It is possible to associate a file to the object in the data pool via its inode. However, I have failed to find a way to associate a file with its metadata pool object. Is there a way to do that? Thanks in Advance Cheers Goncalo |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com