Project

General

Profile

Actions

Feature #14425

open

Allow configurable TZ

Added by Yuri Weinstein over 8 years ago. Updated over 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Reviewed:
Affected Versions:

Description

See #14399

Due to timezone bugs in hammer, we had to ensure uniform time zones on all test machines. We need to be able to configure specific tests to different time zone configurations (presumably by specifying a timezone for each machine in the yaml) in order to find such bugs in the future.

Actions #1

Updated by Yuri Weinstein over 8 years ago

  • Description updated (diff)
Actions #2

Updated by Greg Farnum over 8 years ago

  • Description updated (diff)
Actions #3

Updated by Zack Cerza over 8 years ago

This is how timezone setting is currently done:

11:49:27 zack@zwork.local ceph-qa-suite master ? grep -r timezone suites
suites/upgrade/hammer-x/parallel/0-tz-eastern.yaml:      - echo America/New_York | sudo tee /etc/timezone
suites/upgrade/hammer-x/point-to-point-x/0-tz-eastern.yaml:      - echo America/New_York | sudo tee /etc/timezone
suites/upgrade/hammer-x/stress-split/0-tz-eastern.yaml:      - echo America/New_York | sudo tee /etc/timezone
suites/upgrade/hammer-x/stress-split-erasure-code/0-tz-eastern.yaml:      - echo America/New_York | sudo tee /etc/timezone
suites/upgrade/hammer-x/stress-split-erasure-code-x86_64/0-tz-eastern.yaml:      - echo America/New_York | sudo tee /etc/timezone

Currently nothing is reverting those changes, though.

Actions #4

Updated by Zack Cerza over 8 years ago

  • Tracker changed from Bug to Feature

https://github.com/ceph/ceph-cm-ansible/pull/191 now ensures uniform timezones before testing begins

Actions

Also available in: Atom PDF