From 8bbd195fea5c6d3f52ca363fa36822c2b2927d93 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 2 May 2016 14:52:59 -0400 Subject: [PATCH] test/mon/mon-created-time: put on unique port 7122 is also used by test/osd/osd-reactivate.sh Signed-off-by: Sage Weil --- src/test/mon/mon-created-time.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/mon/mon-created-time.sh b/src/test/mon/mon-created-time.sh index 60277155f7a..719044fc930 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 " -- 2.39.5