Skip to content

Commit

Permalink
mgr/dashboard: Upgrade ceph-iscsi config to version 10
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/40566

Signed-off-by: Ricardo Marques <rimarques@suse.com>
  • Loading branch information
ricardoasmarques committed Jul 4, 2019
1 parent 00a67b0 commit 9ac2c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/controllers/iscsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@UiApiController('/iscsi', Scope.ISCSI)
class IscsiUi(BaseController):

REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 9
REQUIRED_CEPH_ISCSI_CONFIG_VERSION = 10

@Endpoint()
@ReadPermission
Expand Down

0 comments on commit 9ac2c32

Please sign in to comment.