giving specific reason for noValidHost in nova show output

Asked by James Luhrsen

Hi,

I have a compute node that does not have enough usable RAM to boot my instance. The "fault" I see in
"nova show" is exception.NoValidHost(reason"").

The reason string is empty. Is there a way to have the specific reason show there?

Initially, I did not know why my VM could not boot, and I had to enable debugging in nova.conf in order to figure it
out.

I'm using Havana-2 code, so maybe this feature is available in the newer code.

Thanks,
JamO

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Tiantian Gao
Solved:
Last query:
Last reply:
Revision history for this message
Best Tiantian Gao (gtt116) said :
#1

Hi JamO,

The problem you noticed is also annoying us. But there is no solution now.
you can find some issue about the topic here:
https://bugs.launchpad.net/nova/+bug/1161661

cheers,
gtt

2013/9/25 James Luhrsen <email address hidden>

> New question #236280 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/236280
>
> Hi,
>
> I have a compute node that does not have enough usable RAM to boot my
> instance. The "fault" I see in
> "nova show" is exception.NoValidHost(reason"").
>
> The reason string is empty. Is there a way to have the specific reason
> show there?
>
> Initially, I did not know why my VM could not boot, and I had to enable
> debugging in nova.conf in order to figure it
> out.
>
> I'm using Havana-2 code, so maybe this feature is available in the newer
> code.
>
> Thanks,
> JamO
>
> --
> You received this question notification because you are an answer
> contact for OpenStack Compute (nova).
>

--
Best regards,
gtt

Revision history for this message
James Luhrsen (jamo) said :
#2

Thanks Tiantian Gao, that solved my question.