mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-04 20:17:55 +00:00
3249298cbd
makentp reads site.ntpbackend to select the NTP daemon, and setupntp takes the same value as --backend, but no help text names the attribute. An admin who needs ntpd on a host that has chrony has no way to find out the attribute exists. site.dhcpbackend, which selects the DHCP implementation the same way, is documented in the site table help. The site table description in xCAT::Schema now carries ntpbackend beside ntpservers, with its valid values and the auto default. The makentp man page lists it with the other site attributes the command honors, and names the setupntp --backend option that carries the value to the nodes. ntp_backend_selection.t reads the site help from the loaded schema and the makentp pod. Five assertions fail without this change. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>