]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/mon/mon-created-time: put on unique port
authorSage Weil <sage@redhat.com>
Mon, 2 May 2016 18:52:59 +0000 (14:52 -0400)
committerSage Weil <sage@redhat.com>
Mon, 2 May 2016 18:52:59 +0000 (14:52 -0400)
7122 is also used by test/osd/osd-reactivate.sh

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/mon/mon-created-time.sh

index 60277155f7a02061a223414a2cb47aefae5bae1f..719044fc930d5185428e779ba6aaed3131c344db 100755 (executable)
@@ -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 "