From 61bad5584dfeb013bcc781011dffc473632b271f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 4 Jun 2015 09:02:29 -0700 Subject: [PATCH] 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 --- src/vstart.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3