[Openstack] Non responding instance

2013-04-08 Thread Dave Pigott
Hi all, I've got an instance that's been running for several months now, and suddenly we can not ping or telnet to it. It shows up in the list as Active and Running, but just isn't responding. We earlier had a disk full problem on that node, but this happened before that occurred, so I don't

Re: [Openstack] Non responding instance

2013-04-08 Thread Blair Bethwaite
Dave, Have you tried rebooting it (via OpenStack dashboard/CLI/API)? Obviously you'll lose memory state, but the VM will boot from the same (current) virtual disks, so if those disks are ok the instance will have all previously saved/altered data. On 8 April 2013 19:09, Dave Pigott

Re: [Openstack] Non responding instance

2013-04-08 Thread Narayan Desai
And if a nova reboot fails, you can always fall back to issuing virsh commands on the node behind nova's back. -nld On Mon, Apr 8, 2013 at 8:28 PM, Blair Bethwaite blair.bethwa...@gmail.com wrote: Dave, Have you tried rebooting it (via OpenStack dashboard/CLI/API)? Obviously you'll lose