Bug 1148552
Summary: | openstack-packstack: running "packstack --allinone" on Centos7, get: ERROR : Cinder's volume group 'cinder-volumes' could not be created. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Alexander Chuzhoy <sasha> | ||||
Component: | openstack-packstack | Assignee: | Gaël Chamoulaud <gchamoul> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ami Jeain <ajeain> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | unspecified | CC: | aortega, apevec, derekh, gchamoul, ihrachys, mmagr, sasha, whayutin, yeylon | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | Juno | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | openstack-packstack-2014.2-0.6.dev1331.g34ecfce.fc22 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-02-17 15:15:02 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
Alexander Chuzhoy
2014-10-01 17:32:31 UTC
Created attachment 943161 [details]
openstack-setup.log from the system
The following workaround lets the installer continue: dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G && losetup /dev/loop2 cinder-volumes && pvcreate /dev/loop2 && vgcreate cinder-volumes /dev/loop2 We did not hit this in RDO CI, Wes is there an active CI workaround for this or is this just a timing issue? Hi Alexander, I am unable to reproduce this issue on a fresh CentOS 7 without lvm (no lvm2* packages too). Could you please re-run again in debugging mode (--debug) and provide me the openstack-setup.log ? Regards, Gaël. > openstack-packstack-2014.1.1-0.28.dev1238.el7.noarch
> openstack-puppet-modules-2014.1-23.el7.noarch
> openstack-packstack-puppet-2014.1.1-0.28.dev1238.el7.noarch
This is RDO Icehouse, I assumed RDO Juno since it was filed during RDO Juno Test Day. Was your intention to install Juno or Icehouse?
Didn't re-produce after clean re-installation. I've just tried to install openstack for f20 based on default packstack file, and I got the same failure (both console error message and log error). Repeating packstack run passed the check though, so maybe it's some race condition in the way we create the volume group. (In reply to Ihar Hrachyshka from comment #8) > I've just tried to install openstack for f20 based on default packstack > file, and I got the same failure (both console error message and log error). > Repeating packstack run passed the check though, so maybe it's some race > condition in the way we create the volume group. Ihar, f20 RDO Juno or Icehouse ? Can you give me more information about your f20 setup ? I am still trying to find a reproducer ... :/ The machine was Fedora 20. A clean installation of Juno, no prior packstack installations on the system. > Status: ASSIGNED → POST
Please add openstack gerrit review in External Trackers.
|