Re: [Gluster-users] Renaming permission denied

2011-12-14 Thread Brian Rosner
On Dec 13, 2011, at 7:54 PM, Pranith Kumar K wrote: > On 12/13/2011 10:56 PM, Brian Rosner wrote: >> On Dec 12, 2011, at 1:41 AM, Pranith Kumar K wrote: >>> Seems like the issue with that specific file your application is trying to >>> rename. Could you check if that file has correct permission

Re: [Gluster-users] where's the API docs?

2011-12-14 Thread Harry Mangalam
this still works for me.. hjm On Wednesday 14 December 2011 11:54:26 Redding, Erik wrote: > I'm working on a proposal for a 1pb Gluster rig and I wanted to be > able to present programmers with the API docs to sweeten t

Re: [Gluster-users] where's the API docs?

2011-12-14 Thread Redding, Erik
I'll proceed with my foot insertion into mouth: http://community.gluster.org/a/install-glusterfs-3-3-beta-1-with-unified-file-and-object-storage/ Erik Redding Systems Programmer, RHCE Core Systems Texas State University-San Marcos On Dec 14, 2011, at 1:54 PM, Redding, Erik wrote: > I'm

Re: [Gluster-users] where's the API docs?

2011-12-14 Thread Redding, Erik
I'm working on a proposal for a 1pb Gluster rig and I wanted to be able to present programmers with the API docs to sweeten the deal and to be able to programmatically mange it. I assumed there was a REST API for interfacing with the filesystem, either management or actual file i/o, because it

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread John Mark Walker
- Original Message - > Is there any reason why this bug is "Access Denied" to us mortals? I > was also > denied after I logged in to Redhat bugzilla. > I'm not entirely sure. I'll send a request to the bugzilla maintainer. -JM > > > > This looks like https://bugzilla.redhat.com/show

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Jeff Darcy
On 12/14/2011 01:55 PM, William L. Sebok wrote: > Is there any reason why this bug is "Access Denied" to us mortals? I was also > denied after I logged in to Redhat bugzilla. I have no idea. I see nothing in the content that should justify it being private, but I'm reluctant to clear that flag u

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread William L. Sebok
Is there any reason why this bug is "Access Denied" to us mortals? I was also denied after I logged in to Redhat bugzilla. Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy Internet: w...@astro.umd.eduURL: http://furo.astro.umd.edu/ On Wed, Dec 14, 2011 at 12:21

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Jeff Darcy
On 12/14/2011 08:48 AM, Vijaykumar Koppad wrote: > I created a volume and have to restrict access now. Just one client should be > allowed to acces the volume. So I tried: > > # gluster volume set sesam auth.allow 192.168.20.1 > > But I can still mount the volume from other clients than 192.168.2

Re: [Gluster-users] where's the API docs?

2011-12-14 Thread John Mark Walker
- Original Message - > Ah - Ok thanks, Jeff. I was looking for the Swift and REST API docs. > I assumed there were API interfaces in 3.2.5. I'll go dig up some > roadmap info. I guess the first question to ask is, what are you looking to do? -JM __

Re: [Gluster-users] where's the API docs?

