Bug 1158015
Summary: | Post installation, Cinder fails with an error: Volume group "cinder-volumes" not found | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Nir Magnezi <nmagnezi> | ||||
Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | ||||
Status: | CLOSED EOL | QA Contact: | nlevinki <nlevinki> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | aortega, apevec, derekh, srevivo | ||||
Target Milestone: | --- | ||||||
Target Release: | Juno | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-05-19 15:45:06 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
Nir Magnezi
2014-10-28 10:06:22 UTC
Workaround: restarting cinder services seems to resolve it. Created attachment 951345 [details]
cinder traces
> 2. Stderr: u' Volume group "cinder-volumes" not found\n Skipping volume > group cinder-volumes\n' When does that happen, during installation or later i.e is this bug 1148552 or different issue? (In reply to Alan Pevec from comment #5) > > 2. Stderr: u' Volume group "cinder-volumes" not found\n Skipping volume > > group cinder-volumes\n' > > When does that happen, during installation or later i.e is this bug 1148552 > or different issue? it happens after installation. it Does not seem like bug #1148552, Comment #4 workaround solves it. If cinder-volumes isn't found, that will cause the volume driver to be uninitialized at startup time, which is why the create volume request fails later. If the cinder-volumes VG isn't present when the volume service starts, that sounds like a packstack issue -- it shouldn't start the service before creating the VG. This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |