Re: [Gluster-users] GlusterFS permission problem

2012-06-12 Thread Rajesh Amaravathi
i see that for EASEGFS, you have used netopstoragen hostnames; 0  n  5. 
Are these hostnames resolvable under /etc/hosts on all hosts or local DNS? 
If yes, have you tried setting trusted write = off? 


What exactly is the problem when you say it doesnt work? 
what are the symptoms? please elucidate. 


Regards, 
Rajesh Amaravathi, 
Software Engineer, GlusterFS 
RedHat Inc. 
- Original Message -

From: lihang lih...@netopcomputing.com 
To: Rajesh Amaravathi raj...@redhat.com 
Cc: gluster-users gluster-users@gluster.org 
Sent: Tuesday, June 12, 2012 9:43:55 AM 
Subject: Re: Re: [Gluster-users] GlusterFS permission problem 


HI 
Thank you for your help. The permission problem has been solved by changing the 
version to 3.3. 
But there is a new problem. I new two volumes. The volume TEST is everything 
ok. But when I mount the volume EASEGFS through the nfs .I could not see 
anything . 
They work ok under the glusterfs all. What can I do ? 


gluster volume info 

Volume Name: TEST 
Type: Stripe 
Volume ID: 5505d928-9a60-4c80-aa22-61c2933868cd 
Status: Started 
Number of Bricks: 1 x 2 = 2 
Transport-type: tcp 
Bricks: 
Brick1: 10.194.60.216:/test1 
Brick2: 10.194.60.216:/test2 
Options Reconfigured: 
nfs.addr-namelookup: off 
network.ping-timeout: 5 
nfs.trusted-write: on 

Volume Name: EASEGFS 
Type: Stripe 
Volume ID: b2f94b9f-3254-40ba-8ac2-5f6de8d83958 
Status: Started 
Number of Bricks: 1 x 4 = 4 
Transport-type: tcp 
Bricks: 
Brick1: netopstorage1:/ease 
Brick2: netopstorage2:/ease 
Brick3: netopstorage3:/ease 
Brick4: netopstorage4:/ease 
Options Reconfigured: 
nfs.trusted-write: on 
network.ping-timeout: 5 
nfs.addr-namelookup: off 


lihang 



From: Rajesh Amaravathi 
Date: 2012-05-31 15:07 
To: lihang 
CC: gluster-users 
Subject: Re: [Gluster-users] GlusterFS permission problem 

In 3.2.5, NLM is not implemented for our NFS server. you can try mounting with 
nolock option, it should work. 
If you need locking, we have NLM implementation in the latest release 3.3. 

Regards, 
Rajesh Amaravathi, 
Software Engineer, GlusterFS 
RedHat Inc. 

- Original Message - 
From: lih...@netopcomputing.com 
To: Rajesh Amaravathi raj...@redhat.com 
Cc: gluster-users@gluster.org 
Sent: Thursday, 31 May, 2012 11:45:01 AM 
Subject: Re: [Gluster-users] GlusterFS permission problem 

HI 
The version I used is 3.2.5 .Thanks. 


lihang 

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote: 
 which version of glusterfs are you using? 
 
 Regards, 
 Rajesh Amaravathi, 
 Software Engineer, GlusterFS 
 RedHat Inc. 
 
 - Original Message - 
 From: lih...@netopcomputing.com 
 To: gluster-users@gluster.org 
 Sent: Thursday, 31 May, 2012 9:43:26 AM 
 Subject: [Gluster-users] GlusterFS permission problem 
 
 HI,ALL 
 I found a strange problem. 
 I setup a GlusterFS between linux and windows by nfs and LDAP. 
 The windows client has mounted the volume successfully. But there are 
 some problem with permission . 
 I can new a file and edit it successfully on the volume at 
 windows.But 
 when I new a file in the application buy the save asbutton ,It 
 report 
 the error that I haven't the permission to edit it . 
 
 My volume info: 
 Volume Name: share 
 Type: Distribute 
 Status: Started 
 Number of Bricks: 4 
 Transport-type: tcp 
 Bricks: 
 Brick1: 10.194.60.211:/data 
 Brick2: 10.194.60.212:/data 
 Brick3: 10.194.60.213:/data 
 Brick4: 10.194.60.214:/data 
 Options Reconfigured: 
 nfs.addr-namelookup: off 
 nfs.trusted-write: on 
 nfs.trusted-sync: on 
 features.quota: on 
 network.ping-timeout: 5 
 
 windows mount commond : 
 mount 10.194.60.211:/share x: 
 
 
 
  
 
 lihang 
 ___ 
 Gluster-users mailing list 
 Gluster-users@gluster.org 
 http://gluster.org/cgi-bin/mailman/listinfo/gluster-users 

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


[Gluster-users] GlusterFS permission problem

2012-06-11 Thread lihang
HI,ALL 
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there are some 
problem with permission .
I can new a file and edit it successfully on the volume at windows.But when I 
new a file in the application buy the save asbutton ,It report the error that 
I haven't the permission to edit it .

My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:



lihang___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] GlusterFS permission problem

2012-06-11 Thread lihang
HI,Amaravathi:
The version I uused is 3.2.5.




lihang

From: Rajesh Amaravathi
Date: 2012-05-31 14:09
To: lihang
CC: gluster-users
Subject: Re: [Gluster-users] GlusterFS permission problem
which version of glusterfs are you using?

Regards, 
Rajesh Amaravathi, 
Software Engineer, GlusterFS 
RedHat Inc. 

- Original Message -
From: lih...@netopcomputing.com
To: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 9:43:26 AM
Subject: [Gluster-users] GlusterFS permission problem

HI,ALL
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there are 
some problem with permission .
I can new a file and edit it successfully on the volume at windows.But 
when I new a file in the application buy the save asbutton ,It report 
the error that I haven't the permission to edit it .

My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:



lihang
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] GlusterFS permission problem

2012-06-11 Thread lihang
HI 
Thank you for your help. The permission problem has been solved by changing the 
version to 3.3.
But there is a new problem. I new two volumes. The volume TEST is everything 
ok. But when I mount the volume EASEGFS through the nfs .I could not see 
anything .
They  work ok under the glusterfs all. What can I do ?

gluster volume info

Volume Name: TEST
Type: Stripe
Volume ID: 5505d928-9a60-4c80-aa22-61c2933868cd
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.194.60.216:/test1
Brick2: 10.194.60.216:/test2
Options Reconfigured:
nfs.addr-namelookup: off
network.ping-timeout: 5
nfs.trusted-write: on

Volume Name: EASEGFS
Type: Stripe
Volume ID: b2f94b9f-3254-40ba-8ac2-5f6de8d83958
Status: Started
Number of Bricks: 1 x 4 = 4
Transport-type: tcp
Bricks:
Brick1: netopstorage1:/ease
Brick2: netopstorage2:/ease
Brick3: netopstorage3:/ease
Brick4: netopstorage4:/ease
Options Reconfigured:
nfs.trusted-write: on
network.ping-timeout: 5
nfs.addr-namelookup: off




lihang

From: Rajesh Amaravathi
Date: 2012-05-31 15:07
To: lihang
CC: gluster-users
Subject: Re: [Gluster-users] GlusterFS permission problem
In 3.2.5, NLM is not implemented for our NFS server. you can try mounting with 
nolock option, it should work.
If you need locking, we have NLM implementation in the latest release 3.3.

Regards, 
Rajesh Amaravathi, 
Software Engineer, GlusterFS 
RedHat Inc. 

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 11:45:01 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
   The version I used is 3.2.5 .Thanks.


lihang

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:
 which version of glusterfs are you using?

 Regards,
 Rajesh Amaravathi,
 Software Engineer, GlusterFS
 RedHat Inc.

 - Original Message -
 From: lih...@netopcomputing.com
 To: gluster-users@gluster.org
 Sent: Thursday, 31 May, 2012 9:43:26 AM
 Subject: [Gluster-users] GlusterFS permission problem

 HI,ALL
 I found a strange problem.
 I setup a GlusterFS between linux and windows by nfs and LDAP.
 The windows client has mounted the volume successfully. But there are
 some problem with permission .
 I can new a file and edit it successfully on the volume at 
 windows.But
 when I new a file in the application buy the save asbutton ,It 
 report
 the error that I haven't the permission to edit it .

 My volume info:
 Volume Name: share
 Type: Distribute
 Status: Started
 Number of Bricks: 4
 Transport-type: tcp
 Bricks:
 Brick1: 10.194.60.211:/data
 Brick2: 10.194.60.212:/data
 Brick3: 10.194.60.213:/data
 Brick4: 10.194.60.214:/data
 Options Reconfigured:
 nfs.addr-namelookup: off
 nfs.trusted-write: on
 nfs.trusted-sync: on
 features.quota: on
 network.ping-timeout: 5

 windows mount commond :
 mount 10.194.60.211:/share x:

 
 

 lihang
 ___
 Gluster-users mailing list
 Gluster-users@gluster.org
 http://gluster.org/cgi-bin/mailman/listinfo/gluster-users___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] GlusterFS permission problem

2012-06-01 Thread Rajesh Amaravathi
Please make sure netopstorage* are resolvable (in /etc/hosts or local dns). 
Also, nfs client host
should not be peered with the cluster, i.e, the client should not be a 
glusterfs peer.

Regards, 
Rajesh Amaravathi, 
Software Engineer, GlusterFS 
RedHat Inc. 

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Friday, June 1, 2012 10:12:36 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
Thank you for your help. The permission problem has been solved by 
changing the version to 3.3.
But there is a new problem. I new two volumes. The volume TEST is 
everything ok. But when I mount the volume EASEGFS through the nfs .I 
could not see anything .
They  work ok under the glusterfs all. What can I do ?

gluster volume info

Volume Name: TEST
Type: Stripe
Volume ID: 5505d928-9a60-4c80-aa22-61c2933868cd
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.194.60.216:/test1
Brick2: 10.194.60.216:/test2
Options Reconfigured:
nfs.addr-namelookup: off
network.ping-timeout: 5
nfs.trusted-write: on

Volume Name: EASEGFS
Type: Stripe
Volume ID: b2f94b9f-3254-40ba-8ac2-5f6de8d83958
Status: Started
Number of Bricks: 1 x 4 = 4
Transport-type: tcp
Bricks:
Brick1: netopstorage1:/ease
Brick2: netopstorage2:/ease
Brick3: netopstorage3:/ease
Brick4: netopstorage4:/ease
Options Reconfigured:
nfs.trusted-write: on
network.ping-timeout: 5
nfs.addr-namelookup: off




lihang


On Thu, 31 May 2012 03:07:10 -0400 (EDT), Rajesh Amaravathi wrote:
 In 3.2.5, NLM is not implemented for our NFS server. you can try
 mounting with nolock option, it should work.
 If you need locking, we have NLM implementation in the latest release 
 3.3.

 Regards,
 Rajesh Amaravathi,
 Software Engineer, GlusterFS
 RedHat Inc.

 - Original Message -
 From: lih...@netopcomputing.com
 To: Rajesh Amaravathi raj...@redhat.com
 Cc: gluster-users@gluster.org
 Sent: Thursday, 31 May, 2012 11:45:01 AM
 Subject: Re: [Gluster-users] GlusterFS permission problem

 HI
The version I used is 3.2.5 .Thanks.


 lihang

 On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:
 which version of glusterfs are you using?

 Regards,
 Rajesh Amaravathi,
 Software Engineer, GlusterFS
 RedHat Inc.

 - Original Message -
 From: lih...@netopcomputing.com
 To: gluster-users@gluster.org
 Sent: Thursday, 31 May, 2012 9:43:26 AM
 Subject: [Gluster-users] GlusterFS permission problem

 HI,ALL
 I found a strange problem.
 I setup a GlusterFS between linux and windows by nfs and LDAP.
 The windows client has mounted the volume successfully. But there 
 are
 some problem with permission .
 I can new a file and edit it successfully on the volume at
 windows.But
 when I new a file in the application buy the save asbutton ,It
 report
 the error that I haven't the permission to edit it .

 My volume info:
 Volume Name: share
 Type: Distribute
 Status: Started
 Number of Bricks: 4
 Transport-type: tcp
 Bricks:
 Brick1: 10.194.60.211:/data
 Brick2: 10.194.60.212:/data
 Brick3: 10.194.60.213:/data
 Brick4: 10.194.60.214:/data
 Options Reconfigured:
 nfs.addr-namelookup: off
 nfs.trusted-write: on
 nfs.trusted-sync: on
 features.quota: on
 network.ping-timeout: 5

 windows mount commond :
 mount 10.194.60.211:/share x:


 
 

 lihang
 ___
 Gluster-users mailing list
 Gluster-users@gluster.org
 http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] GlusterFS permission problem