2011-12-14 Thread Redding, Erik
Ah - Ok thanks, Jeff. I was looking for the Swift and REST API docs. I assumed there were API interfaces in 3.2.5. I'll go dig up some roadmap info. Erik Redding Systems Programmer, RHCE Core Systems Texas State University-San Marcos On Dec 13, 2011, at 8:39 PM, Jeff Darcy wrote: > On

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Vijaykumar Koppad
And if you want to unset it in Release-3.2.x , you have to set it again for the default value , which is provided for all the options in volume set help. From: gluster-users-boun...@gluster.org [gluster-users-boun...@gluster.org] on behalf of Marc Muehlf

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Marc Muehlfeld
Am 14.12.2011 14:54, schrieb Marc Muehlfeld: Am 14.12.2011 14:00, schrieb Raphaël Hoareau: You could also try to use two NICs with specific routes. NIC1 knows the route to Server1 and NIC2 knows the route to Server2. Could it be possible that this can't be done or do I miss something? (For m

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Raphaël Hoareau
Le 14 décembre 2011 14:54, Marc Muehlfeld < marc.muehlf...@medizinische-genetik.de> a écrit : > Am 14.12.2011 14:00, schrieb Raphaël Hoareau: > >> You could also try to use two NICs with specific routes. NIC1 knows the >> >> route to Server1 and NIC2 knows the route to Server2. >> > > Could it be

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Marc Muehlfeld
Am 14.12.2011 14:57, schrieb Vijaykumar Koppad: Consider you have set an option data-self-heal-algorithm to diff. So if you want to reset it to default value. you have use volume reset data-self-heal-algorithm . This will unset only that option and this option is available only in maste

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Vijaykumar Koppad
Consider you have set an option data-self-heal-algorithm to diff. So if you want to reset it to default value. you have use volume reset data-self-heal-algorithm . This will unset only that option and this option is available only in master. From:

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Marc Muehlfeld
Am 14.12.2011 14:00, schrieb Raphaël Hoareau: You could also try to use two NICs with specific routes. NIC1 knows the route to Server1 and NIC2 knows the route to Server2. Could it be possible that this can't be done or do I miss something? Node 1: 192.168.29.14 and 192.168.20.14 Node 2: 192.1

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Marc Muehlfeld
Am 14.12.2011 14:48, schrieb Vijaykumar Koppad: To unset any options, you can use volume reset command. Usage: volume reset [option] [force]. I saw that. But this unset all options I have set, right? Is there a way just to unset _one_ setting? _

Re: [Gluster-users] Limit access to a volume

2011-12-14 Thread Vijaykumar Koppad
Hi Marc, To unset any options, you can use volume reset command. Usage: volume reset [option] [force]. We will look into the other question. From: gluster-users-boun...@gluster.org [gluster-users-boun...@gluster.org] on behalf of Marc Muehlfeld [ma

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Marc Muehlfeld
Am 14.12.2011 14:00, schrieb Raphaël Hoareau: Unless every part of your network can handle 2Gbit, it won't be a good solution. There's just one Cisco 3750 between. And this switch can configured for teaming. You could also try to use two NICs with specific routes. This is a good idea. I'

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Raphaël Hoareau
In theory yes, but the bandwith will also be limited by the nodes between the client and the server. Unless every part of your network can handle 2Gbit, it won't be a good solution. You could also try to use two NICs with specific routes. NIC1 knows the route to Server1 and NIC2 knows the route to

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Marc Muehlfeld
Am 14.12.2011 11:50, schrieb Raphaël Hoareau: The GlusterFS client DOES send the data directly to both storage, that's why your speed is about half the NFS speed. Can I double the speed of GlusterFS by NIC-teaming (2x 1Gbit)? ___ Gluster-users mailing

Re: [Gluster-users] Speed of glusterfs

2011-12-14 Thread Raphaël Hoareau
Hi Marc, The GlusterFS client DOES send the data directly to both storage, that's why your speed is about half the NFS speed. Concerning tweaks to write only on one server, and then replicate from one server to another, I think it's not possible given the architecture of GlusterFS. If someone know

Re: [Gluster-users] glusterfs crash when the one of replicate node restart

2011-12-14 Thread Pranith Kumar K
On 12/14/2011 03:06 PM, Changliang Chen wrote: Hi,we have use glusterfs for two years. After upgraded to 3.2.5,we discover that when one of replicate node reboot and startup the glusterd daemon,the gluster will crash cause by the other replicate node cpu usage reach 100%. Our gluster info: T

[Gluster-users] Speed of glusterfs

2011-12-14 Thread Marc Muehlfeld
Hi, we're currently testing glusterfs but getting a real slow connection with it. I setup a environment with 2 replicated storage servers. Both machines and the client are connected by 1 Gbit, but if I copy a 2.5 GB file from the client to the volumen mounted with glusterfs protocol, I never g

[Gluster-users] Limit access to a volume

2011-12-14 Thread Marc Muehlfeld
Hi, I created a volume and have to restrict access now. Just one client should be allowed to acces the volume. So I tried: # gluster volume set sesam auth.allow 192.168.20.1 But I can still mount the volume from other clients than 192.168.20.1. But when I try to access the directory from an

[Gluster-users] errors in the 'bricks' log file

2011-12-14 Thread Alexander Zvyagin
Hello, I have quite some errors in the log files for bricks (see below). Are they important? They are produced every 5 minutes! P.S. I am still redirected to a redhat page trying to access gluster website. Does the DNS problem still exit? With best wishes, Alexander Zvyagin. $ tail bricks/glust