X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpatches%2Fpve%2F0039-rbd-disable-rbd_cache_writethrough_until_flush-with-.patch;h=5d117f210827023faa0bc15828b6e15f17fe6e98;hb=e9ee6d7c11d1bf8b90db8e8a13ef4feb35b72336;hp=ab05f0af3b7fb19ccc0990bd68134ce308e1b142;hpb=68a3056202282a61e6bf8d116d9e8fcd083418fa;p=pve-qemu-kvm.git diff --git a/debian/patches/pve/0039-rbd-disable-rbd_cache_writethrough_until_flush-with-.patch b/debian/patches/pve/0039-rbd-disable-rbd_cache_writethrough_until_flush-with-.patch index ab05f0a..5d117f2 100644 --- a/debian/patches/pve/0039-rbd-disable-rbd_cache_writethrough_until_flush-with-.patch +++ b/debian/patches/pve/0039-rbd-disable-rbd_cache_writethrough_until_flush-with-.patch @@ -1,7 +1,7 @@ -From e588ad5b8eccaecfea37f4bdcedfd7cc11ba4276 Mon Sep 17 00:00:00 2001 +From 13fa6cdde41cbd856835a068bf7642d9298d23df Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Tue, 26 Jul 2016 16:51:00 +0200 -Subject: [PATCH 39/41] rbd: disable rbd_cache_writethrough_until_flush with +Subject: [PATCH 39/47] rbd: disable rbd_cache_writethrough_until_flush with cache=unsafe Signed-off-by: Alexandre Derumier @@ -10,10 +10,10 @@ Signed-off-by: Alexandre Derumier 1 file changed, 4 insertions(+) diff --git a/block/rbd.c b/block/rbd.c -index 0106fea..66428af 100644 +index 498322b..e9c02c6 100644 --- a/block/rbd.c +++ b/block/rbd.c -@@ -552,6 +552,10 @@ static int qemu_rbd_open(BlockDriverState *bs, QDict *options, int flags, +@@ -616,6 +616,10 @@ static int qemu_rbd_open(BlockDriverState *bs, QDict *options, int flags, rados_conf_set(s->cluster, "rbd_cache", "true"); }