lei yang
2013-Nov-27 08:30 UTC
[Gluster-users] glusterfs poor performance for my local machine (host and client on the same machine)
Hi experts I have a machine which have 5 hard disk I want to use glusterfs to fast my disk my machine's IP is 123.224.178.67 my steps 1)create the volume gluster volume create vol1 123.224.178.67:/buildarea2 123.224.178.67:/buildarea3 123.224.178.67:/buildarea4 123.224.178.67:/buildarea5 123.224.178.67: /buildarea6 2)start the volume gluster volume start vol1 3)mount the volume mount -t glusterfs 127.0.0.1:/vol1 /mnt I perform a dd command root at ovpovp-S2600CP:/mnt/lyang0# dd if=/dev/zero bs=1000M count=10 of=./1G 10+0 records in 10+0 records out 10485760000 bytes (10 GB) copied, 55.5562 s, 189 MB/s any thing is wrong with me ? Lei -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20131127/b4331d2a/attachment.html>
Marcus Bointon
2013-Nov-27 09:14 UTC
[Gluster-users] glusterfs poor performance for my local machine (host and client on the same machine)
On 27 Nov 2013, at 09:30, lei yang <yanglei.fage at gmail.com> wrote:> I have a machine which have 5 hard disk > > I want to use glusterfs to fast my diskYou 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.> root at ovpovp-S2600CP:/mnt/lyang0# dd if=/dev/zero bs=1000M count=10 of=./1G > 10+0 records in > 10+0 records out > 10485760000 bytes (10 GB) copied, 55.5562 s, 189 MB/sFrom a single node that looks reasonable for gluster. You'd probably get 3-4 times that with native local access. Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20131127/d939abe1/attachment.html>
Seemingly Similar Threads
- recovery from sudden shutdown
- xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
- xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
- Do we have a tree to support 2.6.34 dom0 kernel
- What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and "dom0_max_vcpus=4" ?