From: liuchang0812 Date: Mon, 24 Jul 2017 09:34:45 +0000 (+0800) Subject: mgr/status: row has incorrect number of values X-Git-Tag: v12.1.2~152^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16529%2Fhead;p=ceph.git mgr/status: row has incorrect number of values Fixes: http://tracker.ceph.com/issues/20750 Signed-off-by: liuchang0812 --- diff --git a/src/pybind/mgr/status/module.py b/src/pybind/mgr/status/module.py index 22f1902404c..35b9dbb66b8 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