]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: Various properties like 'last_refresh' do not contain timezone 37920/head
authorVolker Theile <vtheile@suse.com>
Thu, 10 Dec 2020 09:47:46 +0000 (10:47 +0100)
committerVolker Theile <vtheile@suse.com>
Tue, 5 Jan 2021 11:22:32 +0000 (12:22 +0100)
commit3fe715201c8c07cf4ea86b590f9682422eeccf33
treec86966429322d4be99f1c265cf92c5e82f552646
parent02178b04d62139f3f198702595839db095cf2c3e
cephadm: Various properties like 'last_refresh' do not contain timezone

Fixes: https://tracker.ceph.com/issues/48068
Signed-off-by: Volker Theile <vtheile@suse.com>
15 files changed:
src/cephadm/cephadm
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/osd.py
src/pybind/mgr/cephadm/tests/fixtures.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/cephadm/tests/test_migration.py
src/pybind/mgr/cephadm/tests/test_spec.py
src/pybind/mgr/cephadm/utils.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py
src/pybind/mgr/orchestrator/tests/test_orchestrator.py
src/python-common/ceph/tests/test_datetime.py [new file with mode: 0644]
src/python-common/ceph/utils.py [new file with mode: 0644]