From: Ricardo Marques Date: Mon, 8 Apr 2019 20:22:25 +0000 (+0100) Subject: mgr/dashboard: Support ceph-iscsi config v9 X-Git-Tag: v14.2.2~202^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e09e66ec9efe263c4d0f0eb1d1e5bab6e888c152;p=ceph.git mgr/dashboard: Support ceph-iscsi config v9 Fixes: https://tracker.ceph.com/issues/39147 Signed-off-by: Ricardo Marques (cherry picked from commit 1b5bf05a2ce0590f034bbbc7ae750ed478f6ffe3) --- diff --git a/src/pybind/mgr/dashboard/controllers/iscsi.py b/src/pybind/mgr/dashboard/controllers/iscsi.py index f8b0e3063b5e..07755f8059d0 100644 --- a/src/pybind/mgr/dashboard/controllers/iscsi.py +++ b/src/pybind/mgr/dashboard/controllers/iscsi.py @@ -25,7 +25,7 @@ from ..tools import TaskManager @UiApiController('/iscsi', Scope.ISCSI) class IscsiUi(BaseController): - REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 8 + REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 9 @Endpoint() @ReadPermission