I have a 2 node single process AFR setup with 1.544Mbps bandwidth between the 2 nodes. When I write a 1MB file to the gluster share it seems to AFR to the other node in real time killing my disk IO speeds on the gluster mount point. Is there anyway to fix this? Ideally I would like to see near real disk IO speeds from/to the local gluster mount point and let the afr play catch up in the background as the bandwidth becomes available.<br>
<br>Gluster Spec File (same on both nodes) <a href="http://pastebin.com/m58dc49d4">http://pastebin.com/m58dc49d4</a><br>IO speed tests:<br><div style="margin-left: 40px;"># time dd if=/dev/urandom of=/mnt/gluster/disktest count=1024 bs=1024<br>
1024+0 records in<br>1024+0 records out<br>1048576 bytes (1.0 MB) copied, 8.34701 s, 126 kB/s<br><br>real&nbsp;&nbsp;&nbsp; 0m8.547s<br>user&nbsp;&nbsp;&nbsp; 0m0.000s<br>sys&nbsp;&nbsp;&nbsp;&nbsp; 0m0.372s<br><br># time dd if=/dev/urandom of=/tmp/disktest count=1024 bs=1024<br>
1024+0 records in<br>1024+0 records out<br>1048576 bytes (1.0 MB) copied, 0.253865 s, 4.1 MB/s<br><br>real&nbsp;&nbsp;&nbsp; 0m0.259s<br>user&nbsp;&nbsp;&nbsp; 0m0.000s<br>sys&nbsp;&nbsp;&nbsp;&nbsp; 0m0.284s<br><br><br></div>Thanks<br>