]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: use port 7111 for osd-copy-from.sh 3235/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 22 Dec 2014 13:20:58 +0000 (14:20 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 22 Dec 2014 13:20:58 +0000 (14:20 +0100)
Because port 7110 is already used by mkfs.sh

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/osd/osd-copy-from.sh

index 0902b7329252f606eebf94abf56e56036f3e5d42..b4120c5ad450b934792830efe7206fa73e2934f6 100755 (executable)
@@ -23,7 +23,7 @@ source test/osd/osd-test-helpers.sh
 function run() {
     local dir=$1
 
-    export CEPH_MON="127.0.0.1:7110"
+    export CEPH_MON="127.0.0.1:7111"
     export CEPH_ARGS
     CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
     CEPH_ARGS+="--mon-host=$CEPH_MON "