Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1294661 - (v0.5) Sync hosts timezone and clocks #2

Open
eedri opened this issue Jan 21, 2016 · 0 comments
Open

Bug 1294661 - (v0.5) Sync hosts timezone and clocks #2

eedri opened this issue Jan 21, 2016 · 0 comments

Comments

@eedri
Copy link
Contributor

eedri commented Jan 21, 2016

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

migrated from https://bugzilla.redhat.com/show_bug.cgi?id=1294661

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants