DeepSea icon indicating copy to clipboard operation
DeepSea copied to clipboard

maintenance.upgrade, remove time_init: ntp

Open swiftgist opened this issue 6 years ago • 0 comments

The time_init setting has been hardcoded into the default global.yml. With the switch to chrony, the entry should be removed and rely on the expectation of the .../ceph/time/default.sls file.

This only impacts existing clusters. The upgrade can remove the "time_init: ntp" line from /srv/salt/ceph/proposals/config/global.yml. For those that wish to keep using ntp, add the same entry to /srv/salt/ceph/stack/global.yml.

For those wishing to switch to chrony before this is implemented, add "time_init: chrony" to /srv/salt/ceph/stack/global.yml.

swiftgist avatar Feb 09 '18 13:02 swiftgist