[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc:
server-config.c
CVS commit program
cvs at parl.clemson.edu
Wed Jan 17 12:36:20 EST 2007
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv31488/src/common/misc
Modified Files:
Tag: pvfs-2-6-branch
server-config.c
Log Message:
update TroveMethod description to link properly to context references
Index: server-config.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/server-config.c,v
diff -p -u -r1.98.6.2 -r1.98.6.3
--- server-config.c 6 Dec 2006 00:55:13 -0000 1.98.6.2
+++ server-config.c 17 Jan 2007 17:36:20 -0000 1.98.6.3
@@ -803,15 +803,18 @@ static const configoption_t options[] =
/* This option specifies the method used for trove. Currently the
* dbpf method is the default. Other methods include 'alt-aio'.
*
- * Note that this option can be specified in either the <Defaults>
- * context of the main fs.conf, or in a filesystem specific <StorageHints>
- * context, but the semantics of TroveMethod in the <Defaults>
+ * Note that this option can be specified in either the <a href="#Defaults">
+ * Defaults</a> context of the main fs.conf, or in a filesystem specific
+ * <a href="#StorageHints">StorageHints</a>
+ * context, but the semantics of TroveMethod in the
+ * <a href="#Defaults">Defaults</a>
* context is different from other options. The TroveMethod in the
- * <Defaults> context only specifies which method is used at
+ * <a href="#Defaults">Defaults</a> context only specifies which
+ * method is used at
* server initialization. It does not specify the default TroveMethod
* for all the filesystems the server supports. To set the TroveMethod
- * for a filesystem, the TroveMethod must be placed in the <StorageHints>
- * context for that filesystem.
+ * for a filesystem, the TroveMethod must be placed in the
+ * <a href="#StorageHints">StorageHints</a> context for that filesystem.
*/
{"TroveMethod", ARG_STR, get_trove_method, NULL,
CTX_DEFAULTS|CTX_GLOBAL|CTX_STORAGEHINTS, "dbpf"},
More information about the Pvfs2-cvs
mailing list