Bug 1162588
Summary: | [RFE] configure NTP on hosts | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | David Jaša <djasa> |
Component: | RFEs | Assignee: | Scott Herold <sherold> |
Status: | CLOSED DEFERRED | QA Contact: | Gil Klein <gklein> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | bugs, dfediuck, lpeer, lsurette, michal.skrivanek, nsednev, oourfali, rbalakri, s.kieske, srevivo, ykaul |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | Flags: | ylavi:
ovirt-future?
rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-07 17:51:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 970711 |
Description
David Jaša
2014-11-11 11:13:35 UTC
*** Bug 1171474 has been marked as a duplicate of this bug. *** See also Bug 619360 Comment 18. One more thing to consider is hosted engine and NTP on the engine machine. From past experience changing time on the engine machine backwards or forward proved to be destructive for the quartz mechanism engine is using. As I see it this should be a prerequisite just like DNS and not something we should be handling. > Duplicate of this bug: 1171474 Not realy. That bug requests NTP configuration of ovirt-engine, this bug requests configuration of hosts. (In reply to Doron Fediuck from comment #3) > See also Bug 619360 Comment 18. > I already commented there back at the time. IMO the problem is still here so it probably needs _some_ attention. > One more thing to consider is hosted engine and NTP on the engine > machine. From past experience changing time on the engine machine > backwards or forward proved to be destructive for the quartz mechanism > engine is using. > If possible, the right solution (TM) should be to: * peer the hosts in the cluster so that their clocks are consistent * use such host clock in hosted engine VM that will be correct even in migrate-to-file case * disable NTP in the VM Last time I had to deal with paused VM (RHEL 6.5 VM @ RHEV 3.5), the second point didn't work out so probably something in qemu or VM configuration would deserve tuning in order to achieve it. > As I see it this should be a prerequisite just like DNS and not something > we should be handling. you _could_ probably do at least checks without any service modification: Easy check: check if ntp servers are reachable and hosts are synced against them Sophisticated check: allow port 123 (from other hosts or globally) and do some queries to determine the mutual hosts clocks offsets. Difference larger than couple of seconds should result in warning, difference larger than a minute should be some error. ... The root cause why the NTP configuration requests keep resurfacing is combo of: 1. pool.ntp.org servers aren't available everywhere 2. other servers are not configured for some reason, e.g.: * yet another regression of ntp-servers-from-dhcp-are-ignored bug * ntp forgotten by administrator on networks with static IP configuration These two points do occur together at times so at least _some_ measure would be nice. *** Bug 1208772 has been marked as a duplicate of this bug. *** |