Bug 654116
| Summary: | dm_task_run failed, errno = 22, Invalid argument | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Corey Marthaler <cmarthal> |
| Component: | lvm2 | Assignee: | Jonathan Earl Brassow <jbrassow> |
| Status: | CLOSED DUPLICATE | QA Contact: | Corey Marthaler <cmarthal> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.6 | CC: | agk, dwysocha, heinzm, jbrassow, joe.thornber, lmiksik, prajnoha, prockai |
| 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: | 2014-04-10 09:01:20 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: | 813954, 1077405 | ||
| Bug Blocks: | 807971, 1049888 | ||
|
Description
Corey Marthaler
2010-11-16 22:08:12 UTC
Can you tell me the test that was being run? Or can we distill this down to a set of actions that causes the problem? I don't think this is related to bug 445253. Here, we fail from an invalid argument. There we fail due to "in use" issues. The test is 'centipede'. ./centipede -l $sts-lroot -R resourcefile.xml -r $sts-rroot The specific testcase here was just a simple mirror create (implying a timing issue): lvcreate -n centi_base --mirrorlog core -m 1 -L 700M centipede I'm also seeing this at random times during single machine mirror failure testing. taft-01 lvm: Monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1 for events. taft-01 lvm: Another thread is handling an event. Waiting... taft-01 lvm: Trying to up-convert to 2 images, 2 logs. taft-01 lvm: Monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1_mlog for events. taft-01 lvm: Another thread is handling an event. Waiting... taft-01 lvm: Monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1_mlog for events. taft-01 lvm: Another thread is handling an event. Waiting... taft-01 lvm: Monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1 for events. taft-01 lvm: Another thread is handling an event. Waiting... taft-01 lvm: 2 missing and now unallocated Physical Volumes removed from VG. taft-01 lvm: Repair of mirrored LV helter_skelter/syncd_pri_leg_pri_log_3legs_2logs_1 finished successfully. taft-01 lvm: Primary mirror device 253:5 has failed (D). taft-01 lvm: Device failure in helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1. taft-01 lvm: syncd_pri_leg_pri_log_3legs_2logs_1 is consistent. Nothing to repair. taft-01 lvm: Repair of mirrored LV helter_skelter/syncd_pri_leg_pri_log_3legs_2logs_1 finished successfully. taft-01 lvm: helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1 is now in-sync. taft-01 lvm: helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1_mlog is now in-sync. taft-01 lvm: helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1 is now in-sync. taft-01 qarshd: Running cmdline: dd if=/dev/zero of=/mnt/syncd_pri_leg_pri_log_3legs_2logs_1/ddfile count=10 bs=4M taft-01 qarshd: Running cmdline: sync taft-01 lvm: No longer monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1_mlog for events. taft-01 lvm: dm_task_run failed, errno = 22, Invalid argument taft-01 lvm: No longer monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1 for events. taft-01 lvm: No longer monitoring mirror device helter_skelter-syncd_pri_leg_pri_log_3legs_2logs_1 for events. |