No, I am using xfs. The same thing happens even if I specified the journal mode explicitly as follows.

        filestore journal parallel = false
        filestore journal writeahead = true

Xing

On 03/04/2013 09:32 AM, Sage Weil wrote:
Are you using btrfs?  In that case, the journaling is parallel to the fs
workload because the btrfs snapshots provide us with a stable checkpoint
we can replay from.  In contrast, for non-btrfs file systems we need to do
writeahead journaling.

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to