Re: [Gluster-users] Gluster client version vs gluster server

2023-08-18 Thread Strahil Nikolov
Hi, In gluster the servers can run with newer version in a backward compatibility mode - a.k.a op-version.Check this article and ensure that client op version is not smaller than the cluster one.https://docs.gluster.org/en/v3/Upgrade-Guide/op_version/ .In best scenario, just download the packag

[Gluster-users] Gluster client version vs gluster server

2023-08-14 Thread Roy Sigurd Karlsbakk
Hi all I have a RHEL machine with gluster 7.9 installed, which is the one from EPEL. Also, I have a set of debian machines running glusterfs server/cluster with version 9.3. Is it likely to work well with this combination or should everything be the same version? That might be a bit hard across

[Gluster-users] Gluster client getting disconnected frequently

2022-08-23 Thread Rohit Ranjan
I'm getting frequent gluster disconnection from client server. I don't see any error on brick server but getting port and disconnected from client error on client machines. Could please help? Server Error:-[2022-08-23 21:18:04.399942 +] I [MSGID: 115036] [server.c:500:server_rpc_notify] 0-titan

Re: [Gluster-users] Gluster client 4.1.5 with Gluster server 6.7

2020-02-02 Thread Laurent Dumont
That's unfortunately not possible in my case as the clients are K8s worker nodes. The gluster client version is tied to the Kuberntes release/deployer - Rancher in my case. Disabling ctime "gluster volume set $volname ctime off" fixed the mounting issue. On Thu, Jan 30, 2020 at 4:16 AM Mahdi Ad

Re: [Gluster-users] Gluster client 4.1.5 with Gluster server 6.7

2020-01-30 Thread Mahdi Adnan
Hello, We had a similar issue when we upgraded one of our clusters to 6.5 and clients were running 4.1.5 and 4.1.9, both crashed after few seconds of mounting, we did not dig into the issue instead, we upgraded the clients to 6.5 and it worked fine. On Tue, Jan 28, 2020 at 1:35 AM Laurent Dumont

Re: [Gluster-users] Gluster client 4.1.5 with Gluster server 6.7

2020-01-27 Thread Laurent Dumont
After some more digging, it seems I'm hitting the following bug - https://github.com/gluster/glusterfs/issues/658 On Mon, Jan 27, 2020 at 4:23 PM Laurent Dumont wrote: > Hi everyone, > > Small question. I'm trying to mount a Gluster volume (server is at 6.7) > and the client is at 4.1.5. I'm see

[Gluster-users] Gluster client 4.1.5 with Gluster server 6.7

2020-01-27 Thread Laurent Dumont
Hi everyone, Small question. I'm trying to mount a Gluster volume (server is at 6.7) and the client is at 4.1.5. I'm seeing the mount start on the client but it looks like the client crashes and is left in a strange state. Is there any inherent compatibility issues between the two versions? Is 4.1

[Gluster-users] gluster client 4.1 memory leak

2019-02-06 Thread Richard Neuboeck
Hi Gluster-Group, I've stumbled upon a memory leak in the gluster client 4.1. It manifests itself the same way the last one [1] did in 3.12. Memory consumption of the glusterfs process climbs until the system is out of memory and the process gets killed. Excerpt from the system log: rnel: Out of

Re: [Gluster-users] Gluster client

2018-10-18 Thread Vlad Kopylov
Maximum number of connect attempts to server On Wed, Oct 17, 2018 at 11:30 AM Alfredo De Luca wrote: > What does fetch-attempts=5 do? > > On Wed, Oct 17, 2018 at 12:05 AM Vlad Kopylov wrote: > >> You can add fetch-attempts=5 to fstab, so it will try to connect more, >> never had an issue after

Re: [Gluster-users] Gluster client

2018-10-17 Thread Alfredo De Luca
What does fetch-attempts=5 do? On Wed, Oct 17, 2018 at 12:05 AM Vlad Kopylov wrote: > You can add fetch-attempts=5 to fstab, so it will try to connect more, > never had an issue after this > > Problem might be as it might connect to the other server not the local > one, starting to push all read

Re: [Gluster-users] Gluster client

2018-10-16 Thread Vlad Kopylov
You can add fetch-attempts=5 to fstab, so it will try to connect more, never had an issue after this Problem might be as it might connect to the other server not the local one, starting to push all reads through the network - so close client ports on other nodes but to local v On Tue, Oct 16,

Re: [Gluster-users] Gluster client

2018-10-16 Thread Alfredo De Luca
The client was already connected to the volume so it takes the info about the nodes. I think I need to add anyway the backup-volfile-servers in the fstab so it can check at boot time. Cheers On Tue, Oct 16, 2018 at 3:29 PM wrote: > > What's the fstab equivalent? > > Hi, > > with the fuse clien

