I am setting up a (trial) instance of OMV 8. I want to set my timeservers in System -> Date & Time to
<local NTP server>, 0.pool.ntp.org, 1.pool.ntp.org.. The Chrony config keywords server or pool are not allowed.
OMV moves that info to /etc/chrony/chrony.conf where it shows up as
server <local NTP server> iburst
server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
Per https://chrony-project.org/doc/3.4/chrony.conf.html using "server" instead of "pool" reduces flexibility when an NTP server drops. Workaround manually changing chrony.conf resolves the issue of course but: Is this behaviour "a feature" or "overlooked" and therefore a bug?