]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/test_pool_create.sh: fix port 8361/head
authorSage Weil <sage@redhat.com>
Tue, 29 Mar 2016 18:23:28 +0000 (14:23 -0400)
committerSage Weil <sage@redhat.com>
Tue, 29 Mar 2016 18:26:17 +0000 (14:26 -0400)
17108 is used by test/mon/test_pool_quota.sh

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/test_pool_create.sh

index 657b6dda984993ccc22f948b469abe9432867269..e8ba1c9c8db2434cac7c1eb34573a0250edd9d1c 100755 (executable)
@@ -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 "