]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/mon/osd-erasure-code-profile: pick new mon port 7161/head
authorSage Weil <sage@redhat.com>
Fri, 8 Jan 2016 18:04:57 +0000 (13:04 -0500)
committerSage Weil <sage@redhat.com>
Fri, 8 Jan 2016 18:04:57 +0000 (13:04 -0500)
7108 is used by mark-down.sh

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/mon/osd-erasure-code-profile.sh

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