]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
rgw: /var/lib/ceph/radosgw/ (not rgw/) to match current radosgw package
authorSage Weil <sage@redhat.com>
Tue, 17 Mar 2015 23:03:03 +0000 (16:03 -0700)
committerSage Weil <sage@redhat.com>
Tue, 17 Mar 2015 23:03:03 +0000 (16:03 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
ceph_deploy/rgw.py

index cfc8fbf6e16f4c51f48a9e736c75d760d38f2cf6..7ec635b9474dbd00982aa76c7d8a9980a20128e3 100644 (file)
@@ -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),
             ],