remove not used from noderes.nfsdir, is used by statelite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5905 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
020d630978
commit
6575512c45
@ -449,7 +449,7 @@ noderes => {
|
||||
tftpserver => 'The TFTP server for this node (as known by this node).',
|
||||
nfsserver => 'The NFS server for this node (as known by this node).',
|
||||
monserver => 'The monitoring aggregation point for this node. The format is "x,y" where x is the ip address as known by the management node and y is the ip address as known by the node.',
|
||||
nfsdir => 'Not used! The path that should be mounted from the NFS server.',
|
||||
nfsdir => 'The path that should be mounted from the NFS server.',
|
||||
installnic => 'The network adapter on the node that will be used for OS deployment, the installnic can be set to the network adapter name or the mac address or the keyword "mac" which means that the network interface specified by the mac address in the mac table will be used. If not set, primarynic will be used.',
|
||||
primarynic => 'The network adapter on the node that will be used for xCAT management, the primarynic can be set to the network adapter name or the mac address or the keyword "mac" which means that the network interface specified by the mac address in the mac table will be used. Default is eth0.',
|
||||
discoverynics => 'If specified, force discovery to occur on specific network adapters only, regardless of detected connectivity. Syntax can be simply "eth2,eth3" to restrict discovery to whatever happens to come up as eth2 and eth3, or by driver name such as "bnx2:0,bnx2:1" to specify the first two adapters managed by the bnx2 driver',
|
||||
|
Loading…
Reference in New Issue
Block a user