diff options
author | Sage Weil <sage@redhat.com> | 2015-06-04 18:02:29 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-06-04 18:02:29 +0200 |
commit | 61bad5584dfeb013bcc781011dffc473632b271f (patch) | |
tree | a35e240d991e31d760730af782a2a20bae811873 /src/vstart.sh | |
parent | vstart.sh: sudo radosgw for low port numbers (diff) | |
download | ceph-61bad5584dfeb013bcc781011dffc473632b271f.tar.xz ceph-61bad5584dfeb013bcc781011dffc473632b271f.zip |
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 <sage@redhat.com>
Diffstat (limited to '')
-rwxr-xr-x | src/vstart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vstart.sh b/src/vstart.sh index 1ff76f0bd05..4bf6a455ab9 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 |