[Gluster-users] Hello, small simple question about creating volume

2014-12-04 Thread Alexey Shalin
Hello I have 3 servers and 1 server (client) 3 servers having /data folder with size 300Gb Can you tell me the best combination to create volume? gluster volume create my_volume replica 3 transport tcp node1:/data node2:/data node3:/data is this ok for best performance ? Thx

[Gluster-users] Empty bricks .... :( df -h hangs

2014-12-04 Thread Alexey Shalin
Hello I create volume with next command: gluster volume create opennebula replica 3 transport tcp node1:/data node2:/data node3:/data # gluster volume info Volume Name: opennebula Type: Replicate Status: Started Number of Bricks: 3 Transport-type: tcp Bricks: Brick1: node1:/data Brick2:

Re: [Gluster-users] Empty bricks .... :( df -h hangs

2014-12-04 Thread Alexey Shalin
seems issue was in auth.allow: 176.126.164.0/22 hmmm... client and nodes was from this subnet.. any way .. I recreated volume and now everything looks good thx --- Старший Системный Администратор Алексей Шалин ОсОО Хостер kg -

Re: [Gluster-users] Empty bricks .... :( df -h hangs

2014-12-04 Thread Alexey Shalin
Yeah. sorry :) --- Старший Системный Администратор Алексей Шалин ОсОО Хостер kg - http://www.hoster.kg ул. Ахунбаева 123 (здание БГТС) h...@hoster.kg ___ Gluster-users mailing list

[Gluster-users] smth wrongs with glusterfs

2014-12-04 Thread Alexey Shalin
Hello, again Smth wrong with my install gluster OS:Debian cat /etc/debian_version 7.6 Package: glusterfs-server Versions: 3.2.7-3+deb7u1 Description: I have 3 servers with bricks (192.168.1.1 - node1,192.168.1.2 - node2, 192.168.1.3 - node3) volume create by: gluster volume create

Re: [Gluster-users] can I use GlusterFS to sync two OCFS2 clusters?

2014-01-21 Thread Alexey Shalin
if do not want use rsync, you may use lsyncd - i'm using lsyncd to sync in realtime two nodes --- Старший Системный Администратор Алексей Шалин ОсОО Хостер kg - http://www.hoster.kg ул. Ахунбаева 123 (здание БГТС) h...@hoster.kg

Re: [Gluster-users] Slow on writing

2013-08-20 Thread Alexey Shalin
here the result of iozone Record Size 4 KB File size set to 4 KB Command line used: ./iozone -l 2 -u 2 -r 4k -s 4k /storage/ Output is in Kbytes/sec Time Resolution = 0.01 seconds. Processor cache size set to 1024 Kbytes. Processor cache

Re: [Gluster-users] Slow on writing

2013-08-20 Thread Alexey Shalin
here is another results: 250 writers and readers ./iozone -l 250 -u 250 -r 4k -s 4k /storage/ Iozone: Performance Test of File I/O Version $Revision: 3.420 $ Compiled for 64 bit mode. Build: linux Contributors:William Norcott, Don

Re: [Gluster-users] Slow on writing

2013-08-19 Thread Alexey Shalin
I do not think that isssue with network I have just tested mount -t nfs gluster:/volume /mnt and read speed very high on small files: for example: Write 10+0 records in 10+0 records out 20480 bytes (20 kB) copied, 0.0357166 s, 573 kB/s read 10+0 records in 10+0 records out 20480 bytes (20 kB)

Re: [Gluster-users] Slow on writing

2013-08-18 Thread Alexey Shalin
Hello, sorry for delays with anwers I have 1Gb network based on Intel(R) PRO/1000 Pci-E cards I'm waiting Intel(R) PRO/1000 2 Gb Ports cards PCI-e.. I suggest trying larger block sizes and higher I/O thread count Should I make some tweaks on GlusterNodes (peer) and client ? Can you give me a

Re: [Gluster-users] Unable to mount gluster volume via mount -t nfs

2013-08-17 Thread Alexey Shalin
root@ispcp:~# mount -vv -t nfs -overs=3 192.168.15.165:/storage /storage mount.nfs: Unknown error 521 root@ispcp:~# root@ispcp:~# mount.nfs -v -overs=3 192.168.15.165:/storage /storage mount.nfs: Unknown error 521 root@ispcp:~# please note that : apt-cache showpkg nfs-client Package: nfs-client

Re: [Gluster-users] Unable to mount gluster volume via mount -t nfs

2013-08-17 Thread Alexey Shalin
sorry it was my mistake /storage was already mounted by glusterfs Thank you for your help --- Старший Системный Администратор Алексей Шалин ОсОО Хостер kg - http://www.hoster.kg ул. Ахунбаева 123 (здание БГТС) h...@hoster.kg

[Gluster-users] How do I know with what peer (brick) is client working now ?

2013-08-16 Thread Alexey Shalin
Hello How do I know with what peer (brick) is client working now ? Thank you --- Старший Системный Администратор Алексей Шалин ОсОО Хостер kg - http://www.hoster.kg ул. Ахунбаева 123 (здание БГТС) h...@hoster.kg

Re: [Gluster-users] How do I know with what peer (brick) is client working now ?

2013-08-16 Thread Alexey Shalin
Thank you, :) --- Старший Системный Администратор Алексей Шалин ОсОО Хостер kg - http://www.hoster.kg ул. Ахунбаева 123 (здание БГТС) h...@hoster.kg ___ Gluster-users mailing list

[Gluster-users] Slow on writing

2013-08-16 Thread Alexey Shalin
Hello, guys I wrote small script : #!/bin/bash for i in {1..1000}; do size=$((RANDOM%5+1)) dd if=/dev/zero of=/storage/test/bigfile${i} count=1024 bs=${size}k done This script creates files with different size on volume here is output: 2097152 bytes (2.1 MB) copied, 0.120632 s, 17.4 MB/s

Re: [Gluster-users] Slow on writing

2013-08-16 Thread Alexey Shalin
of example same client wrote file to nfs share root@ispcp:/mnt# dd if=/dev/zero of=./bigfile${i} count=1024 bs=10k 1024+0 records in 1024+0 records out 10485760 bytes (10 MB) copied, 0.133489 s, 78.6 MB/s much faster :( cat /etc/mtab fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0

[Gluster-users] Unable to mount gluster volume via mount -t nfs

2013-08-16 Thread Alexey Shalin
root@ispcp:~# mount -t nfs 192.168.15.165:/storage /storage mount.nfs: Unknown error 521 root@ispcp:~# [2013-08-17 04:09:46.444600] E [nfs3.c:306:__nfs3_get_volume_id] (--/usr/lib/x86_64-linux-gnu/glusterfs/3.4.0/xlator/nfs/server.so(nfs3_getattr+0x18c) [0x7f33126acf5c]

Re: [Gluster-users] If i will upload file on one peer

2013-08-15 Thread Alexey Shalin
Hello and again.. after some time .. rsync stop working in storage.log I see a lot of message like: [2013-08-16 02:56:08.025068] I [afr-self-heal-common.c:1213:afr_sh_missing_entry_call_impunge_recreate] 0-storage-replicate-0: no missing files -