<div dir="ltr"><div># sysctl -a|grep dirty</div><div>vm.dirty_background_ratio = 10</div><div>vm.dirty_background_bytes = 0</div><div>vm.dirty_ratio = 20</div><div>vm.dirty_bytes = 0</div><div>vm.dirty_writeback_centisecs = 500</div>
<div>vm.dirty_expire_centisecs = 3000</div><div><br></div><div>bandwidth is 100M bps</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/9 Lars Ellenberg <span dir="ltr">&lt;<a href="mailto:lars.ellenberg@linbit.com" target="_blank">lars.ellenberg@linbit.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, May 09, 2013 at 12:16:56AM +0800, Mia Lueng wrote:<br>
&gt; in drbd 8.4.3£¬I do the following test:<br>
&gt;<br>
&gt; [root@kvm3 drbd.d]# drbdadm dump drbd0<br>
&gt; # resource drbd0 on kvm3: not ignored, not stacked<br>
&gt; # defined at /etc/drbd.d/drbd0.res:1<br>
&gt; resource drbd0 {<br>
&gt; &nbsp; &nbsp; on kvm3 {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; device &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /dev/drbd0 minor 0;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; disk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /dev/vg_kvm3/drbd0;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; meta-disk &nbsp; &nbsp; &nbsp; &nbsp;internal;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; address &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ipv4 <a href="http://192.168.10.6:7700" target="_blank">192.168.10.6:7700</a>;<br>
&gt; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; on kvm4 {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; device &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /dev/drbd0 minor 0;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; disk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /dev/vg_kvm4/drbd0;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; meta-disk &nbsp; &nbsp; &nbsp; &nbsp;internal;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; address &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ipv4 <a href="http://192.168.10.7:7700" target="_blank">192.168.10.7:7700</a>;<br>
&gt; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; net {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; protocol &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; A;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; csums-alg &nbsp; &nbsp; &nbsp; &nbsp;md5;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; verify-alg &nbsp; &nbsp; &nbsp; md5;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ping-timeout &nbsp; &nbsp; &nbsp;30;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ping-int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;30;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; max-epoch-size &nbsp; 8192;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; max-buffers &nbsp; &nbsp; &nbsp;8912;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; unplug-watermark 131072;<br>
&gt; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; disk {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; on-io-error &nbsp; &nbsp; &nbsp;pass_on;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; disk-barrier &nbsp; &nbsp; &nbsp;no;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; disk-flushes &nbsp; &nbsp; &nbsp;no;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; resync-rate &nbsp; &nbsp; &nbsp;100M;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; c-plan-ahead &nbsp; &nbsp; &nbsp;20;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; c-delay-target &nbsp; 100;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; c-max-rate &nbsp; &nbsp; &nbsp; 400M;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; c-min-rate &nbsp; &nbsp; &nbsp; &nbsp;2M;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; al-extents &nbsp; &nbsp; &nbsp; 601;<br>
&gt; &nbsp; &nbsp; }<br>
&gt; }<br>
&gt;<br>
&gt; [root@kvm3 oradata]# dd if=t1 of=t2 bs=1M<br>
&gt; 5585+1 records in<br>
&gt; 5585+1 records out<br>
&gt; 5856305152 bytes (5.9 GB) copied, 286.119 s, 20.5 MB/s<br>
<br>
</div></div>That writes to the page cache, and from there to the block device.<br>
<br>
No fsync, no sync: there will still be a few GB in the cache (RAM only).<br>
<div class="im"><br>
&gt; [root@kvm3 oradata]# cd<br>
&gt; [root@kvm3 ~]# umount /oradata<br>
&gt;<br>
&gt;<br>
&gt; it takes lots of time(up to 600 seconds) &nbsp;to umount the drbd mount point.<br>
<br>
</div>On umount, the filesystem obviously has to flush all dirty pages first.<br>
<br>
What is your replication bandwidth?<br>
<div class="im"><br>
&gt; echo &quot;1&quot; &gt;/proc/sys/vm/block_dump<br>
&gt; show when umount ,<br>
&gt;<br>
&gt; [root@kvm3 ~]# dmesg|tail -n 100<br>
</div>...<br>
<div class="im">&gt; umount(3958): WRITE block 100925440 on dm-5<br>
&gt; umount(3958): WRITE block 100925440 on dm-5<br>
&gt; umount(3958): WRITE block 100925440 on dm-5<br>
&gt; umount(3958): WRITE block 0 on dm-5<br>
&gt; umount(3958): dirtied inode 1053911 (mtab.tmp) on dm-0<br>
&gt; umount(3958): dirtied inode 1053911 (mtab.tmp) on dm-0<br>
&gt; umount(3958): WRITE block 33845632 on dm-0<br>
&gt; umount(3958): dirtied inode 1053912 (?) on dm-0<br>
&gt;<br>
&gt;<br>
&gt; Is the reason that I use protocol A?<br>
<br>
</div>No.<br>
<br>
But that you need to understand caching, and tunables.<br>
<br>
Some hints and keywords for a followup search:<br>
<br>
Check how much &quot;dirty&quot; data (writes not yet on stable storage)<br>
is still in RAM:<br>
grep Dirty /proc/meminfo<br>
<br>
Tune how much dirty data is &quot;allowed&quot;<br>
sysctl<br>
&nbsp; &nbsp; &nbsp; &nbsp; vm.dirty_background_bytes<br>
&nbsp; &nbsp; &nbsp; &nbsp; vm.dirty_bytes<br>
&nbsp; &nbsp; &nbsp; &nbsp; vm.dirty_writeback_centisecs<br>
&nbsp; &nbsp; &nbsp; &nbsp; vm.dirty_expire_centisecs<br>
<br>
also compare:<br>
time dd if=t1 of=t2 bs=1M; time sync<br>
time dd if=t1 of=t2 bs=1M conv=fsync<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
<br>
--<br>
: Lars Ellenberg<br>
: LINBIT | Your Way to High Availability<br>
: DRBD/HA support and consulting <a href="http://www.linbit.com" target="_blank">http://www.linbit.com</a><br>
<br>
DRBD&reg; and LINBIT&reg; are registered trademarks of LINBIT, Austria.<br>
__<br>
please don&#39;t Cc me, but send to list &nbsp; -- &nbsp; I&#39;m subscribed<br>
_______________________________________________<br>
drbd-user mailing list<br>
<a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
</font></span></blockquote></div><br></div>