Re: [Gluster-users] Gluster client

2018-10-16 Thread jring
> What's the fstab equivalent? Hi, with the fuse client you can try the mount option backup-volfile-servers=server1:server2 This gives alternate points to ask for the volume info. Joachim - FreeMail

Re: [Gluster-users] Gluster client

2018-10-16 Thread Dave Sherohman
On Tue, Oct 16, 2018 at 02:45:49PM +0200, Stefan Kania wrote: > Am 15.10.18 um 21:33 schrieb Alfredo De Luca: > > But what happened when NODE1 is unavailable? > The Client will only get a list of all hosts in the cluster in if one > node is down the client will take another node. You have to conn

Re: [Gluster-users] Gluster client

2018-10-16 Thread Stefan Kania
I wrote my own systemd-script: -- [Unit] Description = Data dir After=network.target glusterfs-server.service Required=network-online.target [Mount] What=knoten-1:/gv1 Where=/glusterfs Type=glusterfs Options=defaults,acl [Install] WantedBy=multi-user.target -- This

Re: [Gluster-users] Gluster client

2018-10-16 Thread Alfredo De Luca
thanks Dmitry...maybe I wasn't clear enoughbut I was asking for both. Anyway it should be fine now. Cheers On Tue, Oct 16, 2018 at 2:40 PM Dmitry Melekhov wrote: > 16.10.2018 16:38, Alfredo De Luca пишет: > > ok.. found out that backupvolfile-server is correct on fstab in case at > mountin

Re: [Gluster-users] Gluster client

2018-10-16 Thread Dmitry Melekhov
16.10.2018 16:38, Alfredo De Luca пишет: ok.. found out that backupvolfile-server is correct on fstab in case at mounting time the primary server is not responding. so the backupvolfile-server will fail to the next server. Also it seems that if you put in your fstab and the server1 fails d

Re: [Gluster-users] Gluster client

2018-10-16 Thread Alfredo De Luca
ok.. found out that backupvolfile-server is correct on fstab in case at mounting time the primary server is not responding. so the backupvolfile-server will fail to the next server. Also it seems that if you put in your fstab and the server1 fails during normal operation the client will fail t

Re: [Gluster-users] Gluster client

2018-10-15 Thread Dmitry Melekhov
15.10.2018 23:33, Alfredo De Luca пишет: Hi all. I have 3 nodes glusterfs servers and multiple client and as I am a bit newbie on this not sure how to setup correctly the clients. 1. The clients mounts the glusterfs in fstab but when I reboot them they don't  mount it automatically 2. Not sure

Re: [Gluster-users] Gluster client

2018-10-15 Thread Alfredo De Luca
Hi Diego...sorry it's a typo here on the email... but I ve put _netdev in the fstab. Thanks On Mon, Oct 15, 2018 at 9:33 PM Alfredo De Luca wrote: > Hi all. > I have 3 nodes glusterfs servers and multiple client and as I am a bit > newbie on this not sure how to setup correctly the clients. >

Re: [Gluster-users] Gluster client

2018-10-15 Thread Diego Remolina
You may have a typo, "_netdev" you are missing "_". Give that a try. Diego On Mon, Oct 15, 2018, 15:33 Alfredo De Luca wrote: > Hi all. > I have 3 nodes glusterfs servers and multiple client and as I am a bit > newbie on this not sure how to setup correctly the clients. > 1. The clients mount

[Gluster-users] Gluster client

2018-10-15 Thread Alfredo De Luca
Hi all. I have 3 nodes glusterfs servers and multiple client and as I am a bit newbie on this not sure how to setup correctly the clients. 1. The clients mounts the glusterfs in fstab but when I reboot them they don't mount it automatically 2. Not sure what to exactly put in the fastab as right no