2012-06-01 Thread lihang

Is there also some problem in the version 3.3. I fill it unstable.
Now I have six nodes and create a volume by four of them.There're 
different problems on them .

On 10.194.60.211, The UGNX7.5 also couldn't save as
On 10.194.60.212, The windows couldn't mount the volume by nfs.
On 10.194.60.213, Everything is ok.
On 10.194.60.214, The speed very very slow.
I config them on 10.194.60.216 together.How to check them.
I can provide everything ,just tell me.


gluster volume info

Volume Name: EASEGF
Type: Stripe
Volume ID: 38bbc6f9-8b69-4877-a87d-7fbd908999a2
Status: Started
Number of Bricks: 1 x 4 = 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/ease
Brick2: 10.194.60.212:/ease
Brick3: 10.194.60.213:/ease
Brick4: 10.194.60.214:/ease
Options Reconfigured:
nfs.addr-namelookup: off
network.ping-timeout: 5
nfs.trusted-write: on


On Fri, 01 Jun 2012 02:56:41 -0400 (EDT), Rajesh Amaravathi wrote:

Please make sure netopstorage* are resolvable (in /etc/hosts or local
dns). Also, nfs client host
should not be peered with the cluster, i.e, the client should not be
a glusterfs peer.

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Friday, June 1, 2012 10:12:36 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
Thank you for your help. The permission problem has been solved by
changing the version to 3.3.
But there is a new problem. I new two volumes. The volume TEST is
everything ok. But when I mount the volume EASEGFS through the nfs .I
could not see anything .
They  work ok under the glusterfs all. What can I do ?

gluster volume info

Volume Name: TEST
Type: Stripe
Volume ID: 5505d928-9a60-4c80-aa22-61c2933868cd
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.194.60.216:/test1
Brick2: 10.194.60.216:/test2
Options Reconfigured:
nfs.addr-namelookup: off
network.ping-timeout: 5
nfs.trusted-write: on

Volume Name: EASEGFS
Type: Stripe
Volume ID: b2f94b9f-3254-40ba-8ac2-5f6de8d83958
Status: Started
Number of Bricks: 1 x 4 = 4
Transport-type: tcp
Bricks:
Brick1: netopstorage1:/ease
Brick2: netopstorage2:/ease
Brick3: netopstorage3:/ease
Brick4: netopstorage4:/ease
Options Reconfigured:
nfs.trusted-write: on
network.ping-timeout: 5
nfs.addr-namelookup: off





lihang


On Thu, 31 May 2012 03:07:10 -0400 (EDT), Rajesh Amaravathi wrote:

In 3.2.5, NLM is not implemented for our NFS server. you can try
mounting with nolock option, it should work.
If you need locking, we have NLM implementation in the latest 
release

3.3.

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 11:45:01 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
   The version I used is 3.2.5 .Thanks.


lihang

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:

which version of glusterfs are you using?

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 9:43:26 AM
Subject: [Gluster-users] GlusterFS permission problem

HI,ALL
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there
are
some problem with permission .
I can new a file and edit it successfully on the volume at
windows.But
when I new a file in the application buy the save asbutton ,It
report
the error that I haven't the permission to edit it .

My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:






lihang
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


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


Re: [Gluster-users] GlusterFS permission problem

2012-06-01 Thread lihang

