From: Sage Weil Date: Tue, 29 Mar 2016 18:23:28 +0000 (-0400) Subject: test/test_pool_create.sh: fix port X-Git-Tag: v10.1.1~72^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8361%2Fhead;p=ceph.git test/test_pool_create.sh: fix port 17108 is used by test/mon/test_pool_quota.sh Signed-off-by: Sage Weil --- diff --git a/src/test/test_pool_create.sh b/src/test/test_pool_create.sh index 657b6dda984..e8ba1c9c8db 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:17108" + export CEPH_MON="127.0.0.1:17109" export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON "