From: Sage Weil Date: Fri, 8 Jan 2016 18:04:57 +0000 (-0500) Subject: test/mon/osd-erasure-code-profile: pick new mon port X-Git-Tag: v10.0.3~97^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7161%2Fhead;p=ceph.git test/mon/osd-erasure-code-profile: pick new mon port 7108 is used by mark-down.sh Signed-off-by: Sage Weil --- diff --git a/src/test/mon/osd-erasure-code-profile.sh b/src/test/mon/osd-erasure-code-profile.sh index bc4e30f63af1..8e9491f4558d 100755 --- a/src/test/mon/osd-erasure-code-profile.sh +++ b/src/test/mon/osd-erasure-code-profile.sh @@ -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 "