[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v13 17/20] block: Workaround drive-backup sync=none
From: |
Fam Zheng |
Subject: |
[Qemu-devel] [PATCH v13 17/20] block: Workaround drive-backup sync=none for image locking |
Date: |
Thu, 20 Apr 2017 15:52:34 +0800 |
Signed-off-by: Fam Zheng <address@hidden>
---
blockdev.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/blockdev.c b/blockdev.c
index 4927914..5831b95 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -3223,6 +3223,9 @@ static BlockJob *do_drive_backup(DriveBackup *backup,
BlockJobTxn *txn,
}
}
if (backup->sync == MIRROR_SYNC_MODE_NONE) {
+ /* FIXME: block layer should really open target with BDRV_O_NO_BACKING
+ * and reuse source's backing chain, if they share one. */
+ flags |= BDRV_O_UNSAFE_READ;
source = bs;
}
--
2.9.3
- [Qemu-devel] [PATCH v13 08/20] iotests: 046: Prepare for image locking, (continued)
- [Qemu-devel] [PATCH v13 08/20] iotests: 046: Prepare for image locking, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 07/20] iotests: 030: Prepare for image locking, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 09/20] iotests: 055: Don't attach the target image already for drive-backup, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 11/20] iotests: 087: Don't attach test image twice, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 10/20] iotests: 085: Avoid image locking conflict, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 12/20] iotests: 091: Quit QEMU before checking image, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 14/20] tests: Use null-co:// instead of /dev/null as the dummy image, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 13/20] iotests: 172: Use separate images for multiple devices, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 15/20] file-posix: Add 'locking' option, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 16/20] tests: Disable image lock in test-replication, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 17/20] block: Workaround drive-backup sync=none for image locking,
Fam Zheng <=
- [Qemu-devel] [PATCH v13 18/20] osdep: Add qemu_lock_fd and qemu_unlock_fd, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 20/20] tests: Add test-image-lock, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 19/20] file-posix: Add image locking in perm operations, Fam Zheng, 2017/04/20
- Re: [Qemu-devel] [PATCH v13 00/20] block: Image locking series, no-reply, 2017/04/20
- Re: [Qemu-devel] [PATCH v13 00/20] block: Image locking series, no-reply, 2017/04/20