Did you test some application like UGNX7.5 CATIA on windows.
I found that when I load or save data though them , the speed very 
slow.



On Fri, 01 Jun 2012 02:56:41 -0400 (EDT), Rajesh Amaravathi wrote:

Please make sure netopstorage* are resolvable (in /etc/hosts or local
dns). Also, nfs client host
should not be peered with the cluster, i.e, the client should not be
a glusterfs peer.

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Friday, June 1, 2012 10:12:36 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
Thank you for your help. The permission problem has been solved by
changing the version to 3.3.
But there is a new problem. I new two volumes. The volume TEST is
everything ok. But when I mount the volume EASEGFS through the nfs .I
could not see anything .
They  work ok under the glusterfs all. What can I do ?

gluster volume info

Volume Name: TEST
Type: Stripe
Volume ID: 5505d928-9a60-4c80-aa22-61c2933868cd
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.194.60.216:/test1
Brick2: 10.194.60.216:/test2
Options Reconfigured:
nfs.addr-namelookup: off
network.ping-timeout: 5
nfs.trusted-write: on

Volume Name: EASEGFS
Type: Stripe
Volume ID: b2f94b9f-3254-40ba-8ac2-5f6de8d83958
Status: Started
Number of Bricks: 1 x 4 = 4
Transport-type: tcp
Bricks:
Brick1: netopstorage1:/ease
Brick2: netopstorage2:/ease
Brick3: netopstorage3:/ease
Brick4: netopstorage4:/ease
Options Reconfigured:
nfs.trusted-write: on
network.ping-timeout: 5
nfs.addr-namelookup: off





lihang


On Thu, 31 May 2012 03:07:10 -0400 (EDT), Rajesh Amaravathi wrote:

In 3.2.5, NLM is not implemented for our NFS server. you can try
mounting with nolock option, it should work.
If you need locking, we have NLM implementation in the latest 
release

3.3.

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 11:45:01 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
   The version I used is 3.2.5 .Thanks.


lihang

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:

which version of glusterfs are you using?

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 9:43:26 AM
Subject: [Gluster-users] GlusterFS permission problem

HI,ALL
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there
are
some problem with permission .
I can new a file and edit it successfully on the volume at
windows.But
when I new a file in the application buy the save asbutton ,It
report
the error that I haven't the permission to edit it .

My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:






lihang
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


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


Re: [Gluster-users] GlusterFS permission problem

2012-05-31 Thread lihang

HI
  The version I used is 3.2.5 .Thanks.


lihang

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:

which version of glusterfs are you using?

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 9:43:26 AM
Subject: [Gluster-users] GlusterFS permission problem

HI,ALL
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there are
some problem with permission .
I can new a file and edit it successfully on the volume at 
windows.But
when I new a file in the application buy the save asbutton ,It 
report

the error that I haven't the permission to edit it .

My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:




lihang
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


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


Re: [Gluster-users] GlusterFS permission problem

2012-05-31 Thread Rajesh Amaravathi
In 3.2.5, NLM is not implemented for our NFS server. you can try mounting with 
nolock option, it should work.
If you need locking, we have NLM implementation in the latest release 3.3.

Regards, 
Rajesh Amaravathi, 
Software Engineer, GlusterFS 
RedHat Inc. 

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 11:45:01 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
   The version I used is 3.2.5 .Thanks.


lihang

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:
 which version of glusterfs are you using?

 Regards,
 Rajesh Amaravathi,
 Software Engineer, GlusterFS
 RedHat Inc.

 - Original Message -
 From: lih...@netopcomputing.com
 To: gluster-users@gluster.org
 Sent: Thursday, 31 May, 2012 9:43:26 AM
 Subject: [Gluster-users] GlusterFS permission problem

 HI,ALL
 I found a strange problem.
 I setup a GlusterFS between linux and windows by nfs and LDAP.
 The windows client has mounted the volume successfully. But there are
 some problem with permission .
 I can new a file and edit it successfully on the volume at 
 windows.But
 when I new a file in the application buy the save asbutton ,It 
 report
 the error that I haven't the permission to edit it .

 My volume info:
 Volume Name: share
 Type: Distribute
 Status: Started
 Number of Bricks: 4
 Transport-type: tcp
 Bricks:
 Brick1: 10.194.60.211:/data
 Brick2: 10.194.60.212:/data
 Brick3: 10.194.60.213:/data
 Brick4: 10.194.60.214:/data
 Options Reconfigured:
 nfs.addr-namelookup: off
 nfs.trusted-write: on
 nfs.trusted-sync: on
 features.quota: on
 network.ping-timeout: 5

 windows mount commond :
 mount 10.194.60.211:/share x:

 
 

 lihang
 ___
 Gluster-users mailing list
 Gluster-users@gluster.org
 http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

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


