From 58798be83a48581a4bb2f43b53dece882184e3ba Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Thu, 2 Feb 2017 08:35:34 +0100 Subject: [PATCH] qa/workunits/rbd: tweak rbd-mirror config to spead up testing Signed-off-by: Mykola Golub --- qa/workunits/rbd/rbd_mirror_helpers.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index a930866c3642..9620d2ef8295 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -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 \ -- 2.47.3