From: Travis Rhoden Date: Fri, 8 May 2015 12:57:11 +0000 (-0400) Subject: rgw: call service ceph-radosgw instead of ceph X-Git-Tag: v1.5.24~8^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2cad50ff55f7819e4c8270b3039eff8ceffeb46c;p=ceph-deploy.git rgw: call service ceph-radosgw instead of ceph On RPM systems, the sysvinit script for rgw is "ceph-radosgw" Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/rgw.py b/ceph_deploy/rgw.py index f4e4b1d..0fd022e 100644 --- a/ceph_deploy/rgw.py +++ b/ceph_deploy/rgw.py @@ -100,7 +100,7 @@ def create_rgw(distro, name, cluster, init): conn, [ 'service', - 'ceph', + 'ceph-radosgw', 'start', 'rgw.{name}'.format(name=name), ],