[Pvfs2-cvs] commit by harms in pvfs2/src/io/trove/trove-dbpf:
dbpf-mgmt.c
CVS commit program
cvs at parl.clemson.edu
Wed Sep 12 17:08:09 EDT 2007
Update of /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf
In directory parlweb1:/tmp/cvs-serv4136/src/io/trove/trove-dbpf
Modified Files:
dbpf-mgmt.c
Log Message:
Add debug statememnt for deletion of the top-level PVFS directory
Index: dbpf-mgmt.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf/dbpf-mgmt.c,v
diff -p -u -r1.98 -r1.99
--- dbpf-mgmt.c 15 Mar 2007 21:45:23 -0000 1.98
+++ dbpf-mgmt.c 12 Sep 2007 21:08:09 -0000 1.99
@@ -664,6 +664,7 @@ int dbpf_storage_remove(char *stoname,
}
DBPF_GET_STORAGE_DIRNAME(path_name, PATH_MAX, stoname);
+ gossip_debug(GOSSIP_TROVE_DEBUG, "Removing %s\n", path_name);
if (rmdir(path_name) != 0)
{
perror("failure removing storage space");
More information about the Pvfs2-cvs
mailing list