for cluster system.
Should I open this source codes ?
Thanks in advance.
-
Taehwa Lee
Gluesys Co.,Ltd.
alghost@gmail.com
+82-10-3420-6114, +82-70-8785-6591
What did you connect the storage using on client ?
you were using 1GbE to connect the storage on client probably.
It means that the bandwidth between server and client is ~128MB/s
please check your client environment.
- 이태화 드림 -
-
이 태 화
Taehwa Lee
information,
you can email me anytime!
Regards,
-
이 태 화
Taehwa Lee
Gluesys Co.,Ltd.
alghost@gmail.com
010-3420-6114, 070-8785-6591
-
___
Gluster-users mailing list
Gluster
Hi all.
I'm using ONLY a node to use GlusterFS. and I have to use a brick per node.
so, I created the Distribute volume like this.
Volume Name: private
Type: Distribute
Volume ID: 8b261636-454c-428f-b292-3dfaa89210be
Status: Started
Number of Bricks: 1
Transport-type: tcp
Bricks:
Brick1: 10.0.2.
Hi,
In my case, block size of underlying filesystem is 4K.
So, I tested again using bs=768K (multiples of 12KB).
Your advice worked!
10gnode1:disp on /mnt/gluster type fuse.glusterfs
(rw,default_permissions,allow_other,max_read=131072)
root@node1:~/gluster_ec# dd if=/dev/zero of=/mnt/gluster/tes
Thanks for your response.
I tried to your suggestion.
root@node1:~/gluster_ec# mount
...
10gnode1:disp on /mnt/gluster type fuse.glusterfs
(rw,default_permissions,allow_other,max_read=131072)
root@node1:~/gluster_ec# !dd
dd if=/dev/zero of=/mnt/gluster/test.io.1 bs=1024k count=1024 oflag=direct
dd