]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/vstart: deploy rgw service with cephadm
authorVarsha Rao <varao@redhat.com>
Wed, 14 Apr 2021 11:50:38 +0000 (17:20 +0530)
committerVarsha Rao <varao@redhat.com>
Wed, 14 Apr 2021 11:50:38 +0000 (17:20 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
src/vstart.sh

index 4037cf1829b7889d0980cfa71bff2e6df16b6a4f..10045261ed3a04d772110112811243c10ddab1a9 100755 (executable)
@@ -1525,6 +1525,11 @@ do_rgw()
         fi
     fi
     # Start server
+    if [ "$cephadm" -gt 0 ]; then
+        ceph_adm orch apply rgw rgwTest
+        return
+    fi
+
     RGWDEBUG=""
     if [ "$debug" -ne 0 ]; then
         RGWDEBUG="--debug-rgw=20 --debug-ms=1"