]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Fix duplicate port in test-erasure-code-plugins.sh
authorDavid Zafman <dzafman@redhat.com>
Thu, 17 Nov 2016 01:56:17 +0000 (17:56 -0800)
committerDavid Zafman <dzafman@redhat.com>
Thu, 17 Nov 2016 01:56:17 +0000 (17:56 -0800)
Add comments about uniqueness of port number required

Signed-off-by: David Zafman <dzafman@redhat.com>
src/test/erasure-code/test-erasure-code-plugins.sh
src/test/mon/test_pool_quota.sh
src/test/test_crush_bucket.sh
src/test/test_pool_create.sh

index 75d65193cae6b9b9ad79bc24dd7631d568ec6024..86f390ee50ca1f91eb352fd587719eb60cc66e5e 100755 (executable)
@@ -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 "
index 0b69637be2613cc70f3b8bd279d6f87a336769a1..e856e10885c5ddf0b650056c76b9baecbb99b59b 100755 (executable)
@@ -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 "
index 1ef3d8e68d73582373e6619b956efe2e07b19d3d..48fd15063b1887c87e407adb9545b1ebba7b4626 100755 (executable)
@@ -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 "
index e8ba1c9c8db2434cac7c1eb34573a0250edd9d1c..8f122192b24dee907f82b949407d832cfe5a6689 100755 (executable)
@@ -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 "