[Gluster-users] FOPS gluster 3.6

2015-03-12 Thread Félix de Lelelis
Hi, Which is the difference between these types of fops: read, readdir and readdirp. I am monitoring and I am interesting on read and write operations but when lunch cat comand over the client only is modified readdirp on the profile. Thanks. ___ Gluste

Re: [Gluster-users] Peers not connecting after changing IP address

2015-03-12 Thread Nico Schottelius
Alex, have you checked the firewall settings? Seeing your description reminds me of a problem in which connections were only possible in one direction. Cheers, Nico Alex Crow [Tue, Mar 10, 2015 at 03:47:26PM +]: > Hi JF, > > They are all hostnames, no IPs anywhere. The odd thing is that no

Re: [Gluster-users] Peers not connecting after changing IP address

2015-03-12 Thread Alex Crow
Hi all, You can take this post as a warning to wear your glasses and double-check routing. I had a few ip rule/ip route entries to direct traffic in and out of specific interfaces. The "office" range was under 172.18.x and the new datacenter was under 192.168.x. I'd not spotted that I'd chan

[Gluster-users] NFS gluster mount on Windows

2015-03-12 Thread Jarvis, Jeremy
Hi, I'm trying to use Windows Services for NFS to expose a gluster node and access this folder with an Application Pool Identity. I can map the drive correctly and read access works but I can't get write working. The procedure I'm using is: Set the DefaultApplicationPoolIdentity to use user "C

Re: [Gluster-users] glusterd and ctdb services whit problem

2015-03-12 Thread Marcelo Barbosa
Niels, Very thank you, I change all IP address information in log of gluster using sed, I solved this problem with my hand, I suggest our create one simple command: 'change ip' for gluster, how can I send one patch about this ? Cheers, firemanxbr On Sat, Mar 7, 2015 at 9:22 PM, Niels de Vos

Re: [Gluster-users] Quorum setup for 2+1

2015-03-12 Thread Mitja Mihelič
On 10. 03. 2015 14:52, Jeff Darcy wrote: I wold like to setup server side quorum by using the following setup: - 2x storage nodes (s-node-1, s-node-2) - 1x arbiter node (s-node-3) So the trusted storage pool has three peers. This is my volume info: Volume Name: wp-vol-0 Type: Replicate Volume I

Re: [Gluster-users] Input/output error when trying to access a file on client

2015-03-12 Thread Alessandro Ipe
Hi, "gluster volume heal md1 info split-brain" returns approximatively 2000 files (already divided by 2 due to replicate volume). So manually repairing each split-brain is unfeasable. Before scripting some procedure, I need to be sure that I will not harm further the gluster system. Moreover

Re: [Gluster-users] Input/output error when trying to access a file on client

2015-03-12 Thread Alessandro Ipe
Hi, Actually, my gluster volume is distribute-replicate so I should provide the attributes on all the bricks. Here they are: 1. # file: data/glusterfs/md1/brick1/root trusted.afr.md1-client-0=0s trusted.afr.md1-client-1=0s trusted.gfid=0s3DmMvSq0QOyf7T1ZN2VPSw==

Re: [Gluster-users] Input/output error when trying to access a file on client

2015-03-12 Thread Krutika Dhananjay
Hi, Could you provide the xattrs in hex format? You can execute `getfattr -d -m . -e hex ` -Krutika - Original Message - > From: "Alessandro Ipe" > To: "Krutika Dhananjay" > Cc: gluster-users@gluster.org > Sent: Thursday, March 12, 2015 5:15:08 PM > Subject: Re: [Gluster-users]

Re: [Gluster-users] Input/output error when trying to access a file on client

2015-03-12 Thread Alessandro Ipe
Hi, Sorry about that, I thought I was using the -e hex... I must have removed it at some point accidentally. Here they are 1. # file: data/glusterfs/md1/brick1/root trusted.afr.md1-client-0=0x trusted.afr.md1-client-1=0x trusted.gfid=0xdc398cbd2a

Re: [Gluster-users] Input/output error when trying to access a file on client

2015-03-12 Thread Alessandro Ipe
Hi, Doing splitmount localhost md1 . and ls -l gives me total 8 drwxr-xr-x 12 root root 426 Jan 19 11:04 r1 drwxr-xr-x 12 root root 426 Jan 19 11:04 r2 -rw--- 1 root root 2840 Mar 12 12:08 tmp7TLytQ -rw--- 1 root root 2840 Mar 12 12:08 tmptI3gv_ Doing ls -l r1/root/bash_cmd/ gives me

[Gluster-users] Question about replica redundancy syntax on Ganesha FSAL and Samba VFS

2015-03-12 Thread Benjamin Kingston
I'm trying to leverage the built in support of ganesha and samba to reduce the overhead of using them to expose a glusterfs mount. I've got them working with one host in the two node gluster replica, however I'd like some guidance on how to specify the alternate node for availability.

Re: [Gluster-users] Quorum setup for 2+1

2015-03-12 Thread Mitja Mihelič
On 11. 03. 2015 16:05, Jeff Darcy wrote: I have a follow-up question. When a node is disconnected from the rest, the client gets an error message "Transport endpoint is not connected" and all access is prevented. Write access must not be allowed to such a node. I understand that. In my case it w

Re: [Gluster-users] Quorum setup for 2+1

