]> git.apps.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>
Wed, 8 Jul 2020 05:36:34 +0000 (07:36 +0200)
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 16d11d1f67226dbede7c706e17418dfa278c7c73)

src/vstart.sh

index 6ca483ad19ecaadac300fde5c138243f98ec581d..b3029a05fd28605f1e570208b6160d92028b4a79 100755 (executable)
@@ -1086,6 +1086,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 {
@@ -1106,7 +1109,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;