From: Sage Weil Date: Tue, 17 Mar 2015 23:03:03 +0000 (-0700) Subject: rgw: /var/lib/ceph/radosgw/ (not rgw/) to match current radosgw package X-Git-Tag: v1.5.23~11^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef51528033911f3c7a6f53782e3f4a7570fd6685;p=ceph-deploy.git rgw: /var/lib/ceph/radosgw/ (not rgw/) to match current radosgw package Signed-off-by: Sage Weil --- diff --git a/ceph_deploy/rgw.py b/ceph_deploy/rgw.py index cfc8fbf..7ec635b 100644 --- a/ceph_deploy/rgw.py +++ b/ceph_deploy/rgw.py @@ -29,7 +29,7 @@ def get_bootstrap_rgw_key(cluster): def create_rgw(distro, name, cluster, init): conn = distro.conn - path = '/var/lib/ceph/rgw/{cluster}-{name}'.format( + path = '/var/lib/ceph/radosgw/{cluster}-{name}'.format( cluster=cluster, name=name ) @@ -89,7 +89,7 @@ def create_rgw(distro, name, cluster, init): [ 'initctl', 'emit', - 'ceph-rgw', + 'radosgw', 'cluster={cluster}'.format(cluster=cluster), 'id={name}'.format(name=name), ],