]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: mon/mon-scrub.sh: port clashed with other tests
authorJoao Eduardo Luis <joao@suse.de>
Wed, 9 Sep 2015 17:15:34 +0000 (18:15 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Wed, 9 Sep 2015 17:17:48 +0000 (18:17 +0100)
This will allow the test to be run during make check.

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/test/mon/mon-scrub.sh

index 289e03b72d545f35115bff594d048be7ef21a9e3..eb33bbcc7f3056a1767d849cac113e77db593495 100755 (executable)
@@ -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 "