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

Use auto-generated docs for networks.mtu

This commit is contained in:
Matt Ezell 2016-10-03 22:11:59 -04:00
parent 1e11b6e80f
commit 443fefdea1
2 changed files with 8 additions and 8 deletions

View File

@ -138,7 +138,7 @@ networks Attributes:
\ **mtu**\
The default MTU on the network (ex. 1500 or 9000).
The default MTU for the network

View File

@ -19,7 +19,7 @@ SYNOPSIS
********
\ **network Attributes:**\ \ *ddnsdomain*\ , \ *dhcpserver*\ , \ *domain*\ , \ *dynamicrange*\ , \ *gateway*\ , \ *logservers*\ , \ *mask*\ , \ *mgtifname*\ , \ *nameservers*\ , \ *net*\ , \ *netname*\ , \ *nodehostname*\ , \ *ntpservers*\ , \ *staticrange*\ , \ *staticrangeincrement*\ , \ *tftpserver*\ , \ *usercomment*\ , \ *vlanid*\ , \ *mtu*\
\ **network Attributes:**\ \ *ddnsdomain*\ , \ *dhcpserver*\ , \ *domain*\ , \ *dynamicrange*\ , \ *gateway*\ , \ *logservers*\ , \ *mask*\ , \ *mgtifname*\ , \ *mtu*\ , \ *nameservers*\ , \ *net*\ , \ *netname*\ , \ *nodehostname*\ , \ *ntpservers*\ , \ *staticrange*\ , \ *staticrangeincrement*\ , \ *tftpserver*\ , \ *usercomment*\ , \ *vlanid*\
***********
@ -87,6 +87,12 @@ network Attributes:
\ **mtu**\ (networks.mtu)
The default MTU for the network
\ **nameservers**\ (networks.nameservers)
A comma delimited list of DNS servers that each node in this network should use. This value will end up in the nameserver settings of the /etc/resolv.conf on each node in this network. If this attribute value is set to the IP address of an xCAT node, make sure DNS is running on it. In a hierarchical cluster, you can also set this attribute to "<xcatmaster>" to mean the DNS server for each node in this network should be the node that is managing it (either its service node or the management node). Used in creating the DHCP network definition, and DNS configuration.
@ -145,12 +151,6 @@ network Attributes:
\ **mtu**\ (networks.mtu)
The default MTU for the network.
********
SEE ALSO