Skip to content

Commit

Permalink
mgr/dashboard_v2: Disable RBD_FEATURE_OPERATIONS
Browse files Browse the repository at this point in the history
Disable support for RBD_FEATURE_OPERATIONS in rbd controller (introduced
in PR: ceph#19903,
209f6fc)

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
  • Loading branch information
epuertat committed Aug 23, 2018
1 parent f79e134 commit a06082b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pybind/mgr/dashboard_v2/controllers/rbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def _format_bitmask(features):
rbd.RBD_FEATURE_DEEP_FLATTEN: "deep-flatten",
rbd.RBD_FEATURE_JOURNALING: "journaling",
rbd.RBD_FEATURE_DATA_POOL: "data-pool",
rbd.RBD_FEATURE_OPERATIONS: "operations",
}
names = [val for key, val in RBD_FEATURES_NAME_MAPPING.items()
if key & features == key]
Expand Down

0 comments on commit a06082b

Please sign in to comment.