From: Joao Eduardo Luis Date: Wed, 9 Sep 2015 17:15:34 +0000 (+0100) Subject: test: mon/mon-scrub.sh: port clashed with other tests X-Git-Tag: v9.1.0~175^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ceb37d4bacf92182046854e38a71b9bc61bdc83;p=ceph.git test: mon/mon-scrub.sh: port clashed with other tests This will allow the test to be run during make check. Signed-off-by: Joao Eduardo Luis --- diff --git a/src/test/mon/mon-scrub.sh b/src/test/mon/mon-scrub.sh index 289e03b72d54..eb33bbcc7f30 100755 --- a/src/test/mon/mon-scrub.sh +++ b/src/test/mon/mon-scrub.sh @@ -21,7 +21,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:7104" + export CEPH_MON="127.0.0.1:7120" export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON "