Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-05 Thread John Smith
On Thu, Dec 5, 2013 at 10:51 AM, John Smith wrote: > > 'libvirtError: internal error process exited while connecting to > monitor: char device redirected to /dev/pts/20 (label > charserial1)\nqemu: at > most 2047 MB RAM can be simulated > Done some googling. Looks like I found the issue why my sma

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-05 Thread John Smith
On Thu, Dec 5, 2013 at 4:57 AM, Lorin Hochstein wrote: > John: > > I believe it should have worked if you set the following, as you specified > earlier: > > scheduler_default_filters=AllHostFilter > > (In your original email, you wrote scheduler_default_filter without the s). > Hi, thanks for poin

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-04 Thread Lorin Hochstein
John: I believe it should have worked if you set the following, as you specified earlier: scheduler_default_filters=AllHostFilter (In your original email, you wrote scheduler_default_filter without the s). If that isn't working for you, another thing you can do is play with the "ram_allocation_

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-03 Thread John Smith
Thanks, my mistake. But restarting nova-scheduler (using either the screen -r or the kill -HUP methods) doesnt seem to work either, im stiull getting the error and 'Filter RamFilter returned 0 hosts' in my log. Regards, John Smith On Tue, Dec 3, 2013 at 5:55 PM, Lorin Hochstein wrote: > > O

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-03 Thread Lorin Hochstein
On Tue, Dec 3, 2013 at 11:33 AM, John Smith wrote: > Hi, > > Ive tried setting ''scheduler_default_filter = AllHostsFilter' in > '/etc/nova/nova.conf', and restarted nova network with 'screen -r', go > to nova network screen which is screen 9, using the command CTRL+A > followed by 9. Then kill t

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-03 Thread John Smith
Hi, Ive tried setting ''scheduler_default_filter = AllHostsFilter' in '/etc/nova/nova.conf', and restarted nova network with 'screen -r', go to nova network screen which is screen 9, using the command CTRL+A followed by 9. Then kill the nova network using CTRL+C and then restart it using "up" arro

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-03 Thread John Smith
On Tue, Dec 3, 2013 at 12:55 PM, George Shuklin wrote: > How many free memory you got left after devstack installation? > > Anyway, reason and details are in console with nova-schedule. > Hi, This is my memory after starting devstack and failing to launch an instance: $ free total

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-03 Thread George Shuklin
How many free memory you got left after devstack installation? Anyway, reason and details are in console with nova-schedule. 02.12.2013 23:24 пользователь "John Smith" написал: > Hi, > > > Im trying out devstack. But whenever I try to start a flavor larger > than m1.nano, I get this error : " No

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-02 Thread John Smith
On Mon, Dec 2, 2013 at 10:55 PM, John Smith wrote: > On Mon, Dec 2, 2013 at 10:46 PM, Lorin Hochstein > wrote: >> >> Check your memory usage and free disk space >> and see if there's enough room for an m1.small. >> > Thanks. Im running devstack in an vmware workstation vm. The vm has > 16GB Ram a

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-02 Thread John Smith
On Mon, Dec 2, 2013 at 10:46 PM, Lorin Hochstein wrote: > > Check your memory usage and free disk space > and see if there's enough room for an m1.small. > Thanks. Im running devstack in an vmware workstation vm. The vm has 16GB Ram allocated. 2 CPU's (really just 2 core's on my physical CPU). i a

Re: [Openstack] 'nova boot' : 'No valid host was found'

2013-12-02 Thread Lorin Hochstein
On Mon, Dec 2, 2013 at 4:17 PM, John Smith wrote: > Hi, > > > Im trying out devstack. But whenever I try to start a flavor larger > than m1.nano, I get this error : " No valid host was found." > > I dont know where to even begin to troubleshoot this. Any and all help > is appreciated. > > > > Reg

[Openstack] 'nova boot' : 'No valid host was found'

2013-12-02 Thread John Smith
Hi, Im trying out devstack. But whenever I try to start a flavor larger than m1.nano, I get this error : " No valid host was found." I dont know where to even begin to troubleshoot this. Any and all help is appreciated. Regards, John Smith -