diff options
author | Ponnuvel Palaniyappan <pponnuvel@gmail.com> | 2021-01-04 15:31:00 +0000 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-01-04 12:52:37 -0500 |
commit | 05c94ea7681a763cf17f57a11a0b50948b98f824 (patch) | |
tree | 77245340b485438dc24d1741f107e3590bda0b64 | |
parent | 3ad800fd5bfb6dc90aa55361cbad1f9e962f423c (diff) | |
download | sos-05c94ea7681a763cf17f57a11a0b50948b98f824.tar.gz |
[ceph] include time-sync-status for ceph mon
Ceph mons might get into time sync problems if ntp/chrony
isn't installed or configured correctly. Since Luminous
release, upstream support 'time-sync-status' to detect this
more easily.
Closes: #2356
Resolves: #2357
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | sos/report/plugins/ceph.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/ceph.py b/sos/report/plugins/ceph.py index 3b67fa09..f842209f 100644 --- a/sos/report/plugins/ceph.py +++ b/sos/report/plugins/ceph.py @@ -108,6 +108,7 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin): "fs dump", "pg dump", "pg stat", + "time-sync-status", ] self.add_cmd_output([ |