2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Change the dhcpinterface documentation to avoid confusion about xcatmn

This commit is contained in:
Victor Hu 2017-06-19 14:59:25 -04:00
parent 54a1e38ddd
commit e5e9325507

View File

@ -45,6 +45,10 @@ Configure DHCP to listen on different network interfaces [**Optional**]
To set "eth1" and "eth3" on the management node and "bond0" on all nodes in the nodegroup="service", set ``dhcpinterfaces`` using: ::
chdef -t site dhcpinterfaces="eth1,eth3;service|bond0"
or, to explicitly identify the management node with hostname ``xcatmn``: ::
chdef -t site dhcpinterfaces="xcatmn|eth1,eth3;service|bond0"
**noboot**