]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: use fixed pool + ns
authorSage Weil <sage@newdream.net>
Mon, 28 Jun 2021 18:43:21 +0000 (14:43 -0400)
committerSage Weil <sage@newdream.net>
Wed, 14 Jul 2021 20:20:11 +0000 (16:20 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/dashboard/services/ganesha.py

index fdbb497853b1b10093c80d3d8550c8def87951e7..59ff711db17e8d0914c9ae07591dc348bf3cbe0d 100644 (file)
@@ -104,8 +104,8 @@ class Ganesha(object):
             spec = cast(NFSServiceSpec, service.spec)
             try:
                 orch_result[spec.service_id] = {
-                    'pool': spec.pool,
-                    'namespace': spec.namespace,
+                    'pool': 'nfs-ganesha',
+                    'namespace': spec.service_id,
                     'type': ClusterType.ORCHESTRATOR,
                     'daemon_conf': spec.rados_config_name()
                 }