Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-10 Thread Vishvananda Ishaya
Check if you have any space in the instances dir in the filesystem. I've seen this happen when the drive gets full and libvirt gets an io error trying to write to disk so it shuts off the vms. Vish On Dec 5, 2012, at 6:59 PM, pyw wrote: > My virtual machine created, often in the absence of in

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-10 Thread Sam Stoelinga
ould check who calls the libvirt to shut down your VMs. > I have no other ideas now, good luck, guy! > > 2012-12-06 > -- > Wangpan > -- > *发件人:*pyw > *发送时间:*2012-12-06 17:34 > *主题:*Re: Re: [Openstack] Why my vm often

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread Wangpan
:34 主题:Re: Re: [Openstack] Why my vm often change into shut off status by itself? 收件人:"Wangpan" 抄送:"openstack" Individual virtual machines automatically shutoff occurs frequently, this time all the virtual machines are automatic shutoff at the same time. If the nova

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread pyw
*发件人:*pyw > *发送时间:*2012-12-06 17:10 > *主题:*Re: [Openstack] Why my vm often change into shut off status by > itself? > *收件人:*"Veera Reddy" > *抄送:*"openstack" > > Generally if you use virsh to restart the virtual machine,it seems to > be able to use some time b

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread pyw
To Stephen Gran: $ ps -ef|grep 1957 root 1957 1 0 Nov22 ?02:33:06 /usr/sbin/libvirtd -d 1957 is libvirtd... other host info: $ free -m total used free sharedbuffers cached Mem: 96675 55961 40713 0561

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread Stephen Gran
Hello, On Thu, 2012-12-06 at 17:09 +0800, pyw wrote: > We can see this two log: > ... > 2012-12-03 06:14:59.819+: starting up > > ... > 2012-12-04 06:54:27.150+: shutting down > > > > The vm shutoff after running one day. Without being sure, I am going to guess that you have a morni

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread Wangpan
are that all VMs shutting down at the same time? such as '2012-12-04 06:54:27.150+: shutting down' or near this point? if this is true, I guess it may be the host's problem. 2012-12-06 Wangpan 发件人:pyw 发送时间:2012-12-06 17:10 主题:Re: [Openstack] Why my vm often change into

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-06 Thread pyw
Generally if you use virsh to restart the virtual machine,it seems to be able to use some time before shutoff again。 $ date Thu Dec 6 17:04:41 CST 2012 $ virsh start instance-006e Domain instance-006e started $ virsh list Id Name State --

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-05 Thread Veera Reddy
On Thu, Dec 6, 2012 at 8:29 AM, pyw wrote: > instance-0040shut off Hi, Try to start vm with virsh command " virsh start instance-0040" With this we can see what is actual problem Regards, Veera. ___ Mailing list: https://launchpad.

Re: [Openstack] Why my vm often change into shut off status by itself?

2012-12-05 Thread Wangpan
发件人:pyw 发送时间:2012-12-06 11:00 主题:[Openstack] Why my vm often change into shut off status by itself? 收件人:"openstack" 抄送: My virtual machine created, often in the absence of intervention into the stopped state: pyw@ven-1:~/devstack$ virsh list --all

[Openstack] Why my vm often change into shut off status by itself?

2012-12-05 Thread pyw
My virtual machine created, often in the absence of intervention into the stopped state: pyw@ven-1:~/devstack$ virsh list --all Id Name State -- - instance-0040shut off - instance-0044shut off - instance-0045shut off