Re: [Pvfs2-developers] PATCH: src/io/trove/trove-dbpf/dbpf-mgmt.c

2007-09-05 Thread Pete Wyckoff
[EMAIL PROTECTED] wrote on Wed, 05 Sep 2007 18:29 -0500: > Right now the only way to do that is with two statements: > > PVFS_perror_gossip("failure removing storage space", errno); > gossip_err("%s", storage_path); > > We might have a single gossip call: > > gossip_err_error(PVFS_error, const c

Re: [Pvfs2-developers] PATCH: src/io/trove/trove-dbpf/dbpf-mgmt.c

2007-09-05 Thread Sam Lang
Hi Kevin, Looks good, thanks for sending this patch to the list. I think its generally accepted that minor stuff (debug statements for example) get committed directly. Since we're here though, our logging is horribly unstructured (we're running out of bits in the uint64_t space). Its

[Pvfs2-developers] PATCH: src/io/trove/trove-dbpf/dbpf-mgmt.c

2007-09-05 Thread Kevin Harms
Added a debug output when removing the storage directory. sample output: [EMAIL PROTECTED]: ~/software/sbin/pvfs2-server --rmfs ~/pvfs2-test/ fs.conf [S 09/05 17:40] PVFS2 Server on node fs1 version 2.7.0pre1-2007-09-05-220717 starting... [D 17:40:52.197864] dbpf

Re: [Pvfs2-developers] concurrent ls and rm

2007-09-05 Thread Rob Ross
hmm. ok. stupid readdir. i think i've fought passing the name for a long time, but i'm ready to give in. rob Sam Lang wrote: On Sep 5, 2007, at 10:47 AM, Rob Ross wrote: Are those cookies not somehow tied to a particular client? No they're not. -sam Sam Lang wrote: On Sep 5, 2007, at

Re: [Pvfs2-developers] concurrent ls and rm

2007-09-05 Thread Sam Lang
On Sep 5, 2007, at 10:47 AM, Rob Ross wrote: Are those cookies not somehow tied to a particular client? No they're not. -sam Sam Lang wrote: On Sep 5, 2007, at 10:31 AM, Phil Carns wrote: We have run into a problem with running "rm -rf" and "ls" concurrently on the same directory from d

Re: [Pvfs2-developers] concurrent ls and rm

2007-09-05 Thread Rob Ross
Are those cookies not somehow tied to a particular client? Sam Lang wrote: On Sep 5, 2007, at 10:31 AM, Phil Carns wrote: We have run into a problem with running "rm -rf" and "ls" concurrently on the same directory from different client nodes. In the particular case that we are looking at,

Re: [Pvfs2-developers] concurrent ls and rm

2007-09-05 Thread Sam Lang
On Sep 5, 2007, at 10:31 AM, Phil Carns wrote: We have run into a problem with running "rm -rf" and "ls" concurrently on the same directory from different client nodes. In the particular case that we are looking at, the directory has about 7000 files in it but no subdirectories. If we do

[Pvfs2-developers] concurrent ls and rm

2007-09-05 Thread Phil Carns
We have run into a problem with running "rm -rf" and "ls" concurrently on the same directory from different client nodes. In the particular case that we are looking at, the directory has about 7000 files in it but no subdirectories. If we do an ls on the directory while an "rm -rf" is running