Re: [openstack-dev] [Nova] nova-compute deadlock

2014-08-04 Thread Qin Zhao
>>>>> >>>>>>> >>>>>>> On Wed, Jun 4, 2014 at 12:00 PM, Zhu Zhu >>>>>>> wrote: >>>>>>> >>>>>>>> Hi Qin Zhao, >>>>>>>> >>>>>>>> Th

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-07 Thread Richard W.M. Jones
On Sat, May 31, 2014 at 01:25:04AM +0800, Qin Zhao wrote: > Hi all, > > When I run Icehouse code, I encountered a strange problem. The nova-compute > service becomes stuck, when I boot instances. I report this bug in > https://bugs.launchpad.net/nova/+bug/1313477. > > After thinking several days,

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-06 Thread Qin Zhao
QvRg_qMdTHS-0JhYfSkkVc/pub?w=960&h=720 >>>>>>> ), if that's the case, concurrent mutiple KVM spawn instances(*with >>>>>>> both config drive and data injection enabled*) are triggered, the >>>>>>> issue can be very likely to

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-05 Thread Qin Zhao
river.py _create_image method, right after iso making >>>>>> "cdb.make_drive", the driver will attempt "data injection" which >>>>>> will call the libguestfs launch in another thread. >>>>>> >>>>>> Looks there were

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-05 Thread Yuriy Taraday
iso making >>>>> "cdb.make_drive", >>>>> the driver will attempt "data injection" which will call the libguestfs >>>>> launch in another thread. >>>>> >>>>> Looks there were also a couple of libguestf

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-05 Thread Qin Zhao
t;>>> mechanism to free/close the fds that inherited from parent process instead >>>> of require explicitly calling the tear down. Maybe open a defect to >>>> libguestfs to see what their thoughts? >>>> >>>> https://bugs.laun

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-05 Thread Qin Zhao
hts? >>> >>> https://bugs.launchpad.net/nova/+bug/1286256 >>> https://bugs.launchpad.net/nova/+bug/1270304 >>> >>> -- >>> Zhu Zhu >>> Best Regards >>> >>> >>> *From:* Qin Zhao

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-05 Thread Yuriy Taraday
elf can have certain mechanism >>> to free/close the fds that inherited from parent process instead of require >>> explicitly calling the tear down. Maybe open a defect to libguestfs to see >>> what their thoughts? >>> >>> https://bugs.launchpad.net/nova

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-05 Thread laserjetyang
et/nova/+bug/1286256 >> https://bugs.launchpad.net/nova/+bug/1270304 >> >> ------ >> Zhu Zhu >> Best Regards >> >> >> *From:* Qin Zhao >> *Date:* 2014-05-31 01:25 >> *To:* OpenStack Development Mailing

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-04 Thread Qin Zhao
.launchpad.net/nova/+bug/1270304 > > -- > Zhu Zhu > Best Regards > > > *From:* Qin Zhao > *Date:* 2014-05-31 01:25 > *To:* OpenStack Development Mailing List (not for usage questions) > > *Subject:* [openstack-dev] [Nova] nova-compute deadlock &

Re: [openstack-dev] [Nova] nova-compute deadlock

2014-06-03 Thread Zhu Zhu
s to see what their thoughts? https://bugs.launchpad.net/nova/+bug/1286256 https://bugs.launchpad.net/nova/+bug/1270304 Zhu Zhu Best Regards From: Qin Zhao Date: 2014-05-31 01:25 To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Nova] nova-compute

[openstack-dev] [Nova] nova-compute deadlock

2014-05-30 Thread Qin Zhao
Hi all, When I run Icehouse code, I encountered a strange problem. The nova-compute service becomes stuck, when I boot instances. I report this bug in https://bugs.launchpad.net/nova/+bug/1313477. After thinking several days, I feel I know its root cause. This bug should be a deadlock problem cau