Bug 2080056
| Summary: | [RFE] move the default timeservers for chrony into /etc/chrony/vendor-timeservers.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pat Riehecky <riehecky> |
| Component: | chrony | Assignee: | Miroslav Lichvar <mlichvar> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mlichvar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Pat Riehecky
2022-04-28 20:59:14 UTC
There were some requests to split the configuration before. See bug #1956320 for an example. I also asked on the Fedora devel list: https://www.mail-archive.com/devel@lists.fedoraproject.org/msg155794.html The trouble is that it would break existing tools like anaconda or augeas that can modify the chrony configuration. If the servers were specified in a separate file, they would not see them and this could lead to unexpected configurations. The tools would need to know how the files are included and what needs to be modified/overriden. That's a major complication. As the default config is very simple (it has only 3 effective directives beside the pool), I'm not sure if isolating the sources is worth the trouble. I'd say it is easier to create the config from scratch (e.g. using an ansible role). |