summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-10-02 17:42:50 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-10-02 20:56:55 +0200
commit0fe58fc54fb17707ba5ff04bcf7c8a5174784bec (patch)
tree461aee9f6a55e0e6f4a3d3b6900db3d3b1e2995b /WHATS_NEW
parent41f9e372c064c2c254dce0f3657bd1c36f950e7c (diff)
downloadlvm2-0fe58fc54fb17707ba5ff04bcf7c8a5174784bec.tar.gz
bcache: fix busy loop with too many errors
When bcache tries to write data to a faulty device, it may get out of caching blocks and then just busy-loops on a CPU - so this check protects this by checking if there is already max_io (~64) errored blocks.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index bebd1f5cf..1d38a7360 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.11 -
==================================
+ Fix bcache when device has too many failing writes.
Fix bcache waiting for IO completion with failing disks.
Configure use own python path name order to prefer using python3.
Add configure --enable-editline support as an alternative to readline.