"""Update MDS cluster"""
raise NotImplementedError()
+ def add_rgw(self, spec):
+ # type: (RGWSpec) -> Completion
+ """Create RGW daemon(s)"""
+ raise NotImplementedError()
+
+ def apply_rgw(self, spec):
+ # type: (RGWSpec) -> Completion
+ """Update RGW cluster"""
+ raise NotImplementedError()
+
def add_rbd_mirror(self, spec):
# type: (ServiceSpec) -> Completion
"""Create rbd-mirror daemon(s)"""
"""Update NFS cluster"""
raise NotImplementedError()
- def add_rgw(self, spec):
- # type: (RGWSpec) -> Completion
- """Create RGW daemon(s)"""
- raise NotImplementedError()
-
- def apply_rgw(self, spec):
- # type: (RGWSpec) -> Completion
- """Update RGW cluster"""
- raise NotImplementedError()
-
def add_prometheus(self, spec):
# type: (ServiceSpec) -> Completion
"""Create new prometheus daemon"""