środa, stycznia 30, 2013

GlusterFS z replikacją

Na zimno:
[root@eai1 global]# dd if=/dev/zero of=/global/bigfile bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 295.38 s, 3.6 MB/s

[root@eai1 global]# dd if=/dev/zero of=/localg/bigfile bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 34.3767 s, 31.2 MB/s
[root@eai1 global]#

Na ciepło:
[root@eai1 global]# dd if=/dev/zero of=/global/bigfile bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 41.9188 s, 25.6 MB/s

[root@eai1 global]# dd if=/dev/zero of=/localg/bigfile bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.46651 s, 435 MB/s

Lokalny system plików to ext4, globalny to fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072).

0 komentarze: