[rhinstaller/anaconda/pulls/75 master] Add support for chrony pool directive

mlichvar installerbot-noreply at redhat.com
Mon Apr 20 09:20:33 UTC 2015


> I don't think I understand how this is supposed to work. It reads servers from the config and multiplies pool entries by 4. And then when rewriting the config it multiplies each server, whether or not it is a pool server, by 4? Maybe some examples of what the config should look like in the case of pool vs. individual vs. mixed pool+individual servers.

The default chrony config used to have:

server 0.fedora.pool.ntp.org iburst
server 1.fedora.pool.ntp.org iburst
server 2.fedora.pool.ntp.org iburst
server 3.fedora.pool.ntp.org iburst

Now it's just:
pool 2.fedora.pool.ntp.org iburst

The "2." name is used because it's currently the only one providing
IPv6 addreses. That will likely change in the future.

With the patch the user will see there are still four servers used
for synchronization and will hopefully not be tempted to add more.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/75


More information about the anaconda-patches mailing list