summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-10-02 17:18:12 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-10-02 20:53:41 +0200
commit41f9e372c064c2c254dce0f3657bd1c36f950e7c (patch)
tree09e0a8afa01e3462347c92665aa93578bac5920a /WHATS_NEW
parent9885c9b43a6c72ea89852989f4fa4a9a4619014a (diff)
downloadlvm2-41f9e372c064c2c254dce0f3657bd1c36f950e7c.tar.gz
bcache: fix waiting problem for completed IO
Call _wait_all() which does check whether there is still some pending IO before sleep. Otherwise it may happen our submitted IO operations have been already dispatched and this call then endlessly waits for IO which are all done. This can be reproduced when device returns quickly errors on write requests.
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 c7a3207f9..bebd1f5cf 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.11 -
==================================
+ 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.
Enhance reporting and error handling when creating thin volumes.