]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: set rgw dns name = localhost 4852/head
authorSage Weil <sage@redhat.com>
Thu, 4 Jun 2015 16:02:29 +0000 (09:02 -0700)
committerSage Weil <sage@redhat.com>
Thu, 4 Jun 2015 16:02:29 +0000 (09:02 -0700)
So we can test buckets in the URL by adding entries in /etc/hosts

Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index 1ff76f0bd055e2d2b4d454873c31aa2be160cfdd..4bf6a455ab98cee6742644cbbf06a30db7a207a3 100755 (executable)
@@ -364,6 +364,7 @@ if [ "$start_mon" -eq 1 ]; then
         osd pool default erasure code directory = $EC_PATH
         osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd
         rgw frontends = fastcgi, civetweb port=$CEPH_RGW_PORT
+        rgw dns name = localhost
         filestore fd cache size = 32
         run dir = $CEPH_OUT_DIR
 EOF