Re: [Gluster-users] Monitoring GlusterFS

2017-05-03 Thread Ben Werthmann
There are no Ubuntu specific instructions or packaged nagios plugins that I'm aware of. You can you whatever tool you'd like for monitoring. These repos are for gluster/nagios: https://github.com/gluster/nagios-plugins-gluster https://github.com/gluster/gluster-nagios-common https://github.com/gl

Re: [Gluster-users] [3.11.2] Bricks disconnect from gluster with 0-transport: EPOLLERR

2017-09-13 Thread Ben Werthmann
I ran into something like this in 3.10.4 and filed two bugs for it: https://bugzilla.redhat.com/show_bug.cgi?id=1491059 https://bugzilla.redhat.com/show_bug.cgi?id=1491060 Please see the above bugs for full detail. In summary, my issue was related to glusterd's pid handling of pid files when is

[Gluster-users] Issues with bricks and shd failing to start

2017-09-13 Thread Ben Werthmann
3.11.2: http://lists.gluster.org/pipermail/gluster-users/2017-September/032433.html Hopes this helps. Ben Werthmann ___ Gluster-users mailing list Gluster-users@gluster.org http://lists.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] one brick one volume process dies?

2017-09-13 Thread Ben Werthmann
These symptoms appear to be the same as I've recorded in this post: http://lists.gluster.org/pipermail/gluster-users/2017-September/032435.html On Wed, Sep 13, 2017 at 7:01 AM, Atin Mukherjee wrote: > Additionally the brick log file of the same brick would be required. > Please look for if bric

Re: [Gluster-users] Backup and Restore strategy in Gluster FS 3.8.4

2017-09-21 Thread Ben Werthmann
> First, please note that gluster 3.8 is EOL and that 3.8.4 is rather old in > the 3.8 release, 3.8.15 is the current (and probably final) release of 3.8. > > "With the release of GlusterFS-3.12, GlusterFS-3.8 (LTM) and GlusterFS- > 3.11 (STM) have reached EOL. Except for serious security issues no

Re: [Gluster-users] Backup and Restore strategy in Gluster FS 3.8.4

2017-09-21 Thread Ben Werthmann
packages, > then yes, you want to update to a more current version. > > Seems like the latest is: 3.8.4-44.el7 > > Diego > > On Wed, Sep 20, 2017 at 1:45 PM, Ben Werthmann wrote: > > > >> First, please note that gluster 3.8 is EOL and that 3.8.4 is rather old >

Re: [Gluster-users] Fwd: glusterfs .vib package

2016-06-14 Thread Ben Werthmann
Atris, I can't speak for the Gluster project, but as I understand it, there is no .vib package to enable NFS VAAI in the builtin Gluster NFS server. The direction appears to be to phase out Gluster's built-in NFS service in favor of nfs-ganesha. In 3.8 Gluster's built-in NFS is off by default. Gan

Re: [Gluster-users] Nfs-ganesha...

2016-08-09 Thread Ben Werthmann
Which nfs-ganesha package are you using? I recall someone on my team saying that there's a nfs-ganesha package floating around which did not have the Gluster FSAL built. Gluster's nfs-ganesha packages are located here: https://download.gluster.org/pub/gluster/nfs-ganesha/ What does your nfs-ganes

Re: [Gluster-users] Nfs-ganesha...

2016-08-09 Thread Ben Werthmann
refactor my config and see how it goes. Thanks for your help! > > On Tue, Aug 9, 2016 at 12:27 PM, Ben Werthmann wrote: > >> Which nfs-ganesha package are you using? I recall someone on my team >> saying that there's a nfs-ganesha package floating around which did not >>

Re: [Gluster-users] Nfs-ganesha...

2016-08-09 Thread Ben Werthmann
However, logs from nfs-ganesha and ganesha-gfapi would be the most helpful at this time. On Tue, Aug 9, 2016 at 3:38 PM, Ben Werthmann wrote: > I've found this useful for ensuring that Ganesha is building what you've > asked it to build. If you want Ceph or ZFS, you nee

Re: [Gluster-users] Minio as object storage

2016-09-27 Thread Ben Werthmann
Yes, I'm testing and developing minio/gluster as a replacement for Riak/Riak-CS. Minio seems pretty simple to operate thus far. Presently. there's an Erasure Code storage backend that is limited to a single Minio instance at this time. https://docs.minio.io/docs/minio-erasure-code-quickstart-guide

Re: [Gluster-users] Minio as object storage

2016-09-28 Thread Ben Werthmann
Here's an older thread discussing gfapi + swiftonfile + swift3. https://www.gluster.org/pipermail/gluster-users.old/2015-December/024676.html We looked at this and decided it was too many moving parts for our use case. On Wed, Sep 28, 2016 at 11:28 AM, Gandalf Corvotempesta < gandalf.corvotempe..

Re: [Gluster-users] Minio as object storage

2016-09-30 Thread Ben Werthmann
These are interesting projects: https://github.com/prashanthpai/antbird https://github.com/kshlm/gogfapi Are there plans for an official go gfapi client library? On Wed, Sep 28, 2016 at 12:16 PM, John Mark Walker wrote: > No - gluster-swift adds the swift API on top of GlusterFS. It doesn't > r

Re: [Gluster-users] Announcing Gluster 3.9

2016-11-28 Thread Ben Werthmann
DJ, This may be helpful as well: https://www.gluster.org/community/release-schedule/ On Wed, Nov 23, 2016 at 11:30 AM, Dj Merrill wrote: > On 11/23/2016 8:23 AM, Amye Scavarda wrote: > >> Gluster >> versions 3.9, 3.8 and 3.7 are all actively maintained. >> > > > This might be a bit of a silly q

Re: [Gluster-users] WRITE => -1 (Input/output error)

2017-01-13 Thread Ben Werthmann
I debug fuse mounts by running glusterfs binary directly with the below command. I find it works best to incorporate this command into a test script. 'glusterfs --volfile-server=$onevolumeserver --log-file=$logfile --log-level=$level --volfile-id=$volname $mountpoint` I like to use '--no-daemon',

Re: [Gluster-users] WRITE => -1 (Input/output error)

2017-01-13 Thread Ben Werthmann
Oops, ignore the duplicate '--log-level=$level'. On Fri, Jan 13, 2017 at 11:04 AM, Ben Werthmann wrote: > I debug fuse mounts by running glusterfs binary directly with the below > command. I find it works best to incorporate this command into a test > script. > > &#