-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
v10.10.7 changes the way NTP is handled to cope with new support for getting NTP servers from DHCP. This is real good news.
However, the new source="default" behavior seems strange in several ways:
- the documentation does not document it (what does "use default NTP servers" as alternative to well-defined
dhcp|manual|nonechoices?) Likely the "the default shall be..." sentence is meant to explain that, except that it does not explicitly states it applies todefault, which is likely not explicitly documented as being the default value if thentpelement is not provided. - "Use default NTP servers" in the TUI is likely to cause confusion; what would be the reason not to select an actual source? Its effect is even not clear at all from the code.
- the default-selection log exists in
answerfile.pybut leaves a branch whereresults['ntp-config-method'] = "default", which should likely not be
Metadata
Metadata
Assignees
Labels
No labels