[Gluster-users] How to retrieve gluster snap volume name

2015-09-03 Thread Merlin Morgenstern
Is there a way to retrieve the snap volume name from gluster? $ sudo gluster snapshot info returns all kinds of info: Snapshot : snap1 Snap UUID : 2788e974-514b-4337-b41a-54b9cb5b0699 Created : 2015-09-02 14:03:59 Snap Volumes: Snap Volume Name

Re: [Gluster-users] How to retrieve gluster snap volume name

2015-09-03 Thread Merlin Morgenstern
Interesting hack :-) Should work but the regex seems not fitting: Returns: Snap Volume Name : 2d828e6282964e0e89616b297130aa1b 2015-09-03 17:11 GMT+02:00 Alex Crow : > How about just: > > sudo gluster snapshot info | grep "Snap\ Volume\ Name" | sed -e >

Re: [Gluster-users] How to retrieve gluster snap volume name

2015-09-03 Thread Merlin Morgenstern
got it... sudo gluster snapshot info snap1 | grep "Snap\ Volume\ Name" | sed -e 's/.*S.*:.//g' 2015-09-03 17:36 GMT+02:00 Merlin Morgenstern : > Interesting hack :-) > > Should work but the regex seems not fitting: > Returns: > > Snap Volume Name :

Re: [Gluster-users] How to retrieve gluster snap volume name

2015-09-03 Thread Alex Crow
How about just: sudo gluster snapshot info | grep "Snap\ Volume\ Name" | sed -e 's/^S.*://g' ?? Alex On 03/09/15 16:06, Merlin Morgenstern wrote: Is there a way to retrieve the snap volume name from gluster? $ sudo gluster snapshot info returns all kinds of info: Snapshot

[Gluster-users] xattrs not supported?

2015-09-03 Thread Jan Písačka
Hi everyone, is it normal to see the following sort of errors in the brick's logs? 2015-09-02 21:26:40.808486] E [posix.c:1864:posix_create] 0-repsilo-posix: setting xattrs on /mnt/glusterRawL/CDB_data/10704/RAW_DATA/PCIE_ATCA_ADC_01.BOARD_12.CHANNEL_019.1.h5 failed (Operation not supported)

Re: [Gluster-users] Quota going crazy

2015-09-03 Thread Vijaikumar M
Hi Jonathan, This issue has been fixed in glusterfs-3.7.4, you can upgrade to this version. We will also fix this in 3.6 and will be available in the next release 3.6.6. I have filed a bug for 3.6 to track this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1259578 Thanks, Vijay On

Re: [Gluster-users] [Gluster-devel] Introducing an eventing framework for GlusterFS through storaged

2015-09-03 Thread Samikshan Bairagya
On 09/03/2015 11:47 AM, Deepak Shetty wrote: On Mon, Aug 31, 2015 at 7:35 PM, Shyam wrote: On 08/31/2015 12:24 AM, Samikshan Bairagya wrote: Hi everyone, I have been working on this project for the past few weeks that aims at improving the eventing framework for

[Gluster-users] What is the recommended backup strategy for GlusterFS?

2015-09-03 Thread Merlin Morgenstern
I have about 1M files in a GlusterFS with rep 2 on 3 nodes runnnig gluster 3.7.3. What would be a recommended automated backup strategy for this setup? I already considered the following: 1) glusterfs snapshots in combination with dd. This unfortunatelly was not possible so far as I could not

[Gluster-users] How to automate GlusterFS Backup with snapshots?

2015-09-03 Thread Merlin Morgenstern
I want to automate backups on a glusterfs 3.7.3 share with snapshots. Creating snapshots manualy works, but how are they secured to a different server? I was able manage that process manually by doing the following: sudo umount /run/gluster/snaps/7cb4b2c8f8a64ceaba62bc4ca6cd76b2/brick1 sudo dd

Re: [Gluster-users] gluster volume snap shot - basic questions

2015-09-03 Thread Rajesh Joseph
- Original Message - > From: "Merlin Morgenstern" > To: "Rajesh Joseph" > Cc: "gluster-users" > Sent: Wednesday, September 2, 2015 8:27:40 PM > Subject: Re: [Gluster-users] gluster volume snap shot - basic

Re: [Gluster-users] xattrs not supported?

2015-09-03 Thread Kaleb KEITHLEY
On 09/03/2015 02:07 AM, Jan Písačka wrote: > Hi everyone, > > is it normal to see the following sort of errors in the brick's logs? > > 2015-09-02 21:26:40.808486] E [posix.c:1864:posix_create] > 0-repsilo-posix: setting xattrs on >

[Gluster-users] ganesha and glusterfs 3.7, what provides nfs-ganesha-gluster?

2015-09-03 Thread Patrick Riehecky
I'm fairly close to a working ganesha/glusterfs setup, but I can't seem to install glusterfs-ganesha. Any suggestions? Resolving Dependencies --> Running transaction check ---> Package glusterfs-ganesha.x86_64 0:3.7.4-2.el7 will be installed --> Processing Dependency: nfs-ganesha-gluster for

Re: [Gluster-users] How to retrieve gluster snap volume name

2015-09-03 Thread Rajesh Joseph
- Original Message - > From: "Merlin Morgenstern" > To: "Alex Crow" > Cc: "gluster-users" > Sent: Thursday, September 3, 2015 9:13:55 PM > Subject: Re: [Gluster-users] How to retrieve gluster snap volume

Re: [Gluster-users] xattrs not supported?

2015-09-03 Thread Jan Písačka
Thank you Kaleb, would you recommend upgrading directly to 3.7.3 (Quota & geo-replication not configured)? Is it safe? I remember upgrading from 3.3.1 to 3.4.2 was a pain (some problems due to operating-version). Thank you Jan On 03/09/15 13:21, Kaleb KEITHLEY wrote: On 09/03/2015 02:07 AM,

Re: [Gluster-users] gluster volume snap shot - basic questions

2015-09-03 Thread Merlin Morgenstern
I would rather stay with DD and create an image for backup. The snapshot is already active, but can not be mounted: $ sudo gluster snapshot info snap1 Snapshot : snap1 Snap UUID : 2788e974-514b-4337-b41a-54b9cb5b0699 Created : 2015-09-02

Re: [Gluster-users] ganesha and glusterfs 3.7, what provides nfs-ganesha-gluster?

2015-09-03 Thread Soumya Koduri
you can download the same using the repos listed here http://download.gluster.org/pub/gluster/glusterfs/nfs-ganesha/2.2.0/ Thanks, Soumya On 09/04/2015 05:22 AM, Patrick Riehecky wrote: I'm fairly close to a working ganesha/glusterfs setup, but I can't seem to install glusterfs-ganesha. Any

Re: [Gluster-users] gluster volume snap shot - basic questions

2015-09-03 Thread Rajesh Joseph
- Original Message - > From: "Merlin Morgenstern" > To: "Rajesh Joseph" > Cc: "gluster-users" > Sent: Thursday, September 3, 2015 6:55:49 PM > Subject: Re: [Gluster-users] gluster volume snap shot - basic