]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
rgw: call service ceph-radosgw instead of ceph
authorTravis Rhoden <trhoden@redhat.com>
Fri, 8 May 2015 12:57:11 +0000 (08:57 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 8 May 2015 12:57:11 +0000 (08:57 -0400)
On RPM systems, the sysvinit script for rgw is "ceph-radosgw"

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/rgw.py

index f4e4b1d86a52af52e8b3c1be159acea025b4c4e0..0fd022ed4a95b14b929d78bfea498486e85883fd 100644 (file)
@@ -100,7 +100,7 @@ def create_rgw(distro, name, cluster, init):
             conn,
             [
                 'service',
-                'ceph',
+                'ceph-radosgw',
                 'start',
                 'rgw.{name}'.format(name=name),
             ],