diff --git a/src/pybind/mgr/crash/module.py b/src/pybind/mgr/crash/module.py index 82ebc6dd23b..e33bf744302 100644 --- a/src/pybind/mgr/crash/module.py +++ b/src/pybind/mgr/crash/module.py @@ -81,6 +81,7 @@ class Module(MgrModule): keys = [] for key in six.iterkeys(self.get_store_prefix('crash/')): keys.append(key.replace('crash/', '')) + keys.sort() return 0, '\n'.join(keys), '' def do_rm(self, cmd, inbuf):