Message ID | 20231013092143.365296-3-f.ebner@proxmox.com |
---|---|
State | New |
Headers | show |
Series | mirror: allow switching from background to active mode | expand |
diff --git a/block/mirror.c b/block/mirror.c index 3cc0757a03..b764ad5108 100644 --- a/block/mirror.c +++ b/block/mirror.c @@ -1074,9 +1074,9 @@ static int coroutine_fn mirror_run(Job *job, Error **errp) * the target in a consistent state. */ job_transition_to_ready(&s->common.job); - if (s->copy_mode != MIRROR_COPY_MODE_BACKGROUND) { - s->actively_synced = true; - } + } + if (s->copy_mode != MIRROR_COPY_MODE_BACKGROUND) { + s->actively_synced = true; } should_complete = s->should_complete ||