Bug 1091710
Summary: | nova scheduler error while trying to boot an instance | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Ami Jeain <ajeain> |
Component: | openstack-nova | Assignee: | RHOS Maint <rhos-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | ajeain, gszasz, kchamart, ndipanov, rbryant, yeylon |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-11-30 16:10:10 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: |
Description
Ami Jeain
2014-04-27 13:26:45 UTC
It's not a Nova issue. It's a permission issue where KVM character device is not being accessible. This looks like a problem with an older Kernel, and now it should definitely be fixed in newer RHEL Kernels. Ensure permissions on your /dev/kvm character device are as below. It should be set by default: $ ls -l /dev/kvm crw-rw-rw-+ 1 root kvm 10, 232 Nov 26 12:35 /dev/kvm For future reference: for errors like these, please also provide the Kernel version. Please retest with Juno and post the results here. doesn't happen anymore with latest Juno release. It was more then 6 mohths ago :) As it's not reproducible anymore as per comment #2, closing the bug. |