From: Sage Weil Date: Thu, 4 Jun 2015 16:02:29 +0000 (-0700) Subject: vstart.sh: set rgw dns name = localhost X-Git-Tag: v9.0.2~51^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4852%2Fhead;p=ceph.git vstart.sh: set rgw dns name = localhost So we can test buckets in the URL by adding entries in /etc/hosts Signed-off-by: Sage Weil --- diff --git a/src/vstart.sh b/src/vstart.sh index 1ff76f0bd055..4bf6a455ab98 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -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