File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ I/O in order to provide the local allocator more time.
3737Eventually if ``` tapdisk3 ``` runs
3838out of space before the local allocator can satisfy the request then
3939guest 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
4246Every host has a "local allocator" daemon which manages a host-wide
4347pool of blocks (represented by an LVM LV) and provides them to ``` tapdisk3 ```
You can’t perform that action at this time.
0 commit comments