[PVFS2-CVS]
commit by neill in pvfs2/src/common/misc: server-config.c
CVS commit program
cvs at parl.clemson.edu
Tue Feb 10 14:53:05 EST 2004
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb:/tmp/cvs-serv1094
Modified Files:
server-config.c
Log Message:
- even better error reporting for this case
Index: server-config.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/server-config.c,v
diff -p -u -r1.53 -r1.54
--- server-config.c 10 Feb 2004 19:43:10 -0000 1.53
+++ server-config.c 10 Feb 2004 19:53:05 -0000 1.54
@@ -1972,10 +1972,12 @@ int PINT_config_pvfs2_mkspace(
if (!cur_handle_range)
{
/* if we have no handle range, the config is broken */
- gossip_err("Invalid configuration handle "
- "range for host %s\n", config->host_id);
- gossip_err("Please make sure that all configuration "
- "information for this host is correct\n");
+ gossip_err("Could not find handle range for host %s\n",
+ config->host_id);
+ gossip_err("Please make sure that the host names in "
+ "%s and %s are consistent\n",
+ config->fs_config_filename,
+ config->server_config_filename);
break;
}
}
More information about the PVFS2-CVS
mailing list