Re: [Ocfs2-users] OCFS2 slow with multiple writes

2011-10-20 Thread Sunil Mushran
Use writeback. Ordered data requires the data to be flushed before journal commit. And flushing 40G takes time. mount -t data=writeback DEVICE PATH On 10/20/2011 03:05 PM, Prakash Velayutham wrote: > Hi, > > OS - SLES 11.1 with HAE > OCFS2 - 1.4.3-0.16.7 > Cluster stack - Pacemaker > > I have Hea

[Ocfs2-users] OCFS2 slow with multiple writes

2011-10-20 Thread Prakash Velayutham
Hi, OS - SLES 11.1 with HAE OCFS2 - 1.4.3-0.16.7 Cluster stack - Pacemaker I have Heartbeat Filesystem monitor that monitors the OCFS2 file system for availability. This monitor kicks in every minute and tries to write a file using dd as below. dd of=/var/lib/mysql/data1/.Filesystem_status/def