| Summary: | error of kpartx make fv_tests fail on RHEL6.1 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | chen yuwen <yuchen> |
| Component: | Test Suite (tests) | Assignee: | Greg Nichols <gnichols> |
| Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.2 | CC: | czhang, rlandry, ykun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-04 08:01:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
chen yuwen
2011-02-21 03:03:32 UTC
Exception occured in fvtest.py mountDataImage() and abort:
290 Command("kpartx -av " + self.loopBackDevice).echo()
But run "kpartx -av /dev/loop0" on prompt successful:
# kpartx -av /dev/loop0
add map loop0p1 (253:3): 0 192717 linear /dev/loop0 63
The error in RHEL6.1-20110224.2 is the same. But the error don't occur in RHEL5.6. In test of #Description, the loopBackDevice /dev/loop0 was already in use. So the loopBackDevice was /dev/loop1. #comment 2 was another test on another machine. The loopBackDevice was /dev/loop0. But the issue was the same. *** This bug has been marked as a duplicate of bug 682115 *** |