From 0d9d57385bcb544115ccdb00d6bbd67b987dbad0 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 20 Jul 2016 16:18:23 -0400 Subject: [PATCH] qa/workunits/rbd: override rbd-mirror integration test poll frequency Signed-off-by: Jason Dillaman (cherry picked from commit 574be7486ad737892422aed0322f80e5750a75a0) --- qa/workunits/rbd/rbd_mirror_helpers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index 3648e2ae8b51c..b6f6d28d02b41 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -182,6 +182,7 @@ start_mirror() --pid-file=$(daemon_pid_file "${cluster}") \ --log-file=${TEMPDIR}/rbd-mirror.${cluster}_daemon.\$cluster.\$pid.log \ --admin-socket=${TEMPDIR}/rbd-mirror.${cluster}_daemon.\$cluster.asok \ + --rbd-mirror-journal-poll-age=1 \ --debug-rbd=30 --debug-journaler=30 \ --debug-rbd_mirror=30 \ --daemonize=true -- 2.39.5