]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/rook/module.py
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / pybind / mgr / rook / module.py
index a2653512099e7ce9a8f548dbdecbd2cd4744e9bb..4b49d68100e96906c0b7fe1565b0c2591566f8a8 100644 (file)
@@ -330,7 +330,7 @@ class RookOrchestrator(MgrModule, orchestrator.Orchestrator):
         return result
 
     @deferred_read
-    def describe_service(self, service_type=None, service_id=None, node_name=None):
+    def describe_service(self, service_type=None, service_id=None, node_name=None, refresh=False):
 
         if service_type not in ("mds", "osd", "mgr", "mon", "nfs", None):
             raise orchestrator.OrchestratorValidationError(service_type + " unsupported")