From: Sage Weil Date: Mon, 2 May 2016 18:52:59 +0000 (-0400) Subject: test/mon/mon-created-time: put on unique port X-Git-Tag: v11.0.0~762^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bbd195fea5c6d3f52ca363fa36822c2b2927d93;p=ceph.git test/mon/mon-created-time: put on unique port 7122 is also used by test/osd/osd-reactivate.sh Signed-off-by: Sage Weil --- diff --git a/src/test/mon/mon-created-time.sh b/src/test/mon/mon-created-time.sh index 60277155f7a0..719044fc930d 100755 --- a/src/test/mon/mon-created-time.sh +++ b/src/test/mon/mon-created-time.sh @@ -19,7 +19,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:7122" # git grep '\<7122\>' : there must be only one + export CEPH_MON="127.0.0.1:7125" # git grep '\<7125\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON "