Bug 1294661

Summary: (v0.5) Sync hosts timezone and clocks
Product: [Community] ovirt-system-tests Reporter: Yaniv Kaul <ykaul>
Component: CoreAssignee: David Caro <dcaroest>
Status: CLOSED DEFERRED QA Contact: Pavel Stehlik <pstehlik>
Severity: high Docs Contact:
Priority: unspecified    
Version: 0.4CC: bugs, eedri
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-21 10:06:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Yaniv Kaul 2015-12-29 14:10:21 UTC
Description of problem:
Some hosts are in EST time zone, some on IST time zone. This makes it a bit more difficult to debug:
[ykaul@ykaul deployment-basic_suite_3.6]$ lagocli shell lago_basic_suite_3_6_host1
2015-12-29 16:08:15,793 - root - DEBUG - Running 9ac790ba on lago_basic_suite_3_6_host1: true
2015-12-29 16:08:15,813 - root - DEBUG - Command 9ac790ba on lago_basic_suite_3_6_host1 returned with 0
[root@lago_basic_suite_3_6_host1 ~]# date
Tue Dec 29 09:08:17 EST 2015
[root@lago_basic_suite_3_6_host1 ~]# exit
exit
[ykaul@ykaul deployment-basic_suite_3.6]$ lagocli shell lago_basic_suite_3_6_host0
2015-12-29 16:08:22,008 - root - DEBUG - Running 9e7be670 on lago_basic_suite_3_6_host0: true
2015-12-29 16:08:22,025 - root - DEBUG - Command 9e7be670 on lago_basic_suite_3_6_host0 returned with 0
[root@lago_basic_suite_3_6_host0 ~]# date
Tue Dec 29 09:08:22 EST 2015
[root@lago_basic_suite_3_6_host0 ~]# exit
exit
[ykaul@ykaul deployment-basic_suite_3.6]$ lagocli shell lago_basic_suite_3_6_engine
2015-12-29 16:08:34,602 - root - DEBUG - Running a5fd9a10 on lago_basic_suite_3_6_engine: true
2015-12-29 16:08:34,649 - root - DEBUG - Command a5fd9a10 on lago_basic_suite_3_6_engine returned with 0
[root@lago_basic_suite_3_6_engine ~]# date
Tue Dec 29 14:08:34 IST 2015
[root@lago_basic_suite_3_6_engine ~]# exit
exit
[ykaul@ykaul deployment-basic_suite_3.6]$ lagocli shell lago_basic_suite_3_6_storage-iscsi
2015-12-29 16:08:46,031 - root - DEBUG - Running accd8512 on lago_basic_suite_3_6_storage-iscsi: true
2015-12-29 16:08:46,050 - root - DEBUG - Command accd8512 on lago_basic_suite_3_6_storage-iscsi returned with 0
[root@lago_basic_suite_3_6_storage-iscsi ~]# date
Tue Dec 29 16:08:46 IST 2015
[root@lago_basic_suite_3_6_storage-iscsi ~]# exit
exit
[ykaul@ykaul deployment-basic_suite_3.6]$ lagocli shell lago_basic_suite_3_6_storage-nfs
2015-12-29 16:08:52,682 - root - DEBUG - Running b0c444c6 on lago_basic_suite_3_6_storage-nfs: true
2015-12-29 16:08:52,693 - root - DEBUG - Command b0c444c6 on lago_basic_suite_3_6_storage-nfs returned with 0
[root@lago_basic_suite_3_6_storage-nfs ~]# date
Tue Dec 29 16:08:52 IST 2015


Version-Release number of selected component (if applicable):
0.5

Comment 1 Yaniv Kaul 2016-01-21 10:54:21 UTC
https://gerrit.ovirt.org/#/c/51569/ ensures they all run with kvmclock and UTC. 
Not entirely answering this bug, though.