From b7657c543164efcb4e19c11facf2237a404dc7d3 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Wed, 16 Nov 2016 17:56:17 -0800 Subject: [PATCH] test: Fix duplicate port in test-erasure-code-plugins.sh Add comments about uniqueness of port number required Signed-off-by: David Zafman --- src/test/erasure-code/test-erasure-code-plugins.sh | 2 +- src/test/mon/test_pool_quota.sh | 2 +- src/test/test_crush_bucket.sh | 2 +- src/test/test_pool_create.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 " -- 2.39.5