Bug 1116811
| Summary: | cinder fails to attach encrypted volume | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | yfried | ||||||||
| Component: | openstack-cinder | Assignee: | Eric Harney <eharney> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | nlevinki <nlevinki> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 5.0 (RHEL 7) | CC: | bkopilov, eharney, jhenner, scohen, sgotliv, tkammer, tshefi, yeylon, yfried, yrabl | ||||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||||
| Target Release: | 5.0 (RHEL 7) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-11-27 21:51:30 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
yfried
2014-07-07 11:13:08 UTC
Created attachment 916042 [details]
nova log files from compute node
Created attachment 916043 [details]
nova log files from controller
(In reply to yfried from comment #0) > in /var/log/nova/compute.log > 30157:2014-07-07 13:43:27.141 2993 ERROR nova.virt.block_device > [req-17a1c67b-c4be-4f22-a0b8-75c9e53ede6a admin admin] [instance: > 69f8eac4-57e7-4c2e-94af-34a333e7e078] Driver failed to attach volume > f4ea7779-feea-403c-9970-720ecad2a2b9 at /dev/vdb > Can you provide the log data surrounding this message? It isn't in the attached logs. Seems to be from misconfiguration, reopen if this is reproducible with the expected options set. Hi , First there is a bug in tempest , they are attaching device name as hardcoded as /dev/vdb . Tempest conf should be configured with the device name - # Expected device name when a volume is attached to an instance # (string value) #volume_device_name = vdc All API tests in tempest uses /dev/vdc and its hardcoded too - need to fixed too. We need to check what device name already used when created large.flavor ephemeral disk . Benny I will fix /check nova.conf and rerun the scenario test. I will submit patches for tempest to fix hardcoded issues. Benny I am closing it as notabug for the second time. Please, don't reopen. Comment #8 suggests that installer should allow to configure that value. I am not necessarily agree for many reasons but I would recommend to work with PM to understand a use case. In any case Cinder behaves by design. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |