]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephfs/nfs: Check ganesha daemon status after restarting mgr 37571/head
authorVarsha Rao <varao@redhat.com>
Tue, 6 Oct 2020 05:59:40 +0000 (11:29 +0530)
committerVarsha Rao <varao@redhat.com>
Tue, 6 Oct 2020 17:26:05 +0000 (22:56 +0530)
Fixes: https://tracker.ceph.com/issues/47591
Signed-off-by: Varsha Rao <varao@redhat.com>
qa/tasks/cephfs/test_nfs.py

index 9941fc2e5cad0891170671e2efd98a704509bbc5..dccb3637aa7c3264112bee51f53d06f32e2cba4a 100644 (file)
@@ -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()