]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: osd-pool-create test initialization
authorLoic Dachary <loic@dachary.org>
Sun, 2 Feb 2014 09:33:20 +0000 (10:33 +0100)
committerLoic Dachary <loic@dachary.org>
Tue, 4 Feb 2014 07:16:23 +0000 (08:16 +0100)
* reduce the paxos propose interval speed up tests
* load erasure code plugins from sources

Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/mon/osd-pool-create.sh

index cabe6b083040267f5207b69720c87549b7a194af..b67d120554c199086417798d4bc31fae39b46275 100755 (executable)
@@ -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 \