Re: FileStore should not use syncfs(2)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Aug 05, 2015 at 02:26:30PM -0700, Sage Weil wrote:
> Today I learned that syncfs(2) does an O(n) search of the superblock's 
> inode list searching for dirty items.  I've always assumed that it was 
> only traversing dirty inodes (e.g., a list of dirty inodes), but that 
> appears not to be the case, even on the latest kernels.

I'm pretty sure Dave had some patches for that,  Even if they aren't
included it's not an unsolved problem.

> The main thing to watch out for is that according to POSIX you really need 
> to fsync directories.  With XFS that isn't the case since all metadata 
> operations are going into the journal and that's fully ordered, but we 
> don't want to allow data loss on e.g. ext4 (we need to check what the 
> metadata ordering behavior is there) or other file systems.

That additional fsync in XFS is basically free, so better get it right
and let the file system micro optimize for you.

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



[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux