Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

2013-09-19 Thread RAGHAVENDRA TALUR
Hi Daniel,

If I understand correctly, you are doing this:
1. Using a windows client, set acls on files on a gluster volume exported
using samba 4.
2. Mount the same volume using native glusterfs mount option.
3. Check for the acl set from windows client.

Result is that you are not able to see the acls from glusterfs mount.

My questions:
1. Do you still see the extended attributes on a windows client?
2. Can you trying doing a glusterfs mount with acl option and tell if that
works?

Thanks,
Raghavendra Talur


On Wed, Sep 18, 2013 at 7:46 PM, Daniel Müller wrote:

> No one!?
> How do I get the extended attributes passed through to the glusterfs
> client?
> Samba4 (With ADS Tool Microsoft) indeed does create the directories on the
> gluster /raid5hs/glusterfs/samba/ads/home
> the right way but complaining it could not.
> But glusterfs : xxx.xxx.xxx:/sambacluster on /mnt/glusterfs type
> fuse.glusterfs (rw,allow_other,max_read=131072)
> Cannot show up the extended attributes!?
>
> ---
> EDV Daniel Müller
>
> Leitung EDV
> Tropenklinik Paul-Lechler-Krankenhaus
> Paul-Lechler-Str. 24
> 72076 Tübingen
>
> Tel.: 07071/206-463, Fax: 07071/206-499
> eMail: muel...@tropenklinik.de
> Internet: www.tropenklinik.de
> ---
> -Ursprüngliche Nachricht-
> Von: Daniel Müller [mailto:muel...@tropenklinik.de]
> Gesendet: Montag, 16. September 2013 10:24
> An: 'samba-boun...@lists.samba.org'
> Cc: 'gluster-users@gluster.org'
> Betreff: Glusterfs looses extendeed attributes Samba 4
>
> Hello to all,
>
> There is a strange problem with samba 4 and glusterfs 3.4 on centos 6.4.
> As the Glusterd-XFS-Filesystem mounted on  my /raid5hs Have the right
> extended attributes:
>
> The xfs Server-Gluster-Partition mounted on /raid5hs ls -la
> /raid5hs/glusterfs/samba/ads/home/Administrator insgesamt 0
> drwxrwxr-x+ 2 300 users  6 23. Aug 10:35
>
> [root@s4master bricks]# getfacl
> /raid5hs/glusterfs/samba/ads/home/Administrator
> getfacl: Entferne führende '/' von absoluten Pfadnamen
> # file: raid5hs/glusterfs/samba/ads/home/Administrator
> # owner: 300
> # group: users
> user::rwx
> user:root:rwx
> group::rwx
> group:users:rwx
> group:300:rwx
> mask::rwx
> other::r-x
> default:user::rwx
> default:user:root:rwx
> default:user:300:rwx
> default:group::r-x
> default:group:users:r-x
> default:mask::rwx
> default:other::r-x
>
> The Gluster-Brick Glusterfs-Client remounted on /mnt/glusterfs on the same
> host has lost this attributes
>
> ls -la   /mnt/glusterfs/ads/home/Administrator
> insgesamt 0
> drwxrwxr-x 2 300 users  6 23. Aug 10:35 .
>
>
> [root@s4master bricks]# getfacl  /mnt/glusterfs/ads/home/Administrator
> getfacl: Entferne führende '/' von absoluten Pfadnamen
> # file: mnt/glusterfs/ads/home/Administrator
> # owner: 300
> # group: users
> user::rwx
> group::rwx
> other::r-x
>
>
> The brick is mounted like this --> mount -t glusterfs
> 172.17.1.1:/sambacluster /mnt/glusterfs -o ac
>
> My smb.conf:
>
> # Global parameters
> [global]
> workgroup = TPLK
> realm = tplk.loc
> netbios name = S4MASTER
> server role = active directory domain controller
> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
> winbind, ntp_signd, kcc, dnsupdate
> idmap_ldb:use rfc2307 = yes
> allow dns updates = yes
> follow symlinks = yes
> unix extensions = no
>
>
> [netlogon]
> path = /usr/local/samba/var/locks/sysvol/tplk.loc/scripts
> read only = No
>
> [sysvol]
> path = /usr/local/samba/var/locks/sysvol
> read only = No
>
> [home]
> path= /mnt/glusterfs/ads/home
> readonly = No
> posix locking =NO
>
> Any idea!?
>
> Greetings
>
> ---
> EDV Daniel Müller
>
> Leitung EDV
> Tropenklinik Paul-Lechler-Krankenhaus
> Paul-Lechler-Str. 24
> 72076 Tübingen
>
> Tel.: 07071/206-463, Fax: 07071/206-499
> eMail: muel...@tropenklinik.de
> Internet: www.tropenklinik.de
> ---
>
>
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>



-- 
*Raghavendra Talur *
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

2013-09-19 Thread RAGHAVENDRA TALUR
Command to mount glusterfs with acl support is
mount -t glusterfs -o acl :/ 


On Thu, Sep 19, 2013 at 12:33 PM, RAGHAVENDRA TALUR <
raghavendra.ta...@gmail.com> wrote:

> Hi Daniel,
>
> If I understand correctly, you are doing this:
> 1. Using a windows client, set acls on files on a gluster volume exported
> using samba 4.
> 2. Mount the same volume using native glusterfs mount option.
> 3. Check for the acl set from windows client.
>
> Result is that you are not able to see the acls from glusterfs mount.
>
> My questions:
> 1. Do you still see the extended attributes on a windows client?
> 2. Can you trying doing a glusterfs mount with acl option and tell if that
> works?
>
> Thanks,
> Raghavendra Talur
>
>
> On Wed, Sep 18, 2013 at 7:46 PM, Daniel Müller wrote:
>
>> No one!?
>> How do I get the extended attributes passed through to the glusterfs
>> client?
>> Samba4 (With ADS Tool Microsoft) indeed does create the directories on the
>> gluster /raid5hs/glusterfs/samba/ads/home
>> the right way but complaining it could not.
>> But glusterfs : xxx.xxx.xxx:/sambacluster on /mnt/glusterfs type
>> fuse.glusterfs (rw,allow_other,max_read=131072)
>> Cannot show up the extended attributes!?
>>
>> ---
>> EDV Daniel Müller
>>
>> Leitung EDV
>> Tropenklinik Paul-Lechler-Krankenhaus
>> Paul-Lechler-Str. 24
>> 72076 Tübingen
>>
>> Tel.: 07071/206-463, Fax: 07071/206-499
>> eMail: muel...@tropenklinik.de
>> Internet: www.tropenklinik.de
>> ---
>> -Ursprüngliche Nachricht-
>> Von: Daniel Müller [mailto:muel...@tropenklinik.de]
>> Gesendet: Montag, 16. September 2013 10:24
>> An: 'samba-boun...@lists.samba.org'
>> Cc: 'gluster-users@gluster.org'
>> Betreff: Glusterfs looses extendeed attributes Samba 4
>>
>> Hello to all,
>>
>> There is a strange problem with samba 4 and glusterfs 3.4 on centos 6.4.
>> As the Glusterd-XFS-Filesystem mounted on  my /raid5hs Have the right
>> extended attributes:
>>
>> The xfs Server-Gluster-Partition mounted on /raid5hs ls -la
>> /raid5hs/glusterfs/samba/ads/home/Administrator insgesamt 0
>> drwxrwxr-x+ 2 300 users  6 23. Aug 10:35
>>
>> [root@s4master bricks]# getfacl
>> /raid5hs/glusterfs/samba/ads/home/Administrator
>> getfacl: Entferne führende '/' von absoluten Pfadnamen
>> # file: raid5hs/glusterfs/samba/ads/home/Administrator
>> # owner: 300
>> # group: users
>> user::rwx
>> user:root:rwx
>> group::rwx
>> group:users:rwx
>> group:300:rwx
>> mask::rwx
>> other::r-x
>> default:user::rwx
>> default:user:root:rwx
>> default:user:300:rwx
>> default:group::r-x
>> default:group:users:r-x
>> default:mask::rwx
>> default:other::r-x
>>
>> The Gluster-Brick Glusterfs-Client remounted on /mnt/glusterfs on the same
>> host has lost this attributes
>>
>> ls -la   /mnt/glusterfs/ads/home/Administrator
>> insgesamt 0
>> drwxrwxr-x 2 300 users  6 23. Aug 10:35 .
>>
>>
>> [root@s4master bricks]# getfacl  /mnt/glusterfs/ads/home/Administrator
>> getfacl: Entferne führende '/' von absoluten Pfadnamen
>> # file: mnt/glusterfs/ads/home/Administrator
>> # owner: 300
>> # group: users
>> user::rwx
>> group::rwx
>> other::r-x
>>
>>
>> The brick is mounted like this --> mount -t glusterfs
>> 172.17.1.1:/sambacluster /mnt/glusterfs -o ac
>>
>> My smb.conf:
>>
>> # Global parameters
>> [global]
>> workgroup = TPLK
>> realm = tplk.loc
>> netbios name = S4MASTER
>> server role = active directory domain controller
>> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
>> winbind, ntp_signd, kcc, dnsupdate
>> idmap_ldb:use rfc2307 = yes
>> allow dns updates = yes
>> follow symlinks = yes
>> unix extensions = no
>>
>>
>> [netlogon]
>> path = /usr/local/samba/var/locks/sysvol/tplk.loc/scripts
>> read only = No
>>
>> [sysvol]
>> path = /usr/local/samba/var/locks/sysvol
>> read only = No
>>
>> [home]
>> path= /mnt/glusterfs/ads/home
>> readonly = No
>> posix locking =NO
>>
>> Any idea!?
>>
>> Greetings
>>
>> ---
>> EDV Daniel Müller
>>
>> Leitung EDV
>> Tropenklinik Paul-Lechler-Krankenhaus
>> Paul-Lechler-Str. 24
>> 72076 Tübingen
>>
>> Tel.: 07071/206-463, Fax: 07071/206-499
>> eMail: muel...@tropenklinik.de
>> Internet: www.tropenklinik.de
>> ---
>>
>>
>> ___
>> Gluster-users mailing list
>> Gluster-users@gluster.org
>> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>>
>
>
>
> --
> *Raghavendra Talur *
>
>


-- 
*Raghavendra Talur *
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

2013-09-19 Thread Daniel Müller
I logon to the samba4 domain. To set the home directory with the dsa.msc
tool from a windows client-->there profile
  even the tool complaining the directory could not be created. It is on my
linux box on the glusterd root /raid5hs..
The home directories are on a gluster volume exported using samba 4:
 [home]
path= /mnt/glusterfs/ads/home < my glusterfs-client mount
readonly = No
 posix locking =NO
   vfs objects = acl_xattr <--- set but no function

I  do a "mount -t glusterfs 172.17.1.1:/sambacluster /mnt/glusterfs -o ac"
no result.
I think this is an issue of the glusterfs 3.4 client

I cannot see any extended attributes from a windows client!
Strange!!!


EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen 
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de 

Von: RAGHAVENDRA TALUR [mailto:raghavendra.ta...@gmail.com] 
Gesendet: Donnerstag, 19. September 2013 09:04
An: muel...@tropenklinik.de
Cc: samba-boun...@lists.samba.org; gluster-users@gluster.org
Betreff: Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

Hi Daniel,

If I understand correctly, you are doing this:
1. Using a windows client, set acls on files on a gluster volume exported
using samba 4.
2. Mount the same volume using native glusterfs mount option.
3. Check for the acl set from windows client.

Result is that you are not able to see the acls from glusterfs mount.

My questions:
1. Do you still see the extended attributes on a windows client?
2. Can you trying doing a glusterfs mount with acl option and tell if that
works?
 
Thanks,
Raghavendra Talur

On Wed, Sep 18, 2013 at 7:46 PM, Daniel Müller 
wrote:
No one!?
How do I get the extended attributes passed through to the glusterfs client?
Samba4 (With ADS Tool Microsoft) indeed does create the directories on the
gluster /raid5hs/glusterfs/samba/ads/home
the right way but complaining it could not.
But glusterfs : xxx.xxx.xxx:/sambacluster on /mnt/glusterfs type
fuse.glusterfs (rw,allow_other,max_read=131072)
Cannot show up the extended attributes!?

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---
-Ursprüngliche Nachricht-
Von: Daniel Müller [mailto:muel...@tropenklinik.de]
Gesendet: Montag, 16. September 2013 10:24
An: 'samba-boun...@lists.samba.org'
Cc: 'gluster-users@gluster.org'
Betreff: Glusterfs looses extendeed attributes Samba 4

Hello to all,

There is a strange problem with samba 4 and glusterfs 3.4 on centos 6.4.
As the Glusterd-XFS-Filesystem mounted on  my /raid5hs Have the right
extended attributes:

The xfs Server-Gluster-Partition mounted on /raid5hs ls -la
/raid5hs/glusterfs/samba/ads/home/Administrator insgesamt 0
drwxrwxr-x+ 2 300 users  6 23. Aug 10:35

[root@s4master bricks]# getfacl
/raid5hs/glusterfs/samba/ads/home/Administrator
getfacl: Entferne führende '/' von absoluten Pfadnamen
# file: raid5hs/glusterfs/samba/ads/home/Administrator
# owner: 300
# group: users
user::rwx
user:root:rwx
group::rwx
group:users:rwx
group:300:rwx
mask::rwx
other::r-x
default:user::rwx
default:user:root:rwx
default:user:300:rwx
default:group::r-x
default:group:users:r-x
default:mask::rwx
default:other::r-x

The Gluster-Brick Glusterfs-Client remounted on /mnt/glusterfs on the same
host has lost this attributes

ls -la   /mnt/glusterfs/ads/home/Administrator
insgesamt 0
drwxrwxr-x 2 300 users  6 23. Aug 10:35 .


[root@s4master bricks]# getfacl  /mnt/glusterfs/ads/home/Administrator
getfacl: Entferne führende '/' von absoluten Pfadnamen
# file: mnt/glusterfs/ads/home/Administrator
# owner: 300
# group: users
user::rwx
group::rwx
other::r-x


The brick is mounted like this --> mount -t glusterfs
172.17.1.1:/sambacluster /mnt/glusterfs -o ac

My smb.conf:

# Global parameters
[global]
        workgroup = TPLK
        realm = tplk.loc
        netbios name = S4MASTER
        server role = active directory domain controller
        server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbind, ntp_signd, kcc, dnsupdate
        idmap_ldb:use rfc2307 = yes
        allow dns updates = yes
        follow symlinks = yes
        unix extensions = no


[netlogon]
        path = /usr/local/samba/var/locks/sysvol/tplk.loc/scripts
        read only = No

[sysvol]
        path = /usr/local/samba/var/locks/sysvol
        read only = No

[home]
path= /mnt/glusterfs/ads/home
readonly = No
posix locking =NO

Any idea!?

Greetings

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tr

[Gluster-users] NIC bonding with glusterfs

2013-09-19 Thread Jake G.
Hi all,

In the process of setting up a two node gluster volume and would like to setup 
NIC bonding to improve network performance.

What is the preferred method to use NIC bonding for glusterfs? 

I used in my /etc/modprobe.d/bonding.conf file

alias bond0 bonding
options bond0 mode=6 miimon=100

Do I need any other options in there? would anyone have a gluster specific NIC 
bonding guide to refer to?

Thank you in advance.

Jake___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

2013-09-19 Thread Lukáš Bezdička
gluster 3.4.0 had issue with ACLs, aren't you hitting
https://bugzilla.redhat.com/show_bug.cgi?id=994392 ?


On Thu, Sep 19, 2013 at 10:00 AM, Daniel Müller wrote:

> I logon to the samba4 domain. To set the home directory with the dsa.msc
> tool from a windows client-->there profile
>   even the tool complaining the directory could not be created. It is on my
> linux box on the glusterd root /raid5hs..
> The home directories are on a gluster volume exported using samba 4:
>  [home]
> path= /mnt/glusterfs/ads/home < my glusterfs-client mount
> readonly = No
>  posix locking =NO
>vfs objects = acl_xattr <--- set but no function
>
> I  do a "mount -t glusterfs 172.17.1.1:/sambacluster /mnt/glusterfs -o ac"
> no result.
> I think this is an issue of the glusterfs 3.4 client
>
> I cannot see any extended attributes from a windows client!
> Strange!!!
>
>
> EDV Daniel Müller
>
> Leitung EDV
> Tropenklinik Paul-Lechler-Krankenhaus
> Paul-Lechler-Str. 24
> 72076 Tübingen
> Tel.: 07071/206-463, Fax: 07071/206-499
> eMail: muel...@tropenklinik.de
> Internet: www.tropenklinik.de
>
> Von: RAGHAVENDRA TALUR [mailto:raghavendra.ta...@gmail.com]
> Gesendet: Donnerstag, 19. September 2013 09:04
> An: muel...@tropenklinik.de
> Cc: samba-boun...@lists.samba.org; gluster-users@gluster.org
> Betreff: Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4
>
> Hi Daniel,
>
> If I understand correctly, you are doing this:
> 1. Using a windows client, set acls on files on a gluster volume exported
> using samba 4.
> 2. Mount the same volume using native glusterfs mount option.
> 3. Check for the acl set from windows client.
>
> Result is that you are not able to see the acls from glusterfs mount.
>
> My questions:
> 1. Do you still see the extended attributes on a windows client?
> 2. Can you trying doing a glusterfs mount with acl option and tell if that
> works?
>
> Thanks,
> Raghavendra Talur
>
> On Wed, Sep 18, 2013 at 7:46 PM, Daniel Müller 
> wrote:
> No one!?
> How do I get the extended attributes passed through to the glusterfs
> client?
> Samba4 (With ADS Tool Microsoft) indeed does create the directories on the
> gluster /raid5hs/glusterfs/samba/ads/home
> the right way but complaining it could not.
> But glusterfs : xxx.xxx.xxx:/sambacluster on /mnt/glusterfs type
> fuse.glusterfs (rw,allow_other,max_read=131072)
> Cannot show up the extended attributes!?
>
> ---
> EDV Daniel Müller
>
> Leitung EDV
> Tropenklinik Paul-Lechler-Krankenhaus
> Paul-Lechler-Str. 24
> 72076 Tübingen
>
> Tel.: 07071/206-463, Fax: 07071/206-499
> eMail: muel...@tropenklinik.de
> Internet: www.tropenklinik.de
> ---
> -Ursprüngliche Nachricht-
> Von: Daniel Müller [mailto:muel...@tropenklinik.de]
> Gesendet: Montag, 16. September 2013 10:24
> An: 'samba-boun...@lists.samba.org'
> Cc: 'gluster-users@gluster.org'
> Betreff: Glusterfs looses extendeed attributes Samba 4
>
> Hello to all,
>
> There is a strange problem with samba 4 and glusterfs 3.4 on centos 6.4.
> As the Glusterd-XFS-Filesystem mounted on  my /raid5hs Have the right
> extended attributes:
>
> The xfs Server-Gluster-Partition mounted on /raid5hs ls -la
> /raid5hs/glusterfs/samba/ads/home/Administrator insgesamt 0
> drwxrwxr-x+ 2 300 users  6 23. Aug 10:35
>
> [root@s4master bricks]# getfacl
> /raid5hs/glusterfs/samba/ads/home/Administrator
> getfacl: Entferne führende '/' von absoluten Pfadnamen
> # file: raid5hs/glusterfs/samba/ads/home/Administrator
> # owner: 300
> # group: users
> user::rwx
> user:root:rwx
> group::rwx
> group:users:rwx
> group:300:rwx
> mask::rwx
> other::r-x
> default:user::rwx
> default:user:root:rwx
> default:user:300:rwx
> default:group::r-x
> default:group:users:r-x
> default:mask::rwx
> default:other::r-x
>
> The Gluster-Brick Glusterfs-Client remounted on /mnt/glusterfs on the same
> host has lost this attributes
>
> ls -la   /mnt/glusterfs/ads/home/Administrator
> insgesamt 0
> drwxrwxr-x 2 300 users  6 23. Aug 10:35 .
>
>
> [root@s4master bricks]# getfacl  /mnt/glusterfs/ads/home/Administrator
> getfacl: Entferne führende '/' von absoluten Pfadnamen
> # file: mnt/glusterfs/ads/home/Administrator
> # owner: 300
> # group: users
> user::rwx
> group::rwx
> other::r-x
>
>
> The brick is mounted like this --> mount -t glusterfs
> 172.17.1.1:/sambacluster /mnt/glusterfs -o ac
>
> My smb.conf:
>
> # Global parameters
> [global]
> workgroup = TPLK
> realm = tplk.loc
> netbios name = S4MASTER
> server role = active directory domain controller
> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
> winbind, ntp_signd, kcc, dnsupdate
> idmap_ldb:use rfc2307 = yes
> allow dns updates = yes
> follow symlinks = yes
> unix extensions = no
>
>
> [netlogon]
> path = /usr/local/samba/var/locks/sysvol/tplk.loc/scripts

[Gluster-users] Volume Types?

2013-09-19 Thread Jake G.
Hi All,

Wondering if it is possible to create a duplicated and distributed volume in 
gluster?

I have two host servers both with 100GB partition for gluster.

After creating the volume I would like there to be 200GB available, but if 
serverA dies all the files will be still be present on serverB
Is this even possible? If so can it be done with only two host servers?


Thank you!
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Volume Types?

2013-09-19 Thread Athanasios Kostopoulos
Hi Jake,
glusterFS newbie here so take my email with a big grain of salt.
I *think* that in order to have 200Gb available AND replication (assuming a
replicating factor of 2) you need 4 bricks of 100Gb, not just 2.


On Thu, Sep 19, 2013 at 11:06 AM, Jake G. wrote:

> Hi All,
>
> Wondering if it is possible to create a duplicated and distributed volume
> in gluster?
>
> I have two host servers both with 100GB partition for gluster.
>
> After creating the volume I would like there to be 200GB available, but if
> serverA dies all the files will be still be present on serverB
> Is this even possible? If so can it be done with only two host servers?
>
> Thank you!
>
>
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>

-- 
 

classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99 | 
www.classmarkets.com

Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr: DE 260731582
Geschäftsführer: Veit Mürz, Fabian Ströhle

Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf 
ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen, 
kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich 
erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon 
unverzüglich zu informieren und die Nachricht zu löschen. Jede unerlaubte 
Nutzung oder Weitergabe des Inhalts dieser Nachricht, sei es vollständig 
oder teilweise, ist unzulässig. Bitte beachten Sie, dass E-Mail-Nachrichten 
an den Absender nicht für fristgebundene Mitteilungen geeignet sind. 
Fristgebundene Mitteilungen sind daher ausschließlich per Post oder per 
Telefax zu übersenden.
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] NIC bonding with glusterfs

2013-09-19 Thread Heggland, Christian
Hello

What distro are you running ?


Regards,
Christian
From: gluster-users-boun...@gluster.org 
[mailto:gluster-users-boun...@gluster.org] On Behalf Of Jake G.
Sent: 19. september 2013 10:05
To: gluster-users@gluster.org
Subject: [Gluster-users] NIC bonding with glusterfs

Hi all,

In the process of setting up a two node gluster volume and would like to setup 
NIC bonding to improve network performance.

