Bug 658744
Summary: | Formatting disk on nfs caused guest paused | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Amos Kong <akong> | ||||
Component: | kernel | Assignee: | Jeff Layton <jlayton> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.1 | CC: | ailan, bfields, dhowells, jlayton, kwolf, mkenneth, riek, rwheeler, steved, virt-maint | ||||
Target Milestone: | rc | Keywords: | Regression | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-12-02 12:40:53 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 580954 | ||||||
Attachments: |
|
Description
Amos Kong
2010-12-01 06:09:42 UTC
Please try aio=threads instead of aio=native and attach the strace -f output of the qemu binary, to figure out where the ENOMEM comes from. I'm pretty sure it's the kernel and not qemu, but the strace output is required to verify that theory. Created attachment 464169 [details]
strace output
.......
2550 pread(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 8355840) = 16384
2550 pread(13, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 8372224) = 16384
2550 pwrite(13, "\0\1\0\1\0\1\0\1\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 6291456) = -1 ENOMEM (Cannot allocate memory)
2550 mprotect(0x7f8cec261000, 987136, PROT_READ|PROT_WRITE) = 0
2565 <... epoll_wait resumed> {}, 10, 10) = 0
2565 epoll_wait(22, <unfinished ...>
2550 pwrite(13, "\0\1\0\1\0\1\0\1\0\1\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 6291456) = -1 ENOMEM (Cannot allocate memory)
2550 madvise(0x7f8cec275000, 905216, MADV_DONTNEED) = 0
2550 write(2, "block I/O error in device 'drive"..., 76) = 76
2550 ioctl(10, 0x4008af30, 0x7f8cf34934b0) = 0
2550 ioctl(10, 0x4008af30, 0x7f8cf34934b0) = 0
.......
This is almost certainly the problem fixed by this patch: http://post-office.corp.redhat.com/archives/rhkernel-list/2010-November/msg00712.html I'm going to close this as a duplicate of that bug. Please reopen if that patchset doesn't fix this. *** This bug has been marked as a duplicate of bug 653066 *** |