<p>Is it one journal write per file or per inode used per file?</p>
<div class="gmail_quote">On Sep 19, 2011 4:24 PM, &quot;David Tomaschik&quot; &lt;<a href="mailto:david@systemoverlord.com">david@systemoverlord.com</a>&gt; wrote:<br type="attribution">&gt; On Mon, Sep 19, 2011 at 3:19 PM, John Heim &lt;<a href="mailto:john@johnheim.net">john@johnheim.net</a>&gt; wrote:<br>
&gt;&gt;        What (if anything) does it mean if iotop shows that the process<br>&gt;&gt; doing the most disk I/O is kjournald? Actually, on 4 partitions that I have<br>&gt;&gt; on an ISCSI array, the kjournald process is the top I/O on each.<br>
&gt;&gt;<br>&gt;&gt; I&#39;m thinking of setting the noatime option in my fstab.<br>&gt; <br>&gt; It means that the journal on those disks is being written to a lot.<br>&gt; Typically, you&#39;ll see this with lots of small writes.  Each write<br>
&gt; requires the following:<br>&gt; <br>&gt; 1) Write change to journal.<br>&gt; 2) Write change to filesystem.<br>&gt; 3) Mark change as done in journal.<br>&gt; <br>&gt; So that&#39;s 2 journal writes for every FS write.<br>
&gt; <br>&gt; <br>&gt; -- <br>&gt; David Tomaschik, RHCE, LPIC-1<br>&gt; System Administrator/Open Source Advocate<br>&gt; OpenPGP: 0x5DEA789B<br>&gt; <a href="http://systemoverlord.com">http://systemoverlord.com</a><br>&gt; <a href="mailto:david@systemoverlord.com">david@systemoverlord.com</a><br>
&gt; <br>&gt; _______________________________________________<br>&gt; Ale mailing list<br>&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>&gt; <a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>&gt; <a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a><br></div>