Bug 903568 - nova scheduler doesn't report failure of selected host and reason it failed
Summary: nova scheduler doesn't report failure of selected host and reason it failed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 2.0 (Folsom)
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-24 10:12 UTC by Ofer Blaut
Modified: 2019-09-09 13:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-12 15:55:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Failure logs on controller and compute node (5.37 KB, text/plain)
2013-01-24 10:12 UTC, Ofer Blaut
no flags Details

Description Ofer Blaut 2013-01-24 10:12:15 UTC
Created attachment 686623 [details]
Failure logs on controller and compute node

Description of problem:

nova scheduler doesn't report failure of selected host and reason it failed

I have change nova.conf vlan_interface to non exist one 

Lanuch new VMs will fail on the compute node .

no event is seen in /var/log/nova/scheduler.log on controller,
when enabling debug some info is seen but doesn't explain what caused it 

this is problematic , in case some compute nodes are used and one fails to start VM from some reason , Error/Warrning event must be sent by nova/scheduler.log 


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. create a setup with controller and two compute nodes
2. check VMs are deployed on both of them ( nova list , and nova show <VM ID >
to see both hosts are used for VMs
3. change interface used by private network to interface that doesn't exist
4. reboot the host
5. launch new VMs 
6. check logs in both compute node and nova/scheduler.log on controller 

Actual results:

Attached logs from this example 
Expected results:


Additional info:

Comment 2 Russell Bryant 2013-02-12 15:55:57 UTC
The scheduler doesn't know why it failed.  In this case, it's a problem local to the compute node, and you do get an error that gives a hint as to what the problem is related to in the compute log.


Note You need to log in before you can comment on or make changes to this bug.