From d6dbb168e5f866caf587977f0cccfbc1ed28b660 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 3 Feb 2021 14:08:19 +0530 Subject: [PATCH] mgr/test_orchestrator: Update nfs service id The nfs-ganesha cluster name was recently updated in this PR[1]. Update the nfs service id to maintain uniformity. [1] https://github.com/ceph/ceph/pull/38510 Fixes: https://tracker.ceph.com/issues/49121 Signed-off-by: Varsha Rao (cherry picked from commit f0969cea17db20696964ab1f800aded3beab05d9) --- src/pybind/mgr/test_orchestrator/dummy_data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/test_orchestrator/dummy_data.json b/src/pybind/mgr/test_orchestrator/dummy_data.json index 0eaa5af42cd0b..2c2e6540edfea 100644 --- a/src/pybind/mgr/test_orchestrator/dummy_data.json +++ b/src/pybind/mgr/test_orchestrator/dummy_data.json @@ -327,8 +327,8 @@ } ] }, - "service_id": "ganesha-vstart", - "service_name": "nfs.ganesha-vstart", + "service_id": "vstart", + "service_name": "nfs.vstart", "service_type": "nfs", "pool": "nfs-ganesha", "namespace": "vstart", @@ -434,7 +434,7 @@ "container_image_id": "36114e38494190b0c9d4b088c12e6e4086e8017b96b4d5fc14eb5406bd51b55b", "container_image_name": "quay.io/ceph-ci/ceph:master", "created": "2020-04-16T05:44:41.551646", - "daemon_id": "ganesha-vstart.osd0", + "daemon_id": "vstart.osd0", "daemon_type": "nfs", "hostname": "osd0", "last_refresh": "2020-04-16T06:51:43.182937", -- 2.39.5