From: Loic Dachary Date: Wed, 5 Aug 2015 12:46:57 +0000 (+0200) Subject: tests: rados striper tests use 7116 instead of 7113 X-Git-Tag: v9.1.0~434^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5478%2Fhead;p=ceph.git tests: rados striper tests use 7116 instead of 7113 Change src/test/libradosstriper/rados-striper.sh monitor address to 7116 because src/test/mon/osd-crush.sh uses 7113 already. Signed-off-by: Loic Dachary --- diff --git a/src/test/libradosstriper/rados-striper.sh b/src/test/libradosstriper/rados-striper.sh index 0a3879f2621a..df0a837a747b 100755 --- a/src/test/libradosstriper/rados-striper.sh +++ b/src/test/libradosstriper/rados-striper.sh @@ -20,7 +20,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:7113" + export CEPH_MON="127.0.0.1:7116" export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON "