]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: use 7130 for crush-classes.sh 14783/head
authorLoic Dachary <ldachary@redhat.com>
Tue, 25 Apr 2017 17:44:28 +0000 (19:44 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 25 Apr 2017 17:44:28 +0000 (19:44 +0200)
7127 is already used by mon/misc.sh

Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/crush/crush-classes.sh

index fce7a84147add879550079328f0e84169080e082..fe6bbcc2f20787db0fa27b8edd8d0552be0ffcc9 100755 (executable)
@@ -22,7 +22,7 @@ function run() {
     local dir=$1
     shift
 
-    export CEPH_MON="127.0.0.1:7127" # git grep '\<7127\>' : there must be only one
+    export CEPH_MON="127.0.0.1:7130" # git grep '\<7130\>' : there must be only one
     export CEPH_ARGS
     CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
     CEPH_ARGS+="--mon-host=$CEPH_MON "