What is the preferred method to use NIC bonding for glusterfs?

I used in my /etc/modprobe.d/bonding.conf file

alias bond0 bonding
options bond0 mode=6 miimon=100

Do I need any other options in there? would anyone have a gluster specific NIC 
bonding guide to refer to?

Thank you in advance.

Jake
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] NIC bonding with glusterfs

2013-09-19 Thread Jake G.
Sorry I am using CentOS 6.4



 From: "Heggland, Christian" 
To: Jake G. ; "gluster-users@gluster.org" 
 
Sent: Thursday, September 19, 2013 6:08 PM
Subject: RE: [Gluster-users] NIC bonding with glusterfs
 


 
Hello
 
What distro are you running ?
 

Regards,
Christian
From:gluster-users-boun...@gluster.org 
[mailto:gluster-users-boun...@gluster.org] On Behalf Of Jake G.
Sent: 19. september 2013 10:05
To: gluster-users@gluster.org
Subject: [Gluster-users] NIC bonding with glusterfs
 
Hi all,
 
In the process of setting up a two node gluster volume and would like to setup 
NIC bonding to improve network performance.
 
What is the preferred method to use NIC bonding for glusterfs? 
 
I used in my /etc/modprobe.d/bonding.conf file
 
alias bond0 bonding
options bond0 mode=6 miimon=100
 
Do I need any other options in there? would anyone have a gluster specific NIC 
bonding guide to refer to?
 
Thank you in advance.
 
Jake___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Volume Types?

2013-09-19 Thread Jake G.


Does this mean I need 4 host servers (peers) to do this?
or
Do I could I create 4 bricks within the single distributed volume?

I am really confused (X_X)







 From: Athanasios Kostopoulos 
To: Jake G.  
Cc: "gluster-users@gluster.org"  
Sent: Thursday, September 19, 2013 6:07 PM
Subject: Re: [Gluster-users] Volume Types?
 


Hi Jake,
glusterFS newbie here so take my email with a big grain of salt.
I *think* that in order to have 200Gb available AND replication (assuming a 
replicating factor of 2) you need 4 bricks of 100Gb, not just 2. 



On Thu, Sep 19, 2013 at 11:06 AM, Jake G.  wrote:

Hi All,
>
>
>Wondering if it is possible to create a duplicated and distributed volume in 
>gluster?
>
>
>I have two host servers both with 100GB partition for gluster.
>
>
>After creating the volume I would like there to be 200GB available, but if 
>serverA dies all the files will be still be present on serverB
>Is this even possible? If so can it be done with only two host servers?
>
>
>
>Thank you!
>
>
>___
>Gluster-users mailing list
>Gluster-users@gluster.org
>http://supercolony.gluster.org/mailman/listinfo/gluster-users
>


classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99 | www.classmarkets.com
Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr: DE 260731582
Geschäftsführer: Veit Mürz, Fabian Ströhle
Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf 
ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen, kopiert 
oder genutzt werden. Sollten Sie diese Nachricht versehentlich erhalten haben, 
bitten wir, den Absender (durch Antwort-E-Mail) hiervon unverzüglich zu 
informieren und die Nachricht zu löschen. Jede unerlaubte Nutzung oder 
Weitergabe des Inhalts dieser Nachricht, sei es vollständig oder teilweise, ist 
unzulässig. Bitte beachten Sie, dass E-Mail-Nachrichten an den Absender nicht 
für fristgebundene Mitteilungen geeignet sind. Fristgebundene Mitteilungen sind 
daher ausschließlich per Post oder per Telefax zu übersenden.___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Volume Types?

2013-09-19 Thread Rejy M Cyriac
On 09/19/2013 02:55 PM, Jake G. wrote:
> 
> Does this mean I need 4 host servers (peers) to do this?
> or
> Do I could I create 4 bricks within the single distributed volume?
> 
> I am really confused (X_X)
> 
> 

You would need 4 bricks of 100GB, 2 on each server, and create a
distribute-replicate volume, with replica count of 2.

The command to be run would be of the syntax given below.

gluster volume create  replica 2 server1:/bricks/brick1
server2:/bricks/brick1 server1:/bricks/brick2 server1:/bricks/brick2

The order in which the bricks are given in the command is important to
specify which bricks form replica sets.

Since the replica count given in the above example is 2,
server1:/bricks/brick1 - server2:/bricks/brick1 will be a replica set,
and server1:/bricks/brick2 - server1:/bricks/brick2 will the other
replica set.

- rejy (rmc)

> 
> 
> 
> 
> *From:* Athanasios Kostopoulos 
> *To:* Jake G. 
> *Cc:* "gluster-users@gluster.org" 
> *Sent:* Thursday, September 19, 2013 6:07 PM
> *Subject:* Re: [Gluster-users] Volume Types?
> 
> Hi Jake,
> glusterFS newbie here so take my email with a big grain of salt.
> I *think* that in order to have 200Gb available AND replication
> (assuming a replicating factor of 2) you need 4 bricks of 100Gb, not
> just 2. 
> 
> 
> On Thu, Sep 19, 2013 at 11:06 AM, Jake G.  > wrote:
> 
> Hi All,
> 
> Wondering if it is possible to create a duplicated and distributed
> volume in gluster?
> 
> I have two host servers both with 100GB partition for gluster.
> 
> After creating the volume I would like there to be 200GB available,
> but if serverA dies all the files will be still be present on serverB
> Is this even possible? If so can it be done with only two host servers?
> 
> Thank you!
> 
> 
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org 
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
> 
> 
> 
> classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
> Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99
> | www.classmarkets.com 
> Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr :
> DE 260731582
> Geschäftsführer: Veit Mürz, Fabian Ströhle
> Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf
> ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen,
> kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich
> erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon
> unverzüglich zu informieren und die Nachricht zu löschen. Jede
> unerlaubte Nutzung oder Weitergabe des Inhalts dieser Nachricht, sei es
> vollständig oder teilweise, ist unzulässig. Bitte beachten Sie, dass
> E-Mail-Nachrichten an den Absender nicht für fristgebundene Mitteilungen
> geeignet sind. Fristgebundene Mitteilungen sind daher ausschließlich per
> Post oder per Telefax zu übersenden.
> 
> 
> 
> 
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
> 

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


Re: [Gluster-users] Volume Types?

2013-09-19 Thread Jiri Hoogeveen
Hi Jake,

If you wane have a 200GB replicated volume. You will need something like this.

or 2 Peers with each 1 disk or partition of 200GB for glusterfs
or 2 Peers with each 2 disk or partitions of 100GB for gluster
or 4 Peers with each 1 disk or partition of 100GB for glusterfs

The thing is, when you wane have some form of redundancy, you have to replicate 
to data also to a other brick on a other Peer. 
Never replicate to a brick on the same Peer!

Grtz, Jiri


On Sep 19, 2013, at 11:25 AM, "Jake G."  wrote:

> 
> Does this mean I need 4 host servers (peers) to do this?
> or
> Do I could I create 4 bricks within the single distributed volume?
> 
> I am really confused (X_X)
> 
> 
> 
> 
> 
> From: Athanasios Kostopoulos 
> To: Jake G.  
> Cc: "gluster-users@gluster.org"  
> Sent: Thursday, September 19, 2013 6:07 PM
> Subject: Re: [Gluster-users] Volume Types?
> 
> Hi Jake,
> glusterFS newbie here so take my email with a big grain of salt.
> I *think* that in order to have 200Gb available AND replication (assuming a 
> replicating factor of 2) you need 4 bricks of 100Gb, not just 2. 
> 
> 
> On Thu, Sep 19, 2013 at 11:06 AM, Jake G.  wrote:
> Hi All,
> 
> Wondering if it is possible to create a duplicated and distributed volume in 
> gluster?
> 
> I have two host servers both with 100GB partition for gluster.
> 
> After creating the volume I would like there to be 200GB available, but if 
> serverA dies all the files will be still be present on serverB
> Is this even possible? If so can it be done with only two host servers?
> 
> Thank you!
> 
> 
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
> 
> 
> classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
> Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99 | 
> www.classmarkets.com
> Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr: DE 260731582
> Geschäftsführer: Veit Mürz, Fabian Ströhle
> Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf 
> ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen, 
> kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich 
> erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon 
> unverzüglich zu informieren und die Nachricht zu löschen. Jede unerlaubte 
> Nutzung oder Weitergabe des Inhalts dieser Nachricht, sei es vollständig oder 
> teilweise, ist unzulässig. Bitte beachten Sie, dass E-Mail-Nachrichten an den 
> Absender nicht für fristgebundene Mitteilungen geeignet sind. Fristgebundene 
> Mitteilungen sind daher ausschließlich per Post oder per Telefax zu 
> übersenden.
> 
> 
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Volume Types?

2013-09-19 Thread Jake G.





 From: Rejy M Cyriac 
To: gluster-users@gluster.org 
Sent: Thursday, September 19, 2013 6:30 PM
Subject: Re: [Gluster-users] Volume Types?
 

On 09/19/2013 02:55 PM, Jake G. wrote:
> 
> Does this mean I need 4 host servers (peers) to do this?
> or
> Do I could I create 4 bricks within the single distributed volume?
> 
> I am really confused (X_X)
> 
> 

You would need 4 bricks of 100GB, 2 on each server, and create a
distribute-replicate volume, with replica count of 2.

The command to be run would be of the syntax given below.

gluster volume create  replica 2 server1:/bricks/brick1
server2:/bricks/brick1 server1:/bricks/brick2 server1:/bricks/brick2

The order in which the bricks are given in the command is important to
specify which bricks form replica sets.

Since the replica count given in the above example is 2,
server1:/bricks/brick1 - server2:/bricks/brick1 will be a replica set,
and server1:/bricks/brick2 - server1:/bricks/brick2 will the other
replica set.

- rejy (rmc)

> 
> 
> 
> 
> *From:* Athanasios Kostopoulos 
> *To:* Jake G. 
> *Cc:* "gluster-users@gluster.org" 
> *Sent:* Thursday, September 19, 2013 6:07 PM
> *Subject:* Re: [Gluster-users] Volume Types?
> 
> Hi Jake,
> glusterFS newbie here so take my email with a big grain of salt.
> I *think* that in order to have 200Gb available AND replication
> (assuming a replicating factor of 2) you need 4 bricks of 100Gb, not
> just 2. 
> 
> 
> On Thu, Sep 19, 2013 at 11:06 AM, Jake G.  > wrote:
> 
>     Hi All,
> 
>     Wondering if it is possible to create a duplicated and distributed
>     volume in gluster?
> 
>     I have two host servers both with 100GB partition for gluster.
> 
>     After creating the volume I would like there to be 200GB available,
>     but if serverA dies all the files will be still be present on serverB
>     Is this even possible? If so can it be done with only two host servers?
> 
>     Thank you!
> 
> 
>     ___
>     Gluster-users mailing list
>    Gluster-users@gluster.org 
>    http://supercolony.gluster.org/mailman/listinfo/gluster-users
> 
> 
> 
> classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
> Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99
> | www.classmarkets.com 
> Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr :
> DE 260731582
> Geschäftsführer: Veit Mürz, Fabian Ströhle
> Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf
> ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen,
> kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich
> erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon
> unverzüglich zu informieren und die Nachricht zu löschen. Jede
> unerlaubte Nutzung oder Weitergabe des Inhalts dieser Nachricht, sei es
> vollständig oder teilweise, ist unzulässig. Bitte beachten Sie, dass
> E-Mail-Nachrichten an den Absender nicht für fristgebundene Mitteilungen
> geeignet sind. Fristgebundene Mitteilungen sind daher ausschließlich per
> Post oder per Telefax zu übersenden.
> 
> 
> 
> 
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
> 

Thank you for your help!
I would like to confirm the command you gave. Should:
gluster volume create  replica 2 server1:/bricks/brick1 
server2:/bricks/brick1 server1:/bricks/brick2 server1:/bricks/brick2

Be:
gluster volume create  replica 2 server1:/bricks/brick1 
server2:/bricks/brick1 server1:/bricks/brick2 server2:/bricks/brick2___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Volume Types?

2013-09-19 Thread Rejy M Cyriac
On 09/19/2013 03:14 PM, Jake G. wrote:
> 
> 
> 
> *From:* Rejy M Cyriac 
> *To:* gluster-users@gluster.org
> *Sent:* Thursday, September 19, 2013 6:30 PM
> *Subject:* Re: [Gluster-users] Volume Types?
> 
> On 09/19/2013 02:55 PM, Jake G. wrote:
>>
>> Does this mean I need 4 host servers (peers) to do this?
>> or
>> Do I could I create 4 bricks within the single distributed volume?
>>
>> I am really confused (X_X)
>>
>>
> 
> You would need 4 bricks of 100GB, 2 on each server, and create a
> distribute-replicate volume, with replica count of 2.
> 
> The command to be run would be of the syntax given below.
> 
> gluster volume create  replica 2 server1:/bricks/brick1
> server2:/bricks/brick1 server1:/bricks/brick2 server1:/bricks/brick2
> 
> The order in which the bricks are given in the command is important to
> specify which bricks form replica sets.
> 
> Since the replica count given in the above example is 2,
> server1:/bricks/brick1 - server2:/bricks/brick1 will be a replica set,
> and server1:/bricks/brick2 - server1:/bricks/brick2 will the other
> replica set.
> 
> - rejy (rmc)
> 
>>
>>
>>
>> 
>> *From:* Athanasios Kostopoulos
>  >
>> *To:* Jake G.  >
>> *Cc:* "gluster-users@gluster.org "
> mailto:gluster-users@gluster.org>>
>> *Sent:* Thursday, September 19, 2013 6:07 PM
>> *Subject:* Re: [Gluster-users] Volume Types?
>>
>> Hi Jake,
>> glusterFS newbie here so take my email with a big grain of salt.
>> I *think* that in order to have 200Gb available AND replication
>> (assuming a replicating factor of 2) you need 4 bricks of 100Gb, not
>> just 2.
>>
>>
>> On Thu, Sep 19, 2013 at 11:06 AM, Jake G.  
>>  >> wrote:
>>
>>Hi All,
>>
>>Wondering if it is possible to create a duplicated and distributed
>>volume in gluster?
>>
>>I have two host servers both with 100GB partition for gluster.
>>
>>After creating the volume I would like there to be 200GB available,
>>but if serverA dies all the files will be still be present on serverB
>>Is this even possible? If so can it be done with only two host servers?
>>
>>Thank you!
>>
>>
>>___
>>Gluster-users mailing list
>>Gluster-users@gluster.org 
> >
>>http://supercolony.gluster.org/mailman/listinfo/gluster-users
>>
>>
>>
>> classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
>> Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99
>> | www.classmarkets.com 
>> Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr :
>> DE 260731582
>> Geschäftsführer: Veit Mürz, Fabian Ströhle
>> Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf
>> ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen,
>> kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich
>> erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon
>> unverzüglich zu informieren und die Nachricht zu löschen. Jede
>> unerlaubte Nutzung oder Weitergabe des Inhalts dieser Nachricht, sei es
>> vollständig oder teilweise, ist unzulässig. Bitte beachten Sie, dass
>> E-Mail-Nachrichten an den Absender nicht für fristgebundene Mitteilungen
>> geeignet sind. Fristgebundene Mitteilungen sind daher ausschließlich per
>> Post oder per Telefax zu übersenden.
>>
>>
>>
>>
>> ___
>> Gluster-users mailing list
>> Gluster-users@gluster.org 
>> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>>
> 
> Thank you for your help!
> I would like to confirm the command you gave. Should:
> gluster volume create  replica 2
> server1:/bricks/brick1 server2:/bricks/brick1 server1:/bricks/brick2
> server1:/bricks/brick2
> Be:
> gluster volume create  replica 2
> server1:/bricks/brick1 server2:/bricks/brick1 server1:/bricks/brick2
> server2:/bricks/brick2
> 

Silly place to get a typo in... :-P

I meant it to be

gluster volume create  replica 2 server1:/bricks/brick1
server2:/bricks/brick1 server1:/bricks/brick2 server2:/bricks/brick2

And so,

server1:/bricks/brick1 - server2:/bricks/brick1 will be a replica set,
and server1:/bricks/brick2 - server2:/bricks/brick2 will be the other
replica set

Just using a naming convention that 'brickX' will be part of one replica
set, and existing on separate systems.

- rejy (rmc)

> 
> 
> 
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/li

Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

2013-09-19 Thread Vijay Bellur

On 09/19/2013 01:30 PM, Daniel Müller wrote:

I logon to the samba4 domain. To set the home directory with the dsa.msc
tool from a windows client-->there profile
   even the tool complaining the directory could not be created. It is on my
linux box on the glusterd root /raid5hs..
The home directories are on a gluster volume exported using samba 4:
  [home]
path= /mnt/glusterfs/ads/home < my glusterfs-client mount
 readonly = No
  posix locking =NO
vfs objects = acl_xattr <--- set but no function

I  do a "mount -t glusterfs 172.17.1.1:/sambacluster /mnt/glusterfs -o ac"
no result.
I think this is an issue of the glusterfs 3.4 client


Do you observe the same behavior if stat-prefetch is disabled in the 
volume? stat-prefetch translator can be disabled through the following 
configuration command:


#gluster volume set  stat-prefetch off

-Vijay

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


[Gluster-users] Support for GlusterFS

2013-09-19 Thread Bobby Jacob
Hi,

Is there an option to procure support for glusterfs deployment. ? As we moving 
into core production scenarios with glusterfs in mind, it would be slightly 
relieving to have this confirmation !!

Thanks & Regards,
Bobby Jacob
P SAVE TREES. Please don't print this e-mail unless you really need to.

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Support for GlusterFS

2013-09-19 Thread Athanasios Kostopoulos
Yes, check http://www.redhat.com/products/storage-server/ for more
information.


On Thu, Sep 19, 2013 at 12:16 PM, Bobby Jacob wrote:

>  Hi, 
>
>
> Is there an option to procure support for glusterfs deployment. ? As we
> moving into core production scenarios with glusterfs in mind, it would be
> slightly relieving to have this confirmation !!
>
> ** **
>
> Thanks & Regards,
>
> *Bobby Jacob*
>
> P *SAVE TREES**. *Please don't print this e-mail unless you really need
> to.
>
> ** **
>
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
>

-- 
 

classmarkets GmbH | Schumannstraße 6 | 10117 Berlin | Deutschland
Tel: +49 (0)30 56 59 001-0 | Fax: +49 (0)30 56 59 001-99 | 
www.classmarkets.com

Amtsgericht Charlottenburg HRB 111815 B | USt.Id.Nr: DE 260731582
Geschäftsführer: Veit Mürz, Fabian Ströhle

Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sie darf 
ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen, 
kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich 
erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon 
unverzüglich zu informieren und die Nachricht zu löschen. Jede unerlaubte 
Nutzung oder Weitergabe des Inhalts dieser Nachricht, sei es vollständig 
oder teilweise, ist unzulässig. Bitte beachten Sie, dass E-Mail-Nachrichten 
an den Absender nicht für fristgebundene Mitteilungen geeignet sind. 
Fristgebundene Mitteilungen sind daher ausschließlich per Post oder per 
Telefax zu übersenden.
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] NIC bonding with glusterfs

2013-09-19 Thread Heggland, Christian
Have a look here:

http://wiki.centos.org/TipsAndTricks/BondingInterfaces
or
http://www.tokiwinter.com/configuring-interface-bonding-on-centosrheloel-6-x/

Should put you on the right track :)

Christian Heggland
Systems Administrator
National Oilwell Varco
Korsvikfjorden Industriomrade
N-4639 KRISTIANSAND S
Phone: +4738192000
Direct:  +4738048514
Cell: +4748235475
www.nov.com

This message, including any attachments, is intended only for the addressee and 
may contain privileged or confidential information. Any unauthorized disclosure 
is strictly prohibited. If you receive this message in error, please notify us 
immediately so that we may correct our internal records. Please then delete the 
original message. Thank you.
From: Jake G. [mailto:dj_dark_jungl...@yahoo.com]
Sent: 19. september 2013 11:21
To: Heggland, Christian; gluster-users@gluster.org
Subject: Re: [Gluster-users] NIC bonding with glusterfs

Sorry I am using CentOS 6.4


From: "Heggland, Christian" 
mailto:christian.heggl...@nov.com>>
To: Jake G. mailto:dj_dark_jungl...@yahoo.com>>; 
"gluster-users@gluster.org" 
mailto:gluster-users@gluster.org>>
Sent: Thursday, September 19, 2013 6:08 PM
Subject: RE: [Gluster-users] NIC bonding with glusterfs

Hello

What distro are you running ?


Regards,
Christian
From: 
gluster-users-boun...@gluster.org 
[mailto:gluster-users-boun...@gluster.org] On Behalf Of Jake G.
Sent: 19. september 2013 10:05
To: gluster-users@gluster.org
Subject: [Gluster-users] NIC bonding with glusterfs

Hi all,

In the process of setting up a two node gluster volume and would like to setup 
NIC bonding to improve network performance.

What is the preferred method to use NIC bonding for glusterfs?

I used in my /etc/modprobe.d/bonding.conf file

alias bond0 bonding
options bond0 mode=6 miimon=100

Do I need any other options in there? would anyone have a gluster specific NIC 
bonding guide to refer to?

Thank you in advance.

Jake

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Gluster - Commvault

2013-09-19 Thread Heggland, Christian
Hello

Anyone here that has experience running Commvault against GlusterFS volumes?
Also in regards to running standalone media agents with fuse client or even 
running the media agent right on the Gluster nodes.

Regards,
Christian
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Restart gluster

2013-09-19 Thread robbin
Hi krish,

The problems are, high network traffic, or too much CPU consuming, and
after reboot the system, everything looks good.

Thanks for your replys.
Robbin



On Wed, Sep 18, 2013 at 9:33 PM, Krishnan Parthasarathi  wrote:

> Robin,
>
> When you say your gluster servers have problems that you have
> to restart them, could you explain what is the problem you are
> facing? Do you mean brick process when you say gluster server?
>
> thanks,
> krish
>
> - Original Message -
> > Hi,
> >
> > I searched many places and I want to how to restart gluster, but I
> didn't get
> > a better solution. My gluster servers have some problems some times, and
> so
> > I can't do anything except restart it, and I can't restart gluster by
> > glusterd/glusterfs, so I have to reboot the system, so there is a safe
> way
> > to restart gluster?
> >
> > Thanks your time.
> > Robbin.
> >
> > ___
> > Gluster-users mailing list
> > Gluster-users@gluster.org
> > http://supercolony.gluster.org/mailman/listinfo/gluster-users
>
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

2013-09-19 Thread Daniel Müller
Bingo! The extended attributes are on and working.
There seems only a little problem with windows (dsa.msc) complaining about
that it could not create the folder but it does?
Thank you
Daniel

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---

-Ursprüngliche Nachricht-
Von: Vijay Bellur [mailto:vbel...@redhat.com] 
Gesendet: Donnerstag, 19. September 2013 12:12
An: muel...@tropenklinik.de
Cc: 'RAGHAVENDRA TALUR'; samba-boun...@lists.samba.org;
gluster-users@gluster.org
Betreff: Re: [Gluster-users] Glusterfs looses extendeed attributes Samba 4

On 09/19/2013 01:30 PM, Daniel Müller wrote:
> I logon to the samba4 domain. To set the home directory with the 
> dsa.msc tool from a windows client-->there profile
>even the tool complaining the directory could not be created. It is 
> on my linux box on the glusterd root /raid5hs..
> The home directories are on a gluster volume exported using samba 4:
>   [home]
> path= /mnt/glusterfs/ads/home < my glusterfs-client mount
>  readonly = No
>   posix locking =NO
> vfs objects = acl_xattr <--- set but no function
>
> I  do a "mount -t glusterfs 172.17.1.1:/sambacluster /mnt/glusterfs -o ac"
> no result.
> I think this is an issue of the glusterfs 3.4 client

Do you observe the same behavior if stat-prefetch is disabled in the volume?
stat-prefetch translator can be disabled through the following configuration
command:

#gluster volume set  stat-prefetch off

-Vijay


___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


Re: [Gluster-users] Secure Setup / Separate GlusterFS / Encryption

2013-09-19 Thread Jeff Darcy

On 09/18/2013 06:01 AM, Michael.OBrien wrote:

Should everything from bricks to storage nodes and the storage data network
be separated into different glusterFS’s or can I share storage nodes across
 different clients without fear of crossed wires or a rogue client being
able to list the other mount points of other clients or worse access their
data?


There are several pieces to this puzzle.

One feature that already exists, though it's not as widely used and thus
"battle hardened" as I'd like, is SSL.  You can specify that a particular
volume uses SSL, and create client/server certificates so that only clients
with recognized certificates can connect to that volume.  Thus, multiple bricks
and volumes can be present on one server, but a client could only connect to
those for which they have certificates.

Another feature that's still in the pipeline is volume multi-tenancy.  This
allows multiple distinct tenants to share a volume without being able to see
each others' files.  Basically each tenant gets its own subdirectory within
each brick, though other implementations are possible.  This relates to both
SSL (to authenticate tenants) and quota (which is also still a work in 
progress).


My mindset would be to try and compare it to a SAN (but I’m not a SAN guy
either) where disk storage is pooled and provisioned as LUN’s and the LUN’s
are presented to certain HBA’s . The SAN can be configured so that only
particular HBA’s can access a LUN so even if the client is compromised the
SAN doesn’t allow it to access other LUN’s


This is essentially what you would get (plus on-the-wire encryption) with the
features above.


Finally also on the topic of security how would people suggest handling
encryption of client data and working with a storage server hosting
different encrypted data


Server-side encryption is possible now, using mechanisms outside of GlusterFS
(e.g. LUKS or ecryptfs).  The weakness of such approaches is that the same
entity - the server operator - will have access to both the encrypted data and
keys.  In far too many cases, this means both will be equally available to an
attacker (or even more likely insider).  You might as well not bother
encrypting at all IMO.

A more robust solution was developed for HekaFS (my now-dormant flavor of
GlusterFS).  In that solution, encryption is done *on the client* using keys
that never exist on servers.  This provides both security and deniability,
either of which can be critical in current environments.  A medium-strength
version of this encryption has existed for about two years in HekaFS, though
enough has changed that it would probably require a refresh before it could
even build.  A stronger version - developed in concert with security experts at
Red Hat and on par with anything else that's out there - has been in review for
a while and might appear in the next GlusterFS release or two.  Bear in mind
that even the "medium-strength" version is far more secure in practice than any
server-side encryption method.

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] gluster volume top issue

2013-09-19 Thread Nux!

On 19.09.2013 05:40, Shishir Gowda wrote:

Hi Nux,

If you see the same behavior with I/O done through fuse clients
through, then could you please provide the glusterd(management
daemon)?


What should I provide about glusterd?



Also what version of glusterfs are you running?


3.4.0 from official rpms

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


Re: [Gluster-users] samba-glusterfs-vfs does not build

2013-09-19 Thread Nux!

On 18.09.2013 19:04, Nux! wrote:

Hi,

I'm trying to build and test samba-glusterfs-vfs, but problems appear
from the start:
http://fpaste.org/40562/95274621/

Any pointers?


Anyone from devel has any ideas?

Thanks,
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


Re: [Gluster-users] samba-glusterfs-vfs does not build

2013-09-19 Thread Anand Avati
On Thu, Sep 19, 2013 at 11:28 AM, Nux!  wrote:

> On 18.09.2013 19:04, Nux! wrote:
>
>> Hi,
>>
>> I'm trying to build and test samba-glusterfs-vfs, but problems appear
>> from the start:
>> http://fpaste.org/40562/**95274621/ 
>>
>> Any pointers?
>>
>
> Anyone from devel has any ideas?
>
> Thanks,
> Lucian


Have you ./configure'd in the samba tree? --with-samba-source must point to
a "built" samba tree (not just extracted)

Avati
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] samba-glusterfs-vfs does not build

2013-09-19 Thread Nux!

On 19.09.2013 19:41, Anand Avati wrote:

On Thu, Sep 19, 2013 at 11:28 AM, Nux!  wrote:


On 18.09.2013 19:04, Nux! wrote:


Hi,

I'm trying to build and test samba-glusterfs-vfs, but problems 
appear

from the start:
http://fpaste.org/40562/**95274621/ 



Any pointers?



Anyone from devel has any ideas?

Thanks,
Lucian



Have you ./configure'd in the samba tree? --with-samba-source must 
point to

a "built" samba tree (not just extracted)

Avati


Thanks!

/facepalm

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


[Gluster-users] dht_layout_dir_mismatch

2013-09-19 Thread Ray Powell
Having an odd problem on a new test environment we are setting up for a
partner.  And not sure where to look next to figure out the problem or
really understand what the dht_layout_dir_mismatch INFO message is
telling me.

  I was turning up a 4 node distributed volume, each brick is its own
19TB ext4 partition on a hardware raid5. Each node has the volume
mounted back to itself at /glusterfs via the fuse mount.

  At some point files I copy to the /glusterfs on Node A, are not
viewable at /glusterfs on the other 3 Nodes.  Once that starts happening
I notice the below log messages generated anytime i try manipulating
those paths.  When I try to remove a directory doing this from any node
with 'rm -rf /glusterfs/users/TARGETDIR' it fails to remove any of the
files stored on Node A.  Far as I can tell none of the glusterd services
are down, or unresponsive.

  The only thing I did different on this setup is that I recreated and
destroyed the gluster volume a couple times before hand. Stopping and
deleting the gluster volume with the cli, umount'ing the brick's
partition and rerunning mkfs.ext4 between each time so the filesystem
would be clean.  If you delete and recreate the volume it will continue
to do the above.






Ubuntu 12.04 LTS
Linux kg14-compute-64 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26
16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

root@kg14-compute-64:/home/lacadmin# dpkg -l | grep gluster
ii  glusterfs-client 3.4.0final-ubuntu1~precise1
  clustered file-system (client package)
ii  glusterfs-common 3.4.0final-ubuntu1~precise1
  GlusterFS common libraries and translator modules
ii  glusterfs-server 3.4.0final-ubuntu1~precise1
  clustered file-system (server package)


/etc/fstab
--
/dev/sdb1 /exports/gluster ext4
defaults,noatime,acl,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0
0 0

localhost:/USER-HOME /glusterfs glusterfs defaults,noauto,nobootwait 0 0



