summaryrefslogtreecommitdiffstats
path: root/src/test/libradosstriper
diff options
context:
space:
mode:
authorLoic Dachary <ldachary@redhat.com>2015-08-05 14:46:57 +0200
committerLoic Dachary <ldachary@redhat.com>2015-08-05 14:46:57 +0200
commitb04bafc03affc9dc255f09c75a88de0182c1770f (patch)
tree0819d65c4946a4c1d17ac8fbdc0ccf400bddd793 /src/test/libradosstriper
parentMerge pull request #5337 from branch-predictor/bp-reduce-mallocs (diff)
downloadceph-b04bafc03affc9dc255f09c75a88de0182c1770f.tar.xz
ceph-b04bafc03affc9dc255f09c75a88de0182c1770f.zip
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 <ldachary@redaht.com>
Diffstat (limited to 'src/test/libradosstriper')
-rwxr-xr-xsrc/test/libradosstriper/rados-striper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/libradosstriper/rados-striper.sh b/src/test/libradosstriper/rados-striper.sh
index 0a3879f2621..df0a837a747 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 "