[ofa-general] [PATCH] Add node name map, partition config, and QOS policy config files to the "FILES" section of man page (WAS: Re: [PATCH] opensm/man: partition cfg file location)
Ira Weiny
weiny2 at llnl.gov
Mon Feb 4 13:22:27 PST 2008
Follow on patch which updates "FILES" section of man page.
Ira
>From 02af1ba1288b8a1e67b8581777ac4b8ab0dbb071 Mon Sep 17 00:00:00 2001
From: Ira K. Weiny <weiny2 at llnl.gov>
Date: Mon, 4 Feb 2008 13:16:16 -0800
Subject: [PATCH] Add node name map, partition config, and QOS policy config files to the "FILES"
section of man page.
Signed-off-by: Ira K. Weiny <weiny2 at llnl.gov>
---
opensm/configure.in | 2 ++
opensm/man/opensm.8.in | 15 +++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/opensm/configure.in b/opensm/configure.in
index 455630e..4ba4a64 100644
--- a/opensm/configure.in
+++ b/opensm/configure.in
@@ -116,6 +116,7 @@ AC_MSG_RESULT(${withnodenamemap=no})
AC_DEFINE_UNQUOTED(HAVE_DEFAULT_NODENAME_MAP,
["$CONF_DIR/$NODENAMEMAPFILE"],
[Define a default node name map file])
+AC_SUBST(NODENAMEMAPFILE)
dnl Check for a different partition conf file
PARTITION_CONFIG_FILE=partitions.conf
@@ -157,6 +158,7 @@ AC_MSG_RESULT(${withqospolicyconf=no})
AC_DEFINE_UNQUOTED(HAVE_DEFAULT_QOS_POLICY_FILE,
["$CONF_DIR/$QOS_POLICY_FILE"],
[Define a QOS policy config file])
+AC_SUBST(QOS_POLICY_FILE)
dnl select example event plugin or not
OPENIB_OSM_DEFAULT_EVENT_PLUGIN_SEL
diff --git a/opensm/man/opensm.8.in b/opensm/man/opensm.8.in
index 115ab56..e1ad10c 100644
--- a/opensm/man/opensm.8.in
+++ b/opensm/man/opensm.8.in
@@ -920,6 +920,18 @@ Both or one of options -U and -M can be specified together with \'-R file\'.
.SH FILES
.TP
+.B @CONF_DIR@/@NODENAMEMAPFILE@
+default node name map file. See ibnetdiscover for more information on format.
+
+.TP
+.B @CONF_DIR@/@PARTITION_CONFIG_FILE@
+default partition config file
+
+.TP
+.B @CONF_DIR@/@QOS_POLICY_FILE@
+default QOS policy config file
+
+.TP
.B @CONF_DIR@/prefix-routes.conf
default prefix routes file.
@@ -939,3 +951,6 @@ Yevgeny Kliteynik
.TP
Thomas Sodring
.RI < tsodring at simula.no >
+.TP
+Ira Weiny
+.RI < weiny2 at llnl.gov >
--
1.5.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-node-name-map-partition-config-and-QOS-policy.patch
Type: application/octet-stream
Size: 1902 bytes
Desc: not available
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20080204/cd234365/attachment.obj>
More information about the general
mailing list