From 00640d1af86a3a7aa0150693b595ae0635c9ddaa Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 13 Feb 2017 15:51:26 -0800 Subject: [PATCH] vstart: don't configure rgw_dns_name Setting rgw dns name as localhost by default is breaking auth in certain cases. Signed-off-by: Yehuda Sadeh --- src/vstart.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index e238f8ab3aece..e5a67daa7c57e 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -516,7 +516,6 @@ if [ "$start_mon" -eq 1 ]; then plugin dir = $CEPH_LIB osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd rgw frontends = $rgw_frontend port=$CEPH_RGW_PORT - rgw dns name = localhost filestore fd cache size = 32 run dir = $CEPH_OUT_DIR enable experimental unrecoverable data corrupting features = * -- 2.47.3