Bug 1056058
| Summary: | [RFE] expose cinder-volumes VG backed by an iSCSI target (which was created manually) | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jiri Stransky <jstransk> |
| Component: | openstack-foreman-installer | Assignee: | Jason Guiditta <jguiditt> |
| Status: | CLOSED ERRATA | QA Contact: | Tzach Shefi <tshefi> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | breeler, cpelland, dnavale, dron, jguiditt, jliberma, jstransk, mlopes, morazi, nlevinki, rhos-maint, sreichar, yeylon, yrabl |
| Target Milestone: | z2 | Keywords: | FutureFeature, Rebase, ZStream |
| Target Release: | 4.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | storage | ||
| Fixed In Version: | openstack-foreman-installer-1.0.4-1.el6ost | Doc Type: | Enhancement |
| Doc Text: |
The default behavior most customers expect for small to medium installations is to run cinder-volume on the controller node. Packstack does this but a Foreman deployment only allows a dedicated storage backend backed by iSCSI or Red Hat Storage.
With this update, you can deploy cinder-volume on the Compute or OpenStack Networking controller node, if cinder_backend_iscsi is set to false. It will detect a volume group named cinder-volumes (backed by an iSCSI target) and share it via the target deamon (tgtd). You must manually create the volume group, which is also the case with the cinder_backend_iscsi parameter for the LVM backend storage group.
|
Story Points: | --- |
| Clone Of: | 1047653 | Environment: | |
| Last Closed: | 2014-03-04 20:14:27 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: | |||
| Bug Depends On: | 1047653 | ||
| Bug Blocks: | 1040649, 1056055, 1064889 | ||
|
Comment 2
jliberma@redhat.com
2014-02-06 21:45:39 UTC
Verified, Provisioned two hosts A B, On host B, created disk with DD, iscsi server (target) exported lun. Installed iscsi client on same host connected to lun, dev/sdc. Created VG "cinder-volumes" on dev/sdc Using Foreman deployed host A as controller (Nova), host B as LVM Block Storage. On LVM Block storage group parameters, enabled cinder_backend_iscsi = true. After running Foreman's puppet agent on both hosts. Created volume via UI and CLI, both created successfully. Checked LVS, new cinder volumes created under VG cinder-volumes. Checked lsblk new cinder volumes shown under dev/sdc (iscsi mapped disk) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0213.html |