Skip to content

Commit 73e9bb6

Browse files
committed
Merge pull request #61 from Chunjie/master
thin-lvhd: add Linux guest slow I/O known issue
2 parents 7093851 + 113b1da commit 73e9bb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

xapi/futures/thin-lvhd/thin-lvhd.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ I/O in order to provide the local allocator more time.
3737
Eventually if ```tapdisk3``` runs
3838
out of space before the local allocator can satisfy the request then
3939
guest I/O will block. Note Windows VMs will start to crash if guest
40-
I/O blocks for more than 70s.
40+
I/O blocks for more than 70s. Linux VMs, no matter PV or HVM, may suffer
41+
from "block for more than 120 seconds" issue due to slow I/O. This
42+
known issue is that, slow I/O during dirty pages writeback/flush may
43+
cause memory starvation, then other userland process or kernel threads
44+
would be blocked.
4145

4246
Every host has a "local allocator" daemon which manages a host-wide
4347
pool of blocks (represented by an LVM LV) and provides them to ```tapdisk3```

0 commit comments

Comments
 (0)