From: Loic Dachary Date: Sun, 2 Feb 2014 09:33:20 +0000 (+0100) Subject: mon: osd-pool-create test initialization X-Git-Tag: v0.78~226^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ca7ed80e02fb0c3a22d1ea3b17d77921799ecf0;p=ceph.git mon: osd-pool-create test initialization * reduce the paxos propose interval speed up tests * load erasure code plugins from sources Reviewed-By: Christophe Courtaut Signed-off-by: Loic Dachary --- diff --git a/src/test/mon/osd-pool-create.sh b/src/test/mon/osd-pool-create.sh index cabe6b083040..b67d120554c1 100755 --- a/src/test/mon/osd-pool-create.sh +++ b/src/test/mon/osd-pool-create.sh @@ -30,6 +30,8 @@ function run_mon() { ./ceph-mon --id a \ --chdir= \ + --paxos-propose-interval=0.1 \ + --osd-pool-default-erasure-code-directory=.libs \ --mon-data=$DIR \ --log-file=$DIR/log \ --mon-cluster-log-file=$DIR/log \