]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: Enable test_orchestrator in start_ganesha()
authorVarsha Rao <varao@redhat.com>
Tue, 21 Apr 2020 13:20:04 +0000 (18:50 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 29 May 2020 09:17:32 +0000 (14:47 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
src/vstart.sh

index 0acef0dbdbf59abfe0e1833e5e974e8a0e5f2633..939219c4461ef364ef22a37a18aabf7d54b514e8 100755 (executable)
@@ -1092,6 +1092,9 @@ start_ganesha() {
             osd "allow rw pool=$pool_name namespace=$namespace, allow rw tag cephfs data=a" \
             mds "allow rw path=/" \
             >> "$keyring_fn"
+
+        ceph_adm mgr module enable test_orchestrator
+        ceph_adm orch set backend test_orchestrator
         prun ceph_adm nfs cluster create cephfs $name
 
         echo "NFS_CORE_PARAM {
@@ -1112,7 +1115,7 @@ start_ganesha() {
            Minor_Versions = 1, 2;
         }
 
-        %url rados://$pool_name/$namespace/conf-nfs
+        %url rados://$pool_name/$namespace/conf-nfs.$test_user
 
         RADOS_KV {
            pool = $pool_name;