glusterfs.log
--
[2013-09-18 21:48:54.686845] I [dht-common.c:623:dht_revalidate_cbk]
0-USER-HOME-dht: mismatching layouts for /users/rpowell1/benchmark
[2013-09-18 21:48:54.687492] I [dht-layout.c:630:dht_layout_normalize]
0-USER-HOME-dht: found anomalies in /users/rpowell1/benchmark. holes=1
overlaps=1
[2013-09-18 22:04:32.671426] W [socket.c:514:__socket_rwv] 0-glusterfs:
readv failed (No data available)
[2013-09-18 22:04:32.671484] W
[socket.c:1962:__socket_proto_state_machine] 0-glusterfs: reading from
socket failed. Error (No data available), peer (127.0.0.1:24007)
[2013-09-18 22:04:42.977516] I [glusterfsd-mgmt.c:1583:mgmt_getspec_cbk]
0-glusterfs: No change in volfile, continuing
[2013-09-18 22:14:25.221279] I
[dht-layout.c:745:dht_layout_dir_mismatch] 0-USER-HOME-dht: subvol:
USER-HOME-client-2; inode layout - 2147483646 - 3221225468; disk layout
- 0 - 1073741822
[2013-09-18 22:14:25.221338] I [dht-common.c:623:dht_revalidate_cbk]
0-USER-HOME-dht: mismatching layouts for /
[2013-09-18 22:14:25.221975] I [dht-layout.c:630:dht_layout_normalize]
0-USER-HOME-dht: found anomalies in /. holes=1 overlaps=1
[2013-09-19 00:23:11.341443] I
[dht-layout.c:745:dht_layout_dir_mismatch] 0-USER-HOME-dht: subvol:
USER-HOME-client-2; inode layout - 2147483646 - 3221225468; disk layout
- 0 - 1073741822


-- 
Raymond Powell
Systems Administrator
Laboratory for Advanced Computing
University of Chicago, KCBD 10160
900 East 57th Street
Chicago, IL 60637
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


Re: [Gluster-users] [rhos-list] [gluster-swift] Gluster UFO 3.4 swift Multi tenant question

2013-09-19 Thread Paul Robert Marino
Thank you every one for your help especially Louis

I tested the RPM and it went well every thing is working now.

I did have to use the tenant ID's as the volume names. I may submit an
update to the documentation to clarify this for people

So in other words the volume names have to match the output of

"
keystone tenant-list|grep -v + | \
grep -v -P '^\|\s+id\s+\|\s+name\s+\|\s+enabled\s+\|$' | \
grep -v -P '^\w+:' | awk '{print $2}'
"


I've created an updated copy of gluster-swift-gen-builders that grabs
the value of mount_ip from /etc/swift/fs.conf and posted it on github.
you should see a pull request on the site for the submission. of the
change

Thank you every one for your help

On Tue, Sep 17, 2013 at 4:38 PM, Paul Robert Marino  wrote:
> Luis
> Thanks for the timely response.
>
> On Tue, Sep 17, 2013 at 1:52 PM, Luis Pabon  wrote:
>>
>> On 09/17/2013 11:13 AM, Paul Robert Marino wrote:
>>>
>>> Luis
>>> well thats intresting because it was my impression that Gluster UFO
>>> 3.4 was based on the Grizzly version of Swift.
>>
>> [LP] Sorry, the gluster-ufo RPM is Essex only.
>
> [PRM] The source of my confusion was here
> http://www.gluster.org/community/documentation/index.php/Features34
> and here 
> http://www.gluster.org/2013/06/glusterfs-3-4-and-swift-where-are-all-the-pieces/
> These pages on the gluster site should probably be updated to reflect
> the changes.
>
>
>>
>>
>>> Also I was previously unaware of this new rpm which doesnt seem to be
>>> in a repo any where.
>>
>> [LP] gluster-swift project RPMs have been submitted to Fedora and are
>> currently being reviewed.
>
> [PRM] Cool if they are in the EPEL testing repo Ill look for them
> there because I would rather pull the properly EPEL signed RPMs if
> they exist just to make node deployments easier. If not Ill ask some
> of my friends offline if they can help expedite it.
>
>>
>>
>>> also there is a line in this new howto that is extreamly unclear
>>>
>>> "
>>> /usr/bin/gluster-swift-gen-builders test
>>> "
>>> in place of "test" what should go there is it the tenant ID string,
>>> the tenant name, or just a generic volume you can name whatever you
>>> want?
>>> in other words how should the Gluster volumes be named?
>>
>> [LP] We will clarify that in the quick start guide.  Thank you for pointing
>> it out.  While we update the community site, please refer to the
>> documentation available here http://goo.gl/bQFI8o for a usage guide.
>>
>> As for the tool, the format is:
>> gluster-swift-gen-buildes [VOLUME] [VOLUME...]
>>
>> Where VOLUME is the name of the GlusterFS volume to use for object storage.
>> For example
>> if the following two GlusterFS volumes, volume1 and volume2, need to be
>> accessed over Swift,
>> then you can type the following:
>>
>> # gluster-swift-gen-builders volume1 volume2
>
> [PRM] That part I understood however it doesn't answer the question exactly.
>
> Correct me if I'm wrong but looking over the code briefly it looks as
> though the volume name needs to be the same as the tenant ID number
> like it did with Gluster UFO 3.3.
> so for example
> if I do a " keystone tenant-list" and a see tenant1 with an id of
> "f6da0a8151ff43b7be10d961a20c94d6" then I would need to create a
> volume named f6da0a8151ff43b7be10d961a20c94d6
>
> If I can name the volumes whatever I want or give them the same name
> as the tenant that would be great because it makes it easier for other
> SA's who are not directly working with OpenStack but may need to mount
> the volumes to comprehend, but its not urgently needed.
>
> One thing I was glad to see is that with Gluster UFO 3.3 I had to add
> mount points to /etc/fstab for each volume and manually create the
> directories for the mount points this looks to have been corrected in
> Gluster-Swift.
>
>>
>> For more information please read: http://goo.gl/gd8LkW
>>
>> Let us know if you have any more questions or comments.
>
> [PRM] I may fork the Github repo and add some changes that may be
> beneficial so they can be reviewed and possibly merged.
> for example it would be nice if the  gluster-swift-gen-buildes script
> used the value of the mount_ip field in /etc/swift/fs.conf instead of
> 127.0.0.1 if its defined.
> also I might make a more robust version that allows create, add,
> remove, and list options.
>
>
> Ill do testing tomorrow and let everyone know how it goes.
>
>
>>
>> - Luis
>>
>>>
>>>
>>> On Tue, Sep 17, 2013 at 10:10 AM, Luis Pabon  wrote:

 First thing I can see is that you have Essex based gluster-ufo-* which
 has
 been replaced by the gluster-swift project.  We are currently in progress
 of
 replacing the gluster-ufo-* with RPMs from the gluster-swift project in
 Fedora.

 Please checkout the following quickstart guide which show how to download
 the Grizzly version of gluster-swift:

 https://github.com/gluster/gluster-swift/blob/master/doc/markdown/quick_start_guide.md
 .

 For more information please vis

Re: [Gluster-users] [Gluster-devel] glusterfs-3.4.1qa2 released

2013-09-19 Thread Vijay Bellur

On 09/18/2013 02:45 PM, Lukáš Bezdička wrote:

Tested with glusterfs-3.4.1qa2-1.el6.x86_64 issue with ACL is still
there, unless one applies patch from http://review.gluster.org/#/c/5693/
which shoots through the caches and takes ACLs from server or sets
entry-timeout=0 it returns wrong values. This is probably because ACL
mask being applied incorrectly in posix_acl_inherit_mode, but I'm no C
expert to say so :(



Checking again. Are you seeing issues reported in both BZ#991035 and 
BZ#990830 with 3.4.1qa2?


Thanks,
Vijay

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] UDP instead of TCP?

2013-09-19 Thread Jake G.
Is it possible to create a volume that uses UDP instead of TCP? 

I could but wrong but don't most NFS connections run over UDP?

Thanks!___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] UDP instead of TCP?

2013-09-19 Thread James
Gluster UDP NFS support doesn't exist at the moment.

Use TCP instead.

James

On Fri, Sep 20, 2013 at 2:04 AM, Jake G.  wrote:
> Is it possible to create a volume that uses UDP instead of TCP?
>
> I could but wrong but don't most NFS connections run over UDP?
>
> Thanks!
>
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-users
___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users