|
|
22c213 |
From aefff389c4d11bd69180db7177135c4645a9b1bd Mon Sep 17 00:00:00 2001
|
|
|
22c213 |
From: Sergio Lopez Pascual <slp@redhat.com>
|
|
|
22c213 |
Date: Fri, 7 Feb 2020 11:27:46 +0000
|
|
|
22c213 |
Subject: [PATCH 13/18] block/backup-top: Don't acquire context while dropping
|
|
|
22c213 |
top
|
|
|
22c213 |
|
|
|
22c213 |
RH-Author: Sergio Lopez Pascual <slp@redhat.com>
|
|
|
22c213 |
Message-id: <20200207112749.25073-7-slp@redhat.com>
|
|
|
22c213 |
Patchwork-id: 93759
|
|
|
22c213 |
O-Subject: [RHEL-AV-8.2.0 qemu-kvm PATCH v2 6/9] block/backup-top: Don't acquire context while dropping top
|
|
|
22c213 |
Bugzilla: 1745606 1746217 1773517 1779036 1782111 1782175 1783965
|
|
|
22c213 |
RH-Acked-by: Stefano Garzarella <sgarzare@redhat.com>
|
|
|
22c213 |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
22c213 |
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
|
22c213 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
22c213 |
|
|
|
22c213 |
All paths that lead to bdrv_backup_top_drop(), except for the call
|
|
|
22c213 |
from backup_clean(), imply that the BDS AioContext has already been
|
|
|
22c213 |
acquired, so doing it there too can potentially lead to QEMU hanging
|
|
|
22c213 |
on AIO_WAIT_WHILE().
|
|
|
22c213 |
|
|
|
22c213 |
An easy way to trigger this situation is by issuing a two actions
|
|
|
22c213 |
transaction, with a proper and a bogus blockdev-backup, so the second
|
|
|
22c213 |
one will trigger a rollback. This will trigger a hang with an stack
|
|
|
22c213 |
trace like this one:
|
|
|
22c213 |
|
|
|
22c213 |
#0 0x00007fb680c75016 in __GI_ppoll (fds=0x55e74580f7c0, nfds=1, timeout=<optimized out>,
|
|
|
22c213 |
timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
|
|
|
22c213 |
#1 0x000055e743386e09 in ppoll (__ss=0x0, __timeout=0x0, __nfds=<optimized out>, __fds=<optimized out>)
|
|
|
22c213 |
at /usr/include/bits/poll2.h:77
|
|
|
22c213 |
#2 0x000055e743386e09 in qemu_poll_ns
|
|
|
22c213 |
(fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at util/qemu-timer.c:336
|
|
|
22c213 |
#3 0x000055e743388dc4 in aio_poll (ctx=0x55e7458925d0, blocking=blocking@entry=true)
|
|
|
22c213 |
at util/aio-posix.c:669
|
|
|
22c213 |
#4 0x000055e743305dea in bdrv_flush (bs=bs@entry=0x55e74593c0d0) at block/io.c:2878
|
|
|
22c213 |
#5 0x000055e7432be58e in bdrv_close (bs=0x55e74593c0d0) at block.c:4017
|
|
|
22c213 |
#6 0x000055e7432be58e in bdrv_delete (bs=<optimized out>) at block.c:4262
|
|
|
22c213 |
#7 0x000055e7432be58e in bdrv_unref (bs=bs@entry=0x55e74593c0d0) at block.c:5644
|
|
|
22c213 |
#8 0x000055e743316b9b in bdrv_backup_top_drop (bs=bs@entry=0x55e74593c0d0) at block/backup-top.c:273
|
|
|
22c213 |
#9 0x000055e74331461f in backup_job_create
|
|
|
22c213 |
(job_id=0x0, bs=bs@entry=0x55e7458d5820, target=target@entry=0x55e74589f640, speed=0, sync_mode=MIRROR_SYNC_MODE_FULL, sync_bitmap=sync_bitmap@entry=0x0, bitmap_mode=BITMAP_SYNC_MODE_ON_SUCCESS, compress=false, filter_node_name=0x0, on_source_error=BLOCKDEV_ON_ERROR_REPORT, on_target_error=BLOCKDEV_ON_ERROR_REPORT, creation_flags=0, cb=0x0, opaque=0x0, txn=0x0, errp=0x7ffddfd1efb0) at block/backup.c:478
|
|
|
22c213 |
#10 0x000055e74315bc52 in do_backup_common
|
|
|
22c213 |
(backup=backup@entry=0x55e746c066d0, bs=bs@entry=0x55e7458d5820, target_bs=target_bs@entry=0x55e74589f640, aio_context=aio_context@entry=0x55e7458a91e0, txn=txn@entry=0x0, errp=errp@entry=0x7ffddfd1efb0)
|
|
|
22c213 |
at blockdev.c:3580
|
|
|
22c213 |
#11 0x000055e74315c37c in do_blockdev_backup
|
|
|
22c213 |
(backup=backup@entry=0x55e746c066d0, txn=0x0, errp=errp@entry=0x7ffddfd1efb0)
|
|
|
22c213 |
at /usr/src/debug/qemu-kvm-4.2.0-2.module+el8.2.0+5135+ed3b2489.x86_64/./qapi/qapi-types-block-core.h:1492
|
|
|
22c213 |
#12 0x000055e74315c449 in blockdev_backup_prepare (common=0x55e746a8de90, errp=0x7ffddfd1f018)
|
|
|
22c213 |
at blockdev.c:1885
|
|
|
22c213 |
#13 0x000055e743160152 in qmp_transaction
|
|
|
22c213 |
(dev_list=<optimized out>, has_props=<optimized out>, props=0x55e7467fe2c0, errp=errp@entry=0x7ffddfd1f088) at blockdev.c:2340
|
|
|
22c213 |
#14 0x000055e743287ff5 in qmp_marshal_transaction
|
|
|
22c213 |
(args=<optimized out>, ret=<optimized out>, errp=0x7ffddfd1f0f8)
|
|
|
22c213 |
at qapi/qapi-commands-transaction.c:44
|
|
|
22c213 |
#15 0x000055e74333de6c in do_qmp_dispatch
|
|
|
22c213 |
(errp=0x7ffddfd1f0f0, allow_oob=<optimized out>, request=<optimized out>, cmds=0x55e743c28d60 <qmp_commands>) at qapi/qmp-dispatch.c:132
|
|
|
22c213 |
#16 0x000055e74333de6c in qmp_dispatch
|
|
|
22c213 |
(cmds=0x55e743c28d60 <qmp_commands>, request=<optimized out>, allow_oob=<optimized out>)
|
|
|
22c213 |
at qapi/qmp-dispatch.c:175
|
|
|
22c213 |
#17 0x000055e74325c061 in monitor_qmp_dispatch (mon=0x55e745908030, req=<optimized out>)
|
|
|
22c213 |
at monitor/qmp.c:145
|
|
|
22c213 |
#18 0x000055e74325c6fa in monitor_qmp_bh_dispatcher (data=<optimized out>) at monitor/qmp.c:234
|
|
|
22c213 |
#19 0x000055e743385866 in aio_bh_call (bh=0x55e745807ae0) at util/async.c:117
|
|
|
22c213 |
#20 0x000055e743385866 in aio_bh_poll (ctx=ctx@entry=0x55e7458067a0) at util/async.c:117
|
|
|
22c213 |
#21 0x000055e743388c54 in aio_dispatch (ctx=0x55e7458067a0) at util/aio-posix.c:459
|
|
|
22c213 |
#22 0x000055e743385742 in aio_ctx_dispatch
|
|
|
22c213 |
(source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at util/async.c:260
|
|
|
22c213 |
#23 0x00007fb68543e67d in g_main_dispatch (context=0x55e745893a40) at gmain.c:3176
|
|
|
22c213 |
#24 0x00007fb68543e67d in g_main_context_dispatch (context=context@entry=0x55e745893a40) at gmain.c:3829
|
|
|
22c213 |
#25 0x000055e743387d08 in glib_pollfds_poll () at util/main-loop.c:219
|
|
|
22c213 |
#26 0x000055e743387d08 in os_host_main_loop_wait (timeout=<optimized out>) at util/main-loop.c:242
|
|
|
22c213 |
#27 0x000055e743387d08 in main_loop_wait (nonblocking=<optimized out>) at util/main-loop.c:518
|
|
|
22c213 |
#28 0x000055e74316a3c1 in main_loop () at vl.c:1828
|
|
|
22c213 |
#29 0x000055e743016a72 in main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>)
|
|
|
22c213 |
at vl.c:4504
|
|
|
22c213 |
|
|
|
22c213 |
Fix this by not acquiring the AioContext there, and ensuring all paths
|
|
|
22c213 |
leading to it have it already acquired (backup_clean()).
|
|
|
22c213 |
|
|
|
22c213 |
RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1782111
|
|
|
22c213 |
Signed-off-by: Sergio Lopez <slp@redhat.com>
|
|
|
22c213 |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
22c213 |
(cherry picked from commit 0abf2581717a19d9749d5c2ff8acd0ac203452c2)
|
|
|
22c213 |
Signed-off-by: Sergio Lopez <slp@redhat.com>
|
|
|
22c213 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
22c213 |
---
|
|
|
22c213 |
block/backup-top.c | 5 -----
|
|
|
22c213 |
block/backup.c | 3 +++
|
|
|
22c213 |
2 files changed, 3 insertions(+), 5 deletions(-)
|
|
|
22c213 |
|
|
|
22c213 |
diff --git a/block/backup-top.c b/block/backup-top.c
|
|
|
22c213 |
index 818d3f2..b8d863f 100644
|
|
|
22c213 |
--- a/block/backup-top.c
|
|
|
22c213 |
+++ b/block/backup-top.c
|
|
|
22c213 |
@@ -255,9 +255,6 @@ append_failed:
|
|
|
22c213 |
void bdrv_backup_top_drop(BlockDriverState *bs)
|
|
|
22c213 |
{
|
|
|
22c213 |
BDRVBackupTopState *s = bs->opaque;
|
|
|
22c213 |
- AioContext *aio_context = bdrv_get_aio_context(bs);
|
|
|
22c213 |
-
|
|
|
22c213 |
- aio_context_acquire(aio_context);
|
|
|
22c213 |
|
|
|
22c213 |
bdrv_drained_begin(bs);
|
|
|
22c213 |
|
|
|
22c213 |
@@ -271,6 +268,4 @@ void bdrv_backup_top_drop(BlockDriverState *bs)
|
|
|
22c213 |
bdrv_drained_end(bs);
|
|
|
22c213 |
|
|
|
22c213 |
bdrv_unref(bs);
|
|
|
22c213 |
-
|
|
|
22c213 |
- aio_context_release(aio_context);
|
|
|
22c213 |
}
|
|
|
22c213 |
diff --git a/block/backup.c b/block/backup.c
|
|
|
22c213 |
index cf62b1a..1383e21 100644
|
|
|
22c213 |
--- a/block/backup.c
|
|
|
22c213 |
+++ b/block/backup.c
|
|
|
22c213 |
@@ -135,8 +135,11 @@ static void backup_abort(Job *job)
|
|
|
22c213 |
static void backup_clean(Job *job)
|
|
|
22c213 |
{
|
|
|
22c213 |
BackupBlockJob *s = container_of(job, BackupBlockJob, common.job);
|
|
|
22c213 |
+ AioContext *aio_context = bdrv_get_aio_context(s->backup_top);
|
|
|
22c213 |
|
|
|
22c213 |
+ aio_context_acquire(aio_context);
|
|
|
22c213 |
bdrv_backup_top_drop(s->backup_top);
|
|
|
22c213 |
+ aio_context_release(aio_context);
|
|
|
22c213 |
}
|
|
|
22c213 |
|
|
|
22c213 |
void backup_do_checkpoint(BlockJob *job, Error **errp)
|
|
|
22c213 |
--
|
|
|
22c213 |
1.8.3.1
|
|
|
22c213 |
|