Public bug reported: I am trying to perform a live-migration of one instance from one server to another, and while it fails, I see in the conductor log file: File "/usr/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 140, in select_destinations raise exception.NoValidHost(reason='')
1. if I do: nova host-list and nova host-describe on the destination host I see: <hostname> | compute | nova and <hostname> | (total) | 12 | 31957 | 442 <hostname> | (used_now) | 0 | 512 | 0 which means nova knows there is a valid host available. 2. why is the reason empty? ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1316077 Title: live migration fails on NoValidHost although the host seems very valid Status in OpenStack Compute (Nova): New Bug description: I am trying to perform a live-migration of one instance from one server to another, and while it fails, I see in the conductor log file: File "/usr/lib/python2.7/site-packages/nova/scheduler/filter_scheduler.py", line 140, in select_destinations raise exception.NoValidHost(reason='') 1. if I do: nova host-list and nova host-describe on the destination host I see: <hostname> | compute | nova and <hostname> | (total) | 12 | 31957 | 442 <hostname> | (used_now) | 0 | 512 | 0 which means nova knows there is a valid host available. 2. why is the reason empty? To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1316077/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp