]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: fix rbd-mirror log file name 8864/head
authorMykola Golub <mgolub@mirantis.com>
Sun, 1 May 2016 19:04:46 +0000 (22:04 +0300)
committerMykola Golub <mgolub@mirantis.com>
Sun, 1 May 2016 19:04:46 +0000 (22:04 +0300)
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
qa/workunits/rbd/rbd_mirror.sh

index fc549186aa79fc23010bc61b5cc8dc1b68cab8c3..da7f755af296c07b5670a3eecd8a7357f8598621 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 \