Bug 1098865
Summary: | Cinder: Error deleting volume with 'iscsi_helper = lioadm' | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Rishabh Das <rdas> | ||||
Component: | openstack-cinder | Assignee: | RHOS Maint <rhos-maint> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Dafna Ron <dron> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 5.0 (RHEL 7) | CC: | chkumar, eharney, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | 5.0 (RHEL 7) | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-05-19 08:09:01 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: |
|
*** This bug has been marked as a duplicate of bug 1096327 *** |
Created attachment 896976 [details] Cinder output and snippet from volume.log Description of problem: With 'packstack --allinone' installation of RHEL-OSP-5 (Beta) on RHEL-7, default value for 'iscsi_helper' in cinder.conf is set to 'iscsi_helper = lioadm'. With this setting, volume can not be deleted and the status of volume changes from 'available' to 'error_deleting'. Version-Release number of selected component (if applicable): RHEL-OSP-5 Beta on RHEL-7 Steps to Reproduce: 1. packstack --allinone 2. Create a volume as admin - 'cinder create 1' 3. Delete the just created volume - 'cinder delete <volume_id>' Actual results: Status of volume changes from 'available' to 'error_deleting' Expected results: Volume should get deleted.