From: David Zafman Date: Thu, 17 Nov 2016 01:56:17 +0000 (-0800) Subject: test: Fix duplicate port in test-erasure-code-plugins.sh X-Git-Tag: v11.1.0~260^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7657c543164efcb4e19c11facf2237a404dc7d3;p=ceph.git test: Fix duplicate port in test-erasure-code-plugins.sh Add comments about uniqueness of port number required Signed-off-by: David Zafman --- diff --git a/src/test/erasure-code/test-erasure-code-plugins.sh b/src/test/erasure-code/test-erasure-code-plugins.sh index 75d65193cae..86f390ee50c 100755 --- a/src/test/erasure-code/test-erasure-code-plugins.sh +++ b/src/test/erasure-code/test-erasure-code-plugins.sh @@ -26,7 +26,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:17109" + export CEPH_MON="127.0.0.1:17110" # git grep '\<17110\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " diff --git a/src/test/mon/test_pool_quota.sh b/src/test/mon/test_pool_quota.sh index 0b69637be26..e856e10885c 100755 --- a/src/test/mon/test_pool_quota.sh +++ b/src/test/mon/test_pool_quota.sh @@ -14,7 +14,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:17108" + export CEPH_MON="127.0.0.1:17108" # git grep '\<17108\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " diff --git a/src/test/test_crush_bucket.sh b/src/test/test_crush_bucket.sh index 1ef3d8e68d7..48fd15063b1 100755 --- a/src/test/test_crush_bucket.sh +++ b/src/test/test_crush_bucket.sh @@ -11,7 +11,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:17119" + export CEPH_MON="127.0.0.1:17119" # git grep '\<17119\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " diff --git a/src/test/test_pool_create.sh b/src/test/test_pool_create.sh index e8ba1c9c8db..8f122192b24 100755 --- a/src/test/test_pool_create.sh +++ b/src/test/test_pool_create.sh @@ -11,7 +11,7 @@ function run() { local dir=$1 shift - export CEPH_MON="127.0.0.1:17109" + export CEPH_MON="127.0.0.1:17109" # git grep '\<17109\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON "