<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On 27 Nov 2013, at 09:30, lei yang &lt;<a href="mailto:yanglei.fage@gmail.com">yanglei.fage@gmail.com</a>&gt; wrote:<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div>I have a machine which have 5 hard disk<span class="Apple-converted-space">&nbsp;</span><br><br></div>I want to use glusterfs to fast my disk<span class="Apple-converted-space">&nbsp;</span><br></div></blockquote><div><br></div><div>You do know that gluster is not about single-node performance? You'll get far better performance by using RAID 0/1/5/10 on your local machine. Gluster gives you multiple machine redundancy (like RAID, but spread across multiple machines), and size scalability beyond what you can fit in one box.</div><br><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">root@ovpovp-S2600CP:/mnt/lyang0# dd if=/dev/zero bs=1000M count=10 of=./1G</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">10+0 records in<br>10+0 records out<br>10485760000 bytes (10 GB) copied, 55.5562 s, 189 MB/s<br></div></blockquote></div><br><div>From a single node that looks reasonable for gluster. You'd probably get 3-4 times that with native local access.</div><div><br></div><div>Marcus</div></body></html>