Re: [Pvfs2-developers] Handling 64 bit handles for kmod

2006-09-20 Thread Murali Vilayannur
Hi guys, I decided to bite the bullet and checked this patch in after a few more cleanups and stress tests. Do let me know if I broke cvs, build and/or functionalities .. Thanks! Murali On Sun, 17 Sep 2006, Murali Vilayannur wrote: > Hi Pete, > > > > > Random stuff in pvfs2-cache.c, test/configur

[Pvfs2-developers] CoalescingLowWatermark setting

2006-09-20 Thread Pete Wyckoff
I've been debugging why the metadata server calls fdatasync() five times during a single create operation. (IO server separate and not considered here.) In fs.conf, I had these StorageHints settings TroveSyncMeta no TroveSyncData no CoalescingHighWatermark infinity CoalescingLowW

Re: [Pvfs2-developers] pvfs2_flush_inode() and directory permissions

2006-09-20 Thread Murali Vilayannur
Thanks, Phil! BTW: Do all the ACL stuff work for you guys now on different distros? Murali On Wed, 20 Sep 2006, Phil Carns wrote: > Yes, this works great. Thanks for the quick fix! > > -Phil > > Murali Vilayannur wrote: > > Hi Phil, > > I just checked in a fix for this. > > Basically, the proble

Re: [Pvfs2-developers] pvfs2_flush_inode() and directory permissions

2006-09-20 Thread Phil Carns
Yes, this works great. Thanks for the quick fix! -Phil Murali Vilayannur wrote: Hi Phil, I just checked in a fix for this. Basically, the problem was that in pvfs2_init_acl(), i wanted to mark the inode as dirty if its mode changed. Instead i was unconditionally marking it as dirty..duh Could

Re: [Pvfs2-developers] Re: mpi-io tests

2006-09-20 Thread Murali Vilayannur
Awesome, Sam! Can you check in your changes to test/posix/open.c as well? I will modify the rest (test/posix/io.c, test/posix/iox.c) thanks! Murali > > Hi Guys, > > I finally found the bug(s) causing these hangs. The first problem was > in the request scheduler, with the new crdirent pass-through

Re: [Pvfs2-developers] RFC: Config file overhaul

2006-09-20 Thread Rob Ross
Hi all, Since I'm being discussed, I thought that I should chime in :). I agree that what we're talking about here is just a couple of steps in the right general direction, not where we would really like to be in the long run. The zero-conf concept sounds great to me, conceptually. However,

Re: [Pvfs2-developers] Re: mpi-io tests

2006-09-20 Thread Rob Ross
Thanks for figuring this out Sam! -- Rob Sam Lang wrote: Hi Guys, I finally found the bug(s) causing these hangs. The first problem was in the request scheduler, with the new crdirent pass-through changes. The handle the crdirent gets queued on is actually the directory handle instead of t

Re: [Pvfs2-developers] Re: mpi-io tests

2006-09-20 Thread Julian Martin Kunkel
Hi, > calling any of the coalescing code. Julian and I had talked about this > being a problem a while back, but I guess it never got looked at. In > any case, I was able to cleanup the sync coalescing code some, so it was > probably worth it. I remember that I actually commited a fix to my branc