Re: [Gluster-devel] sessions on gluster volume

2007-04-25 Thread Vikas Gorur
Pooya Woodcock wrote: Sorry I spoke too soon, just ran test.php and it hangs again using patch 122. I thought I was doing good since apache stopped and started cleanly from config files on the gluster volume. ? session_create(); ? The hanging was due to a bug in the posix xlator, which has

Re: [Gluster-devel] sessions on gluster volume

2007-04-24 Thread Anand Avati
Pooya, can you tell me if you had loaded posix-locks translator on the srrver side? if so can you try without it and tell me if still it hangs? avati On Tue, Apr 24, 2007 at 12:59:25AM +0530, Krishna Srinivas wrote: Hi Pooya, I am not able to guess what might be happening.. Can you give

Re: [Gluster-devel] sessions on gluster volume

2007-04-24 Thread Anand Avati
I might be able to guess at locking issues - PHP locks session files during access, and removes the lock once the request has finished. How well does gluster handle locking ? posix-locks are not officially *in*. the tla version of posix-locks is under development and we will make an

Re: [Gluster-devel] sessions on gluster volume

2007-04-24 Thread Pooya Woodcock
On Apr 24, 2007, at 9:17 AM, Pooya Woodcock wrote: On Apr 24, 2007, at 9:14 AM, Pooya Woodcock wrote: Hi Avati, Sounds like i'll hold off until it's ready... There was sadly no debugging information that I could see in the log file, got any times to get better debugging on this?

Re: [Gluster-devel] sessions on gluster volume

2007-04-23 Thread Matt Paine
Hi Pooya, I am not able to guess what might be happening.. Can you give us the spec files. Did you try to do any debugging, at what point the glusterfs hangs etc? Putting debug/trace translator at right points will give you clues. Thanks Krishna I might be able to guess at locking issues -

[Gluster-devel] sessions on gluster volume

2007-04-20 Thread Pooya Woodcock
In my php.ini, session.save_path is set to /GLUSTER/php_sessions . / GLUSTER is a unified, afr'ed mount point. The app worked fine using the glusterfsd-1.3-pre2.3 release. After upgrading to the latest mainline tla as of 15 minutes ago, everytime we run a php script that tries to save a