From c7a88e42d1c6d90fc824861e27389fa982cc2d18 Mon Sep 17 00:00:00 2001 From: liuchang0812 Date: Mon, 24 Jul 2017 17:34:45 +0800 Subject: [PATCH] mgr/status: row has incorrect number of values Fixes: http://tracker.ceph.com/issues/20750 Signed-off-by: liuchang0812 --- src/pybind/mgr/status/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/status/module.py b/src/pybind/mgr/status/module.py index 22f1902404c66..35b9dbb66b817 100644 --- a/src/pybind/mgr/status/module.py +++ b/src/pybind/mgr/status/module.py @@ -173,7 +173,7 @@ class Module(MgrModule): else: rank_table.add_row([ - rank, "failed", "", "", "" + rank, "failed", "", "", "", "" ]) # Find the standby replays -- 2.39.5