From: Sage Weil Date: Wed, 11 Mar 2020 21:51:10 +0000 (-0400) Subject: mgr/orch: 'age' -> 'ago' in 'orch ls' output X-Git-Tag: v15.1.1~8^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4360bb729c10bad676d07857be6e18d700171af2;p=ceph.git mgr/orch: 'age' -> 'ago' in 'orch ls' output Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 7c459de0cc9..3196b802ee7 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -359,7 +359,7 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule): table.add_row(( s.service_name, '%d/%d' % (s.running, s.size), - nice_delta(now, s.last_refresh, ' age'), + nice_delta(now, s.last_refresh, ' ago'), nice_delta(now, s.created), s.spec.placement.pretty_str() if s.spec else '-', ukn(s.container_image_name),