From d7ab261bc763d4430b0ccfa93a587574e89223a6 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 1 Sep 2010 05:41:58 +0000 Subject: [PATCH] add the enableASMI related documentation to the Schema.pm for the site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7329 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index d491c68de..29ae740a9 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -791,6 +791,8 @@ site => { " useNmapfromMN: When set to yes, nodestat command should obtain the node status\n". " using nmap (if available) from the management node instead of the\n". " service node. This will improve the performance in a flat network.\n\n". + " enableASMI: (yes/1 or no/0). If yes, ASMI method will be used after fsp-api. If no,\n". + " when fsp-api is used, ASMI method will not be used. Default is no.\n\n". " xcatconfdir: Where xCAT config data is (default /etc/xcat).\n\n". " xcatdport: The port used by the xcatd daemon for client/server communication.\n\n". " xcatiport: The port used by xcatd to receive install status updates from nodes.\n\n",