2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

refine the doc on dhcp in large cluster; correcta typo

This commit is contained in:
immarvin
2016-03-24 21:34:45 -04:00
parent 7fe3ba3c14
commit c743aa9592
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Add the relevant networks into the DHCP configuration, refer to: :ref:`Setup-dhc
Add the defined nodes into the DHCP configuration, refer to:
`XCAT_pLinux_Clusters/#configure-dhcp <http://localhost/fake_todo>`_
In the large cluster, the size of dhcp lease file "/var/lib/dhcpd/dhcpd.leases" on the DHCP server will grow over time, when it increases to around 100MB, the DHCP server will take a long time to respond the DHCP requests from the clients, which will cause the DHCP timeout in the client's side: ::
In the large cluster, the size of dhcp lease file "/var/lib/dhcpd/dhcpd.leases" on the DHCP server will grow over time. At around 100MB in size, the DHCP server will take a long time to respond to DHCP requests from clients and cause DHCP timeouts: ::
...
Mar 2 01:59:10 c656ems2 dhcpd: DHCPDISCOVER from 00:0a:f7:73:7d:d0 via eth0

View File

@ -10,7 +10,7 @@ Here is a summary of steps required for the xCAT management node .
1.Check Site Table
2.Check Networks
3.Configure Password Table
3.Initialize DHCP
4.Initialize DHCP
Check Site Table
----------------