From 6239e91181ed1a318fcf13a22249cbfdeb0ead0a Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 27 Jan 2012 19:02:32 +0000 Subject: [PATCH] add shareinstall to site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11426 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 0ab9b1c2e..6da3c66ed 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -871,6 +871,12 @@ site => { " in tftpdir is mounted on all on Service Nodes. Default is 1/yes.\n". " If value is set to a hostname, the directory in tftpdir\n". " will be mounted from that hostname on the SN\n\n". + " shareinstall: Indicates if a shared file system will be used for installation\n". + " resources. Possible values are: 'no', 'sns', or 'all'. 'no' \n". + " means a shared file system is not being used. 'sns' means a\n". + " shared filesystem is being used across all service nodes.\n". + " 'all' means that the management as well as the service nodes\n". + " are all using a common shared filesystem. The default is 'no'.\n". " skiptables: Comma separated list of tables to be skipped by dumpxCATdb\n". " SNsyncfiledir: The directory on the Service Node, where xdcp will copy the files\n". " from the MN that will eventually be copied to the compute nodes.\n\n". @@ -1403,6 +1409,7 @@ my @nodeattrs = ( tabentry => 'nodehm.termport', access_tabentry => 'nodehm.node=attr:node', }, + ### # TODO: is nodehm.conserver used anywhere? I couldn't find any code references ###