Re: [Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-06-01 Thread Niels de Vos
On Thu, Jun 01, 2017 at 01:52:23PM +, Gabriel Lindeborg wrote: > This has been solved, as far as we can tell. > > Problem was with KillUserProcesses=1 in logind.conf. This has shown to > kill mounts made using mount -a booth by root and by any user with > sudo at session logout. Ah, yes, that

Re: [Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-05-31 Thread Sunil Kumar Heggodu Gopala Acharya
Hi Gabriel, What is the version of gluster you are running on client? Also, please share the steps you followed to hit the issue. Regards, Sunil kumar Acharya Senior Software Engineer Red Hat T: +91-8067935170

Re: [Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-05-30 Thread Sunil Kumar Heggodu Gopala Acharya
Hi Gabriel, I am not able to hit the issue mentioned on my setup. Please share the log files(both brick and client log files) from your setup. It would be great if you can share the details about steps you followed to hit the issue. Regards, Sunil kumar Acharya Senior Software Engineer Red H

Re: [Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-05-30 Thread Gabriel Lindeborg
Hello A manual mount failed the same way Cheers Gabbe 30 maj 2017 kl. 10:24 skrev Sunil Kumar Heggodu Gopala Acharya mailto:shegg...@redhat.com>>: Hi Gabriel, Which gluster version are your running? Are you able to fuse mount the volume? Please share the failure logs. Regards, Sunil kumar A

Re: [Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-05-30 Thread Gabriel Lindeborg
Hello, 3.10.2 Initial mounting works fine, the fail comes a while after mounting. This is the mnt.log for one of the mounts just before the fail: /DAEMON/DEBUG [2017-05-30T09:17:45.371949+02:00] [] [] /DAEMON/INFO [2017-05-30T09:17:45.373441+02:00] [] [] /DAEMON/DEBUG [2017-05-30T09:17:45.373620

Re: [Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-05-30 Thread Sunil Kumar Heggodu Gopala Acharya
Hi Gabriel, Which gluster version are your running? Are you able to fuse mount the volume? Please share the failure logs. Regards, Sunil kumar Acharya Senior Software Engineer Red Hat T: +91-8067935170

[Gluster-users] Gluster client mount fails in mid flight with signum 15

2017-05-30 Thread Gabriel Lindeborg
Hello All We’ve have a problem with cluster client mounts fail in mid run with this in the log glusterfsd.c:1332:cleanup_and_exit] (-->/lib64/libpthread.so.0(+0x7dc5) [0x7f640c8b3dc5] -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) [0x7f640df4bfd5] -->/usr/sbin/glusterfs(cleanup_and_exit+0x6b)

Re: [Gluster-users] Gluster client for windows??

2016-09-26 Thread Gilberto Nunes
Well The fact is, that I have 3,7 TB of data and it seems to me very slow access same data via CIFS. So just wanna try how to access those data via NFS. Any way, I give up for now. Thanks 2016-09-26 2:36 GMT-03:00 Ric Wheeler : > Hi Gilberto, > > I am curious as to why you need NFS instead

Re: [Gluster-users] Gluster client for windows??

2016-09-25 Thread Bipin Kunal
NFS works fine. Just need to enable nfs client service. I have used once with Windows 2012. Thanks, Bipin Kunal On Mon, Sep 26, 2016 at 11:06 AM, Ric Wheeler wrote: > Hi Gilberto, > > I am curious as to why you need NFS instead of CIFS for a windows client. > Are you sharing gluster between cli

Re: [Gluster-users] Gluster client for windows??

2016-09-25 Thread Ric Wheeler
Hi Gilberto, I am curious as to why you need NFS instead of CIFS for a windows client. Are you sharing gluster between clients with different operating systems? Regards, Ric On 09/23/2016 03:05 PM, Gilberto Nunes wrote: Yeah! I well know that But I need NFS or gluster native access... I

Re: [Gluster-users] Gluster client for windows??

2016-09-23 Thread Jiffin Thottan
forgot to cc gluster-user list - Original Message - From: "Jiffin Thottan" To: "Gilberto Nunes" Sent: Friday, September 23, 2016 5:44:50 PM Subject: Re: [Gluster-users] Gluster client for windows?? Hi Gilberto, Windows NFS client should work with gluster nfs and

Re: [Gluster-users] Gluster client for windows??

2016-09-23 Thread Gilberto Nunes
Yeah! I well know that But I need NFS or gluster native access... It seems to me there is no such thing. 2016-09-23 8:59 GMT-03:00 Ravishankar N : > On 09/23/2016 05:20 PM, Gilberto Nunes wrote: > > Hello folks > > After search in google, I wonder if there is none gluster client for > windows

Re: [Gluster-users] Gluster client for windows??

2016-09-23 Thread Ravishankar N
On 09/23/2016 05:20 PM, Gilberto Nunes wrote: Hello folks After search in google, I wonder if there is none gluster client for windows. Is that correct?? If somebody know any client, I will thankful if can provide same link to dowload. Access via CIFS is possible: http://gluster.readthedoc

[Gluster-users] Gluster client for windows??

2016-09-23 Thread Gilberto Nunes
Hello folks After search in google, I wonder if there is none gluster client for windows. Is that correct?? If somebody know any client, I will thankful if can provide same link to dowload. Thanks -- Gilberto Ferreira +55 (47) 9676-7530 Skype: gilberto.nunes36 _

Re: [Gluster-users] gluster client mount fails on fedora 23

2015-12-24 Thread Arno A. Karner
so what do I need to do to use cluster clients greater than glusterfs:3.7.2:3.fc23:x86_64:(none):(none) every version I have built on fedora 23 greater than this has mailed to mount gluster volume. Are there any best practices, for upgrading the server side, or do just start from scratch, and copy

Re: [Gluster-users] gluster client mount fails on fedora 23

2015-12-06 Thread Arno A. Karner
the client side /var/log/messages Dec 6 03:02:19 cli.dom.com: gvs.mount: Unit entered failed state. # mount -a Mount failed. Please check the log file for more details. # grep /gvs /etc/fstab srv.dom.com:/gvs /gvs glusterfs defaults 0 0 # tail /var/log/glusterfs/gvs.log [2015-12-06 08:40:34.24

Re: [Gluster-users] gluster client mount fails on fedora 23

2015-12-05 Thread Niels de Vos
On Fri, Dec 04, 2015 at 06:40:28PM -0600, Arno A. Karner wrote: > is there a trick when clients, and servers are not on the same version > of glusterfs. I have clients and servers on gluserfs 3.6.6-1 both > centos7, and fedora 22, and work fine. Now that fedora 23 has been > released I'm trying to

Re: [Gluster-users] gluster client mount fails on fedora 23

2015-12-04 Thread Atin Mukherjee
On 12/05/2015 06:10 AM, Arno A. Karner wrote: > is there a trick when clients, and servers are not on the same version > of glusterfs. I have clients and servers on gluserfs 3.6.6-1 both > centos7, and fedora 22, and work fine. Now that fedora 23 has been > released I'm trying to use it. The clie

[Gluster-users] gluster client mount fails on fedora 23

2015-12-04 Thread Arno A. Karner
is there a trick when clients, and servers are not on the same version of glusterfs. I have clients and servers on gluserfs 3.6.6-1 both centos7, and fedora 22, and work fine. Now that fedora 23 has been released I'm trying to use it. The client I am have trouble with is on fedora 23, which comes w

Re: [Gluster-users] gluster client crash

2015-06-17 Thread Mathieu Chateau
guration? > The process must have dumped a core file. Could you attach the core to gdb > and provide its backtrace as well? > > -Krutika > > -- > > *From: *"Mathieu Chateau" > *To: *"gluster-users" > *Sent: *Wednesday, Jun

Re: [Gluster-users] gluster client crash

2015-06-17 Thread Krutika Dhananjay
rom: "Mathieu Chateau" > To: "gluster-users" > Sent: Wednesday, June 17, 2015 7:16:03 PM > Subject: [Gluster-users] gluster client crash > Hello, > On on my gluster mount crashed this morning on one of my gluster client for > this share. > I am use fuse. &g

[Gluster-users] gluster client crash

2015-06-17 Thread Mathieu Chateau
Hello, On on my gluster mount crashed this morning on one of my gluster client for this share. I am use fuse. Gluster server wad updated to 3.7.1 and this client too but not rebooted. Trying to mount again this share failed. After reboot, everything is ok again. Any clue ? Jun 17 07:57:32 mycli

Re: [Gluster-users] [gluster client] what's different between mount.glusterfs and glusterfs

2014-12-11 Thread Niels de Vos
On Thu, Dec 11, 2014 at 11:59:18AM +, Jifeng Li wrote: > Hi, > > When mounting Gluster volumes to access data , I find that there are two ways > listed below: > > > 1) glusterfs -p /var/run/glusterfs.pid --volfile-server= > --volfile-id= > > 2) mount -t glusterfs -o direct-io-

[Gluster-users] [gluster client] what's different between mount.glusterfs and glusterfs

2014-12-11 Thread Jifeng Li
Hi, When mounting Gluster volumes to access data , I find that there are two ways listed below: 1) glusterfs -p /var/run/glusterfs.pid --volfile-server= --volfile-id= 2) mount -t glusterfs -o direct-io-mode=disable,_netdev backupvolfile-server= : so, 1. what's th

Re: [Gluster-users] Gluster Client and high availability

2014-06-24 Thread Tiziano Müller
Hi Ryan The documentation for GlusterFS is somehow scattered. A good explanation for me was this one: http://joejulian.name/blog/glusterfs-replication-dos-and-donts/ As far as I've understood it (others please correct me if I'm wrong): when a client connects to any server in your GlusterFS cluste

Re: [Gluster-users] Gluster Client and high availability

2014-06-24 Thread Ryan Nix
Got it. Thanks so much! On Tue, Jun 24, 2014 at 11:28 AM, JuanFra Rodriguez Cardoso < juanfra.rodriguez.card...@gmail.com> wrote: > Hi Ryan: > > You may use the 'backupvolfile-server' option while mounting. According to > RHS documentation: > > *backupvolfile-server=server name - name of the ba

Re: [Gluster-users] Gluster Client and high availability

2014-06-24 Thread JuanFra Rodriguez Cardoso
Hi Ryan: You may use the 'backupvolfile-server' option while mounting. According to RHS documentation: *backupvolfile-server=server name - name of the backup volfile server to mount the client. If this option is added while mounting fuse client, when the first volfile server fails, then the serve

[Gluster-users] Gluster Client and high availability

2014-06-24 Thread Ryan Nix
Hello, I recently put a very basic Gluster replication together (2 replicas) and mounted the volume on another server using the Gluster client. However, I was wondering if the 3.5 Gluster client knows about the other replicated volume. In other words, if one of the servers goes down, will the G

Re: [Gluster-users] gluster client crash

2014-01-27 Thread Mingfan Lu
sorry, our customer remounted, so it is possible to get the full backtrace. the full version is glusterfs-3.3.0.5rhs_iqiyi_6-1.el6.x86_64 it is a self-built version. The code started from this change. %changelog * Wed May 9 2012 Kaleb S. KEITHLEY - Add BuildRequires: libxml2-devel so that config

Re: [Gluster-users] gluster client crash

2014-01-27 Thread Vijay Bellur
On 01/27/2014 01:34 PM, Mingfan Lu wrote: the volume is distributed (replication = 1) Is it possible to obtain a full backtrace using gdb? Also, what is the complete version string of this glusterfs release? Thanks, Vijay On Mon, Jan 27, 2014 at 4:01 PM, Mingfan Lu mailto:mingfan...@gmail

Re: [Gluster-users] gluster client crash

2014-01-27 Thread Mingfan Lu
the volume is distributed (replication = 1) On Mon, Jan 27, 2014 at 4:01 PM, Mingfan Lu wrote: > One of our client (3.3.0.5) crashed when writing data, the log is: > > pending frames: > frame : type(1) op(WRITE) > frame : type(1) op(WRITE) > frame : type(1) op(WRITE) > frame : type(1) op(WRITE)

[Gluster-users] gluster client crash

2014-01-27 Thread Mingfan Lu
One of our client (3.3.0.5) crashed when writing data, the log is: pending frames: frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame : type(1) op(WRITE) frame :

[Gluster-users] Gluster client disconnects

2012-07-24 Thread James
Dear gluster, I'm running gluster 3.3.0 on centos 6.3 I'm running a four host (eight brick) distribute-replicate. I'm using the first host to mount the volume, and run rsnapshot to backup data from other (non-gluster) hosts. Invariably, the mount seems to fail part way through the transfers. It

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread Eric
27; log files. That's all. Eric Pretorious Truckee, CA > > From: David Coulson >To: Eric >Cc: "gluster-users@gluster.org" >Sent: Saturday, May 5, 2012 10:46 AM >Subject: Re: [Gluster-users] Gluster client can't connect to G

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread David Coulson
-driver (i.e., the host system) 100% Mageia. Eric Pretorious Truckee, CA *From:* David Coulson *To:* Eric *Cc:* "gluster-users@gluster.org" *Sent:* Saturday, May 5, 2012 9:16 AM *Subj

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread Eric
Sent: Saturday, May 5, 2012 9:16 AM >Subject: Re: [Gluster-users] Gluster client can't connect to Gluster volume > > >That's way old documentation. > >Start by installing 3.2.6 on your client and see if it works then. I don't think anyone expects 3.2 and 3.0 t

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread David Coulson
Eric *Cc:* "gluster-users@gluster.org" *Sent:* Saturday, May 5, 2012 5:44 AM *Subject:* Re: [Gluster-users] Gluster client can't connect to Gluster volume Do you have any firewall rules enabled? I'd start by disabling iptables (or at least setting every

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread Eric
Thanks, Xavier: SELinux is set to permissive on the two systems that have it. Eric Pretorious Truckee, CA > > From: Xavier Normand >To: Eric >Cc: "gluster-users@gluster.org" >Sent: Friday, May 4, 2012 9:57 PM >Subject: Re: [G

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread Eric
the SELinux question is already documented in my post on the Mageia Forum. Eric Pretorious Truckee, CA > > From: David Coulson >To: Eric >Cc: "gluster-users@gluster.org" >Sent: Saturday, May 5, 2012 5:44 AM >Subject: Re: [G

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-05 Thread David Coulson
Do you have any firewall rules enabled? I'd start by disabling iptables (or at least setting everything to ACCEPT) and as someone else suggested setting selinux to permissive/disabled. Why are your nodes and client using different versions of Gluster? Why not just use the 3.2.6 version for eve

Re: [Gluster-users] Gluster client can't connect to Gluster volume

2012-05-04 Thread Xavier Normand
Hi Do you have selinux enable? Envoyé de mon iPhone Le 2012-05-05 à 00:27, Eric a écrit : > Hi, All: > > I've built a Gluster-based storage cluster on a pair of CentOS 5.7 (i386) > VM's. The nodes are using Gluster 3.2.6 (from source) and the host is using > Gluster 3.0.0 (from the Mageia p

[Gluster-users] Gluster client can't connect to Gluster volume

2012-05-04 Thread Eric
Hi, All: I've built a Gluster-based storage cluster on a pair of CentOS 5.7 (i386) VM's. The nodes are using Gluster 3.2.6 (from source) and the host is using Gluster 3.0.0 (from the Mageia package repositories): [eric@node1 ~]$ sudo /usr/local/sbin/gluster --version glusterfs 3.2.6 built on Ma

[Gluster-users] Gluster client constantly remounting volume

2012-01-24 Thread David Enrique Espejo Rodriguez
Good morning We have a two bricks distributed replica deployment of glusterfs 3.3beta1. The thing is that we have RedHat 5.2 clients mounting the distributed volume, and one of that clients is automatically remounting the volume at a random time, but there is about 1 or 2 minutes between each r

Re: [Gluster-users] gluster client performance

2011-08-09 Thread Pavan T C
On Wednesday 10 August 2011 12:11 AM, Jesse Stroik wrote: Pavan, Thank you for your help. We wanted to get back to you with our results and observations. I'm cc'ing gluster-users for posterity. We did experiment with enable-trickling-writes. That was one of the translator tunables we wanted to

Re: [Gluster-users] gluster client performance

2011-08-09 Thread Jesse Stroik
Pavan, Thank you for your help. We wanted to get back to you with our results and observations. I'm cc'ing gluster-users for posterity. We did experiment with enable-trickling-writes. That was one of the translator tunables we wanted to know the precise syntax for so that we could be cert

Re: [Gluster-users] gluster client performance

2011-07-27 Thread John Lalande
On 07/27/2011 12:53 AM, Pavan T C wrote: 2. What is the disk bandwidth you are getting on the local filesystem on a given storage node ? I mean, pick any of the 10 storage servers dedicated for Gluster Storage and perform a dd as below: Seeing an average of 740 MB/s write, 971 GB/s read. I

Re: [Gluster-users] gluster client performance

2011-07-27 Thread Pavan T C
But that still does not explain why you should get as low as 50 MB/s for a single stream single client write when the backend can support direct IO throughput of more than 700 MB/s. On the server, can you collect: # iostat -xcdh 2 > iostat.log.brickXX for the duration of the dd command ? and

Re: [Gluster-users] gluster client performance

2011-07-26 Thread Pavan T C
[..] I don't know why my writes are so slow compared to reads. Let me know if you're able to get better write speeds with the newer version of gluster and any of the configurations (if they apply) that I've posted. It might compel me to upgrade. From your documentation of nfsspeedtest, I see

Re: [Gluster-users] gluster client performance

2011-07-26 Thread Pavan T C
On Tuesday 26 July 2011 09:24 PM, John Lalande wrote: Thanks for your help, Pavan! Hi John, I would need some more information about your setup to estimate the performance you should get with your gluster setup. 1. Can you provide the details of how disks are connected to the storage boxes ?

Re: [Gluster-users] gluster client performance

2011-07-26 Thread John Lalande
Thanks for your help, Pavan! Hi John, I would need some more information about your setup to estimate the performance you should get with your gluster setup. 1. Can you provide the details of how disks are connected to the storage boxes ? Is it via FC ? What raid configuration is it using (

Re: [Gluster-users] gluster client performance

2011-07-26 Thread Sabuj Pattanayek
> 3. What is the IB bandwidth that you are getting between the compute node > and the glusterfs storage node? You can run the tool "rdma_bw" to get the > details: This is what I got on bidirectional : 2638: Bandwidth peak (#0 to #785): 6052.22 MB/sec 2638: Bandwidth average: 6050.02 MB/sec 2638:

Re: [Gluster-users] gluster client performance

2011-07-26 Thread Pavan T C
On Tuesday 26 July 2011 03:42 AM, John Lalande wrote: Hi- I'm new to Gluster, but am trying to get it set up on a new compute cluster we're building. We picked Gluster for one of our cluster file systems (we're also using Lustre for fast scratch space), but the Gluster performance has been so ba

Re: [Gluster-users] gluster client performance

2011-07-25 Thread Sabuj Pattanayek
Hi, Here's our QDR IB gluster setup: http://piranha.structbio.vanderbilt.edu We're still using gluster 3.0 on all our servers and clients as well as CENTOS5.6 kernels and ofed 1.4. To simulate a single stream I use this nfsSpeedTest script I wrote : http://code.google.com/p/nfsspeedtest/ >From

[Gluster-users] gluster client performance

2011-07-25 Thread John Lalande
Hi- I'm new to Gluster, but am trying to get it set up on a new compute cluster we're building. We picked Gluster for one of our cluster file systems (we're also using Lustre for fast scratch space), but the Gluster performance has been so bad that I think maybe we have a configuration proble

[Gluster-users] Gluster client v3.0.4-1 appears to be terminating and then restarting itself.

2011-04-14 Thread Elbert Lai
My server and clients are both using glusterfs v3.0.4-1 in this environment, and it looks like on some hosts, the client is restarting itself at regular intervals. I've found these occasional log lines in the client log. It looks like the client is hitting an error and restarting. It's causing a p

[Gluster-users] Gluster client crashed in distributed - replicated setup

2011-01-13 Thread Vikas R
Hi The setup was running on moderate load. Attaching the Crash stack: mapped/multiple_reduce.flash_pl.0.1294901932.1.172.26.98.57.0.map.10 [2011-01-13 08:03:39.797369] C [rpc-clnt.c:430:rpc_clnt_fill_request_info] rpc-clnt: cannot lookup the saved frame corresponding to xid (2120535) for msg a

Re: [Gluster-users] Gluster client 32bit

2010-11-19 Thread Anand Avati
GlusterFS code is 32-bit clean. It should work just fine (on GNU/Linux). However we do not QA our releases on 32bit machines. Hence we neither release 32bit binaries nor support it officially. This may change in the future, but no promises. Avati On Tue, Nov 16, 2010 at 1:04 PM, Christian Fischer

Re: [Gluster-users] Gluster client 32bit

2010-11-17 Thread Stephan von Krawczynski
On Tue, 16 Nov 2010 16:54:07 -0800 Craig Carl wrote: > > Stephan - > Based on your feedback, and from other members of the community we have > opened discussions internally around adding support for a 32-bit client. > We have not made a decision at this point, and I can't make any > guarante

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Craig Carl
On 11/16/2010 03:07 PM, Stephan von Krawczynski wrote: On Tue, 16 Nov 2010 08:51:17 -0800 Jeff Anderson-Lee wrote: On 11/16/2010 05:36 AM, Stefano Baronio wrote: Hi MArtin, the XenServer Dom0 is 32bit whilst the hypervisor is 64 bit. You need to know it when you install third part sw

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Stephan von Krawczynski
On Tue, 16 Nov 2010 08:51:17 -0800 Jeff Anderson-Lee wrote: > On 11/16/2010 05:36 AM, Stefano Baronio wrote: > > Hi MArtin, > >the XenServer Dom0 is 32bit whilst the hypervisor is 64 bit. > > You need to know it when you install third part sw on the host. > > http://forums.citrix.com/thre

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Jeff Anderson-Lee
On 11/16/2010 05:36 AM, Stefano Baronio wrote: Hi MArtin, the XenServer Dom0 is 32bit whilst the hypervisor is 64 bit. You need to know it when you install third part sw on the host. http://forums.citrix.com/thread.jspa?threadID=269924&tstart=0 So I need the 32bit compiled version to be a

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Deadpan110
Ty Stefano I assumed that because the hypervisor was 64bit, dom0 would be too... I had never checked! Many thanks for pointing that out. Martin On 17 November 2010 00:06, Stefano Baronio wrote: > Hi MArtin, >   the XenServer Dom0 is 32bit whilst the hypervisor is 64 bit. > You need to know

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Stefano Baronio
Hi MArtin, the XenServer Dom0 is 32bit whilst the hypervisor is 64 bit. You need to know it when you install third part sw on the host. http://forums.citrix.com/thread.jspa?threadID=269924&tstart=0 So I need the 32bit compiled version to be able to mount glusterfs directly from the XenServer

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Deadpan110
My home testing environment I also use XenServer (again, Citrix - with a Centos minimalistic core OS) - even though the Dom0 is 64bit, in any Xen setup (maybe even for other virtuali[s\z]ation solutions), performance is better using 32bit VM's (DomU). My production environment comprises of Xen vir

Re: [Gluster-users] Gluster client 32bit

2010-11-16 Thread Stefano Baronio
>From my point of view, 64 bit on server side is easy to handle but the client side can have different needs and limitations. For example, we are using XenServer from Citrix, the Dom0 is taken from a CentOS 5 distro and it is 32bit. I cannot change that, because is a Citrix design choice and there

Re: [Gluster-users] Gluster client 32bit

2010-11-15 Thread Bernard Li
Hi Christian: On Tue, Nov 16, 2010 at 1:34 AM, Christian Fischer wrote: > No statement from the developers about usability of glusterfs client on 32bit > systems. But this was probably discussed in earlier threads. I believe the official comment is that Gluster is not going to support 32-bit sy

Re: [Gluster-users] Gluster client 32bit

2010-11-15 Thread Christian Fischer
Hmm, seems this thread is dead now. That's pity. No statement from the developers about usability of glusterfs client on 32bit systems. But this was probably discussed in earlier threads. I think I'll use NFS with UCARP for the production environment. What about the performance loss if using NFS

Re: [Gluster-users] Gluster client 32bit

2010-11-15 Thread Christian Fischer
On Monday 15 November 2010 14:27:34 Stefano Baronio wrote: > Yes, please, share it with us. > I've succesfully compiled the rpm packages, but the client is not giving > any errors when it is not able to connect to a glusterfs share... That's normal, the native client exits (as far i've seen) alway

Re: [Gluster-users] Gluster client 32bit

2010-11-15 Thread Stefano Baronio
Yes, please, share it with us. I've succesfully compiled the rpm packages, but the client is not giving any errors when it is not able to connect to a glusterfs share... Thanks Stefano 2010/11/13 Dennis Schafroth > On 12/11/2010, at 18.51, Ken Bigelow wrote: > > We have all 32bit server / clie

Re: [Gluster-users] Gluster client 32bit

2010-11-15 Thread Dennis Schafroth
On 12/11/2010, at 18.51, Ken Bigelow wrote: > We have all 32bit server / clients for Gluster. We did have to compile > it from source but so far we have had no problems at all. > > A few things had to be tweaked inside the configuration files like > io thread count and whatnot but in the end it se

Re: [Gluster-users] Gluster client 32bit

2010-11-15 Thread Deadpan110
I asked about 32bit support when glusterfs 3.1.0 was released: http://www.mail-archive.com/gluster-de...@nongnu.org/msg07150.html They focus on 64bit due to their own clients requiring it - hence I understand their commitment. It is a pity that us 32bit users are without support, but the great t

Re: [Gluster-users] Gluster client 32bit

2010-11-14 Thread Christian Fischer
On Friday 12 November 2010 11:29:52 Bernard Li wrote: > Hi Stefano: > > On Fri, Nov 12, 2010 at 2:18 AM, Stefano Baronio > > wrote: > > is there a way to have a 32bit Glusterfs client? > > You can definitely build it yourself, but it is not officially > supported by Gluster. They recommend y

Re: [Gluster-users] Gluster client 32bit

2010-11-14 Thread Christian Fischer
On Friday 12 November 2010 16:17:34 you wrote: > Just to add... > > My previous mailing list post of compiling glusterfs 3.1.0 on Ubuntu > Lucid 32bit: > http://www.mail-archive.com/gluster-users@gluster.org/msg03995.html > > As stated in that posting - it is not for the feint hearted - > definit

Re: [Gluster-users] Gluster client 32bit

2010-11-12 Thread Deadpan110
I am unsure if that is related to the issue I had and unfortunately my 32bit test nodes (VM's) are not running 3.1.0 at this moment in time so I am unable to re-test and get accurate results. I will be testing 3.1.1 when it appears next week though and this time around I will be extensively testin

Re: [Gluster-users] Gluster client 32bit

2010-11-12 Thread Bernard Li
Hi all: I ran into issues with gNFS server on 32-bit OS. Did any of you run into it as well? http://gluster.org/pipermail/gluster-users/2010-November/005703.html Thanks, Bernard On Fri, Nov 12, 2010 at 9:51 AM, Ken Bigelow wrote: > We have all 32bit server / clients for Gluster. We did have

Re: [Gluster-users] Gluster client 32bit

2010-11-12 Thread Ken Bigelow
We have all 32bit server / clients for Gluster. We did have to compile it from source but so far we have had no problems at all. A few things had to be tweaked inside the configuration files like io thread count and whatnot but in the end it seems to be working fine from what we can tell. We wor

Re: [Gluster-users] Gluster client 32bit

2010-11-12 Thread Stephan von Krawczynski
I can tell you that 3.1 does not compile under 32bit on my box - I tried lately. Honestly I find it a bit strange not to support 32 bit clients as there are lots of them - and 2.9 did work on 32 bit. Which means you cannot upgrade such setups. Regards, Stephan On Sat, 13 Nov 2010 01:17:05 +1030

Re: [Gluster-users] Gluster client 32bit

2010-11-12 Thread Christian Fischer
On Friday 12 November 2010 15:47:05 Deadpan110 wrote: > It should work... but it is very unsupported by the devs... > > USE AT YOUR OWN RISK... > > I successfully used glusterfs 3.1.0 for a while on Ubuntu Lucid 32bit > - the only problems i encountered are a few of the ones recently > discussed

  1   2   >