Re: [Gluster-users] GlusterFS permission problem

2012-05-31 Thread lihang

HI
Thank you for your help. The permission problem has been solved by 
changing the version to 3.3.
But there is a new problem. I new two volumes. The volume TEST is 
everything ok. But when I mount the volume EASEGFS through the nfs .I 
could not see anything .

They  work ok under the glusterfs all. What can I do ?

gluster volume info

Volume Name: TEST
Type: Stripe
Volume ID: 5505d928-9a60-4c80-aa22-61c2933868cd
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.194.60.216:/test1
Brick2: 10.194.60.216:/test2
Options Reconfigured:
nfs.addr-namelookup: off
network.ping-timeout: 5
nfs.trusted-write: on

Volume Name: EASEGFS
Type: Stripe
Volume ID: b2f94b9f-3254-40ba-8ac2-5f6de8d83958
Status: Started
Number of Bricks: 1 x 4 = 4
Transport-type: tcp
Bricks:
Brick1: netopstorage1:/ease
Brick2: netopstorage2:/ease
Brick3: netopstorage3:/ease
Brick4: netopstorage4:/ease
Options Reconfigured:
nfs.trusted-write: on
network.ping-timeout: 5
nfs.addr-namelookup: off




lihang


On Thu, 31 May 2012 03:07:10 -0400 (EDT), Rajesh Amaravathi wrote:

In 3.2.5, NLM is not implemented for our NFS server. you can try
mounting with nolock option, it should work.
If you need locking, we have NLM implementation in the latest release 
3.3.


Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: Rajesh Amaravathi raj...@redhat.com
Cc: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 11:45:01 AM
Subject: Re: [Gluster-users] GlusterFS permission problem

HI
   The version I used is 3.2.5 .Thanks.


lihang

On Thu, 31 May 2012 02:09:09 -0400 (EDT), Rajesh Amaravathi wrote:

which version of glusterfs are you using?

Regards,
Rajesh Amaravathi,
Software Engineer, GlusterFS
RedHat Inc.

- Original Message -
From: lih...@netopcomputing.com
To: gluster-users@gluster.org
Sent: Thursday, 31 May, 2012 9:43:26 AM
Subject: [Gluster-users] GlusterFS permission problem

HI,ALL
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there 
are

some problem with permission .
I can new a file and edit it successfully on the volume at
windows.But
when I new a file in the application buy the save asbutton ,It
report
the error that I haven't the permission to edit it .

My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:





lihang
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


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


[Gluster-users] GlusterFS permission problem

2012-05-30 Thread lihang

HI,ALL
I found a strange problem.
I setup a GlusterFS between linux and windows by nfs and LDAP.
The windows client has mounted the volume successfully. But there are 
some problem with permission .
I can new a file and edit it successfully on the volume at windows.But 
when I new a file in the application buy the save asbutton ,It report 
the error that I haven't the permission to edit it .


My volume info:
Volume Name: share
Type: Distribute
Status: Started
Number of Bricks: 4
Transport-type: tcp
Bricks:
Brick1: 10.194.60.211:/data
Brick2: 10.194.60.212:/data
Brick3: 10.194.60.213:/data
Brick4: 10.194.60.214:/data
Options Reconfigured:
nfs.addr-namelookup: off
nfs.trusted-write: on
nfs.trusted-sync: on
features.quota: on
network.ping-timeout: 5

windows mount commond :
mount 10.194.60.211:/share x:



lihang
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users