]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: fix rbd-mirror log file name
authorMykola Golub <mgolub@mirantis.com>
Sun, 1 May 2016 19:04:46 +0000 (22:04 +0300)
committerJason Dillaman <dillaman@redhat.com>
Tue, 10 May 2016 17:05:14 +0000 (13:05 -0400)
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 4c28fc2aa378c10ce6e78b1a2f98d5e14ac211e9)

qa/workunits/rbd/rbd_mirror.sh

index 93ed76c1d0bf9039e8ca07c82723ea42a4ff9458..0d1bba3f6d02a0d13a269fe61e55b72f9dc627c1 100755 (executable)
@@ -166,7 +166,7 @@ start_mirror()
     rbd-mirror \
        --cluster ${cluster} \
        --pid-file=$(daemon_pid_file "${cluster}") \
-       --log-file=${TEMPDIR}/rbd-mirror.\$cluster_daemon.\$pid.log \
+       --log-file=${TEMPDIR}/rbd-mirror.${cluster}_daemon.\$cluster.\$pid.log \
        --admin-socket=${TEMPDIR}/rbd-mirror.${cluster}_daemon.\$cluster.asok \
        --debug-rbd=30 --debug-journaler=30 \
        --debug-rbd_mirror=30 \