From: Varsha Rao Date: Tue, 6 Oct 2020 05:59:40 +0000 (+0530) Subject: qa/tasks/cephfs/nfs: Check ganesha daemon status after restarting mgr X-Git-Tag: v17.0.0~931^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=97959d249ab33fa58d5434d639aae2fd6b7c4c55;p=ceph.git qa/tasks/cephfs/nfs: Check ganesha daemon status after restarting mgr Fixes: https://tracker.ceph.com/issues/47591 Signed-off-by: Varsha Rao --- diff --git a/qa/tasks/cephfs/test_nfs.py b/qa/tasks/cephfs/test_nfs.py index 9941fc2e5cad0..dccb3637aa7c3 100644 --- a/qa/tasks/cephfs/test_nfs.py +++ b/qa/tasks/cephfs/test_nfs.py @@ -362,6 +362,8 @@ class TestNFS(MgrTestCase): self._unload_module("cephadm") self._load_module("cephadm") self._orch_cmd("set", "backend", "cephadm") + # Check if ganesha daemon is running + self._check_nfs_cluster_status('running', 'Failed to redeploy NFS Ganesha cluster') # Checks if created export is listed self._test_list_export() port, ip = self._get_port_ip_info()