From: Ricardo Marques Date: Mon, 24 Jun 2019 14:09:24 +0000 (+0100) Subject: mgr/dashboard: Upgrade ceph-iscsi config to version 10 X-Git-Tag: v14.2.3~60^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da610ce1edd9d4277754cf7f53a3d013d666ca5c;p=ceph.git mgr/dashboard: Upgrade ceph-iscsi config to version 10 Fixes: https://tracker.ceph.com/issues/40566 Signed-off-by: Ricardo Marques (cherry picked from commit 9ac2c32bc491d1698b080f83c9b4f6d70ebdfccb) --- diff --git a/src/pybind/mgr/dashboard/controllers/iscsi.py b/src/pybind/mgr/dashboard/controllers/iscsi.py index b58ef66a9f2..b03cc246126 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 = 9 + REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 10 @Endpoint() @ReadPermission