Bug 918150
| Summary: | Deadlock in vdsm in attachStorageDomain | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Katarzyna Jachim <kjachim> | ||||||||||
| Component: | vdsm | Assignee: | Ayal Baron <abaron> | ||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Katarzyna Jachim <kjachim> | ||||||||||
| Severity: | high | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 3.1.3 | CC: | abaron, bazulay, hateya, iheim, jlibosva, lpeer, ncredi, ykaul | ||||||||||
| Target Milestone: | --- | Keywords: | Regression, Reopened | ||||||||||
| Target Release: | 3.2.0 | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | storage | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-03-08 20:38:44 UTC | Type: | Bug | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Katarzyna Jachim
2013-03-05 15:31:41 UTC
Created attachment 705506 [details]
engine log
Created attachment 705507 [details]
/var/log/messages
Created attachment 705508 [details]
sanlock.log
Created attachment 705509 [details]
vdsm.log
All attach operations in the provided vdsm log succeeded (longest one took 1.5m) The resource timeout is on getStoragePoolInfo while spmStop is running: MainThread::INFO::2013-03-05 00:30:55,279::logUtils::37::dispatcher::(wrapper) Run and protect: spmStop(spUUID='54e52e78-ddb2-4dc4-a8c7-427d71be5f53', options=None) Engine did not initiate this spmStop, the test aparently did seeing as it is on the 'MainThread' and right before that there is a call to getConnectedStoragePoolsList which is not used by engine ever. Please fix the test. |