mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 22:15:30 +00:00
Set consoleondemand to yes to prevent conserver connections setup with conserver daemon start
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -930,7 +930,7 @@ sub initDB
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab key=ipmitimeout site.value=2;";
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=no;";
|
||||
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=yes;";
|
||||
}
|
||||
$chtabcmds .= "$::XCATROOT/sbin/chtab key=master site.value=$master;";
|
||||
$chtabcmds .= "$::XCATROOT/sbin/chtab key=maxssh site.value=8;";
|
||||
|
Reference in New Issue
Block a user