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: v15.1.0~2274^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9ac2c32bc491d1698b080f83c9b4f6d70ebdfccb;p=ceph.git mgr/dashboard: Upgrade ceph-iscsi config to version 10 Fixes: https://tracker.ceph.com/issues/40566 Signed-off-by: Ricardo Marques --- diff --git a/src/pybind/mgr/dashboard/controllers/iscsi.py b/src/pybind/mgr/dashboard/controllers/iscsi.py index e460eddbb97f..df44f8898070 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