Skip to content

Commit

Permalink
mgr/dashboard: Remove RBD_FEATURE_OPERATIONS support
Browse files Browse the repository at this point in the history
Mimic introduced RBD_FEATURE_OPERATIONS feature (PR ceph#19903),
which dashboard_v2 supports. This was backported by 3c175d2
(a cherry-pick of 5056cba). This change disables that support, as
long as there's no plan to backport that RBD feature.

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
  • Loading branch information
epuertat committed Jul 27, 2018
1 parent 3fcb4fe commit 658a9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pybind/mgr/dashboard/controllers/rbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Rbd(RESTController):
rbd.RBD_FEATURE_DEEP_FLATTEN: "deep-flatten",
rbd.RBD_FEATURE_JOURNALING: "journaling",
rbd.RBD_FEATURE_DATA_POOL: "data-pool",
rbd.RBD_FEATURE_OPERATIONS: "operations",
}

def __init__(self):
Expand Down

0 comments on commit 658a9e3

Please sign in to comment.