2015-03-12 Thread Jeff Darcy
> > > I have a follow-up question. > > > When a node is disconnected from the rest, the client gets an error > > > message "Transport endpoint is not connected" and all access is > > > prevented. Write access must not be allowed to such a node. I understand > > > that. > > > In my case it would be

Re: [Gluster-users] NFS gluster mount on Windows

2015-03-12 Thread Ben Turner
Hi Jeremy. A couple things first, as of today gluster only supports NFS v3 so make sure you are using v3 and tcp mounts. I haven't personally tested Windows NFS with gluster, which version of Windows are you using? I would be happy to setup a test in our lab in hopes of helping get this worki

Re: [Gluster-users] Input/output error when trying to access a file on client

2015-03-12 Thread Alessandro Ipe
Hi, In fact, going up one directory level (root of the gluster volume), I get similarly 1. # file: data/glusterfs/md1/brick1/ trusted.afr.md1-client-0=0x trusted.afr.md1-client-1=0x trusted.gfid=0x0001 trusted.glusterfs.

Re: [Gluster-users] Is read cache a file cache or a block cache?

2015-03-12 Thread Anand Avati
The cache works by remembering 128KB "pages" within files. Effectively "blocks" in your terminology. Thanks On Wed, 11 Mar 2015 at 12:36 Jon Heese wrote: > Hello, > > I have a two-server, two-brick (one brick per server) replicated Gluster > 3.6.2 volume, and I'm interested in the 'performance.

Re: [Gluster-users] Rebalance issue on 3.5.3

2015-03-12 Thread Alessandro Ipe
Hi, The extended attrbitutes are (according to the brick number) 1. # file: data/glusterfs/home/brick1/aipe/.xinitrc.template trusted.gfid=0x67bf3db057474c0a892f459b6c622ee8 trusted.glusterfs.dht.linkto=0x686f6d652d7265706c69636174652d3500 trusted.pgfid.c7ee612b-0dfe-4832-9efe-531040c696fd=0x

Re: [Gluster-users] Geo-replication (v3.5.3)

2015-03-12 Thread John Gardeniers
Just to make it clear, I *have* set up passwordless SSH between the node where I'm running the command and the slave. I thought that should have been obvious from my message. Also, the identity files are in the standard location. So, back to the question I asked, What gives? More to the point,

[Gluster-users] Trouble with Gluster NFS export on Windows systems

2015-03-12 Thread Ryan Nix
Hello All, I could really use some insight into Gluster, NFS and mounting on a Windows system. I'm trying to mount a Gluster volume on a Windows system and I can only mount the volume read/only, although its not displaying the contents of the volume, and there are some. I've tried mapping the user

[Gluster-users] Need advice: GlusterFS replicated on arrays with different speed!!!

2015-03-12 Thread wodel youchi
Hi, Please I need some advice. We have two iSCSI disk arrays, the first with 16 (2.5") disks, 600Go SAS 10K each, the second 5 (3.5") disks, 4To SATA 7200 each. is it wise to configure GlusterFS replicated volumes upon arrays with different speed? Thanks in advance.

Re: [Gluster-users] NFS gluster mount on Windows

2015-03-12 Thread Jarvis, Jeremy
Hi Ben, Thanks for the quick reply. I'm using windows 2008 r2, it's deploying to AWS so we're not tied to the OS version if there are issues. The NFS version is 3. The mount seems fine for access through file explorer and apps run from command line, I only see the failure when it's an IIS applic

Re: [Gluster-users] NFS gluster mount on Windows

2015-03-12 Thread Ryan Nix
Since I had a similar post earlier, this is what I found to work: *On your Gluster system:* gluster volume set volumename storage.owner-gid 0 (0 on CentOS is the ID for root) gluster volume set volumename nfs.volume-access read-write gluster volume set volumename nfs.rpc-auth-allow x.x.x.x *On

Re: [Gluster-users] NFS gluster mount on Windows

2015-03-12 Thread Jarvis, Jeremy
I think I’m seeing a separate issue. I can set up the mount fine but using an IIS application it seems to always fail, read and write. I’m debugging now to make sure I’m impersonating the correct user. From: Ryan Nix [mailto:ryan@gmail.com] Sent: Friday, 13 March 2015 9:31 AM To: Jarvis, Jer

Re: [Gluster-users] Need advice: GlusterFS replicated on arrays with different speed!!!

2015-03-12 Thread Ben Turner
- Original Message - > From: "wodel youchi" > To: "gluster-users" > Sent: Thursday, March 12, 2015 6:15:20 PM > Subject: [Gluster-users] Need advice: GlusterFS replicated on arrays with > different speed!!! > > Hi, > > Please I need some advice. > > We have two iSCSI disk arrays,

Re: [Gluster-users] [ovirt-users] Gluster services won't start any more

2015-03-12 Thread Sahina Bose
Did you upgrade glusterfs on the node? Looks like there's some problem with your volume file? [Adding gluster-users for further help] On 03/12/2015 03:57 PM, RASTELLI Alessandro wrote: Hi, tonight - without any apparent reason - the /var/log/gluster directory filled up disk space of one node.

Re: [Gluster-users] [ovirt-users] Gluster services won't start any more

2015-03-12 Thread Krishnan Parthasarathi
> > [glusterd-store.c:2063:glusterd_restore_op_version] 0-management: Detected > > new install. Setting op-version to maximum : 30600 The above message indicates that /var/lib/glusterd/glusterd.info file, carrying the identify (UUID) of the node and the operating version of the glusterd binary,