Bug 586387
| Summary: | Xen tap:aio fails on XFS filesystem (but works on ext3) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Steven Haigh <netwiz> |
| Component: | xfs-kmod | Assignee: | Eric Sandeen <esandeen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | ||
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-24 15:12:09 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: | |||
|
Description
Steven Haigh
2010-04-27 13:06:39 UTC
xfs-kmod isn't supported ... are you using that, or the xfs.ko that comes with RHEL^w^w^w^wCentos5.4? If you're using the old centos xfs kmod, it's a) not a red hat bug, and b) a bad idea ;) if you're using the xfs.ko from the stock kernel, then an actual list of the "IO errors, read / write errors and more." would be most helpful. -Eric Hi Eric, I am using the stock kernel for CentOS 5.4 - I have not installed any kmod for XFS support. $ rpm -qa | grep xfs xfsprogs-2.9.4-1.el5.centos $ rpm -qa | grep kmod kmod-e1000e-xen-1.1.2.1a_NAPI-1.el5.elrepo I have the e1000e kmod installed as the stock module for this NIC only brings it up at 100FD instead of 1000FD. I have since updated this machine to 5.5 and will attempt to retest this issue shortly. The kernel on this machine now is: kernel-xen-2.6.18-164.15.1.el5 Marking as need more info from me for now. There weren't a lot of changes in xfs from 5.4 to 5.5, but testing 5.5 would be welcome in any case. Again, including details on the errors you saw would be great. Thanks, -Eric /mnt/raid is a 1Tb XFS filesystem:
/dev/mapper/RAID5-fileshare on /mnt/raid type xfs (rw)
# virt-install -p --prompt
What is the name of your virtual machine? test
How much RAM should be allocated (in megabytes)? 512
What would you like to use as the disk (file path)? /mnt/raid/test.img
How large would you like the disk (/mnt/raid/test.img) to be (in gigabytes)? 2
What is the install URL? ftp://localhost/centos
Starting install...
<snip>
When starting the install, xenblk loads as it should, go through the prompts and select VNC installation.
Interestingly this didn't throw an error. I am just about to rebuild the Dom0 machine for this however - so I will double check everything with a stock 5.5 install before posting anything further. At this stage, it may not be reproducible with 5.5.
Unable to reproduce in 5.5. I'm happy to close this until I can find a 100% reproducible scenario. (Sadly, I can't mark it as closed! :) ) Ok, thanks for the updates! |