<div dir="ltr">Hello, I'm studying the Lustre DFS in our college.<div><br></div><div>Last month, we started to benchmark the Lustre performance, between the ordered journaling mode and the data journaling mode. We used ldiskfs as our backend FS - which mainly based on Ext3/Ext4 (added the mount option data=journal which ext3 defined). But we didn't get the desired results.</div><div><br></div><div>So I start to searching informations and analyzing the source code by typing printk().</div><div>Then I found such things, like llite is the client VFS interface, LOD stripe the data, osc send data to OST, fsfilt is replaced by OSD, obdfilter named OFD which handles the read and write from OSC, etc (May not be very accurate).</div><div>But there is no write operation functions called in ldiskfs in OST when I write a file or running fio, so it never journal the data but only metadata.</div><div><br></div><div>I long for someone to tell me does lustre DFS with ldiskfs have data journaling mode? and why?</div><div><br></div><div>Or I can get some more detailed documentations about this.</div><div><br></div><div><br></div><div>Thank you very much,</div><div>Hanggi.</div></div>