diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2020-10-02 17:18:12 +0200 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2020-10-02 20:53:41 +0200 |
commit | 41f9e372c064c2c254dce0f3657bd1c36f950e7c (patch) | |
tree | 09e0a8afa01e3462347c92665aa93578bac5920a /WHATS_NEW | |
parent | 9885c9b43a6c72ea89852989f4fa4a9a4619014a (diff) | |
download | lvm2-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_NEW | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |