Skip to content

Commit

Permalink
mgr/dashboard: Support ceph-iscsi config v9
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/39147

Signed-off-by: Ricardo Marques <rimarques@suse.com>
(cherry picked from commit 1b5bf05)
  • Loading branch information
ricardoasmarques authored and Lenz Grimmer committed May 7, 2019
1 parent e71c2e6 commit e09e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/controllers/iscsi.py
Expand Up @@ -25,7 +25,7 @@
@UiApiController('/iscsi', Scope.ISCSI)
class IscsiUi(BaseController):

REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 8
REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 9

@Endpoint()
@ReadPermission
Expand Down

0 comments on commit e09e66e

Please sign in to comment.