Skip to content

Commit

Permalink
Merge pull request #13228 from trociny/wip-qa-rbd_mirror-opts
Browse files Browse the repository at this point in the history
qa/workunits/rbd: tweak rbd-mirror config to spead up testing

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
tchaikov committed Mar 6, 2017
2 parents 90f209d + 58798be commit f903f2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/workunits/rbd/rbd_mirror_helpers.sh
Expand Up @@ -260,7 +260,10 @@ start_mirror()
--pid-file=$(daemon_pid_file "${cluster}:${instance}") \
--log-file=${TEMPDIR}/rbd-mirror.${cluster}_daemon.${instance}.log \
--admin-socket=${TEMPDIR}/rbd-mirror.${cluster}_daemon.${instance}.\$cluster.asok \
--rbd-mirror-delete-retry-interval=5 \
--rbd-mirror-image-state-check-interval=5 \
--rbd-mirror-journal-poll-age=1 \
--rbd-mirror-pool-replayers-refresh-interval=5 \
--debug-rbd=30 --debug-journaler=30 \
--debug-rbd_mirror=30 \
--daemonize=true \
Expand Down

0 comments on commit f903f2f

Please sign in to comment.