Re: [openstack-dev] [nova] nova-network stuck at get semaphores lock when startup

2014-08-07 Thread Alex Xu
Oops, thanks On 2014年08月07日 22:08, Ben Nemec wrote: Unfortunately this is a known issue. We're working on a fix: https://bugs.launchpad.net/oslo/+bug/1327946 On 08/07/2014 03:57 AM, Alex Xu wrote: When I startup nova-network, it stuck at trying get lock for ebtables. @utils.synchronized('ebt

Re: [openstack-dev] [nova] nova-network stuck at get semaphores lock when startup

2014-08-07 Thread Ben Nemec
Unfortunately this is a known issue. We're working on a fix: https://bugs.launchpad.net/oslo/+bug/1327946 On 08/07/2014 03:57 AM, Alex Xu wrote: > When I startup nova-network, it stuck at trying get lock for ebtables. > > @utils.synchronized('ebtables', external=True) > def ensure_ebtables_rules

Re: [openstack-dev] [nova] nova-network stuck at get semaphores lock when startup

2014-08-07 Thread Alex Xu
. @utils.synchronized('ebtables From: Alex Xu To: OpenStack Development Mailing List , Date: 08/07/2014 04:54 PM Subject: [openstack-dev] [nova] nova-network stuck at get semaphores lock when startup When I startup nova-ne

Re: [openstack-dev] [nova] nova-network stuck at get semaphores lock when startup

2014-08-07 Thread Chen CH Ji
Mailing List , Date: 08/07/2014 04:54 PM Subject:[openstack-dev] [nova] nova-network stuck at get semaphores lockwhen startup When I startup nova-network, it stuck at trying get lock for ebtables. @utils.synchronized('ebtables', external

[openstack-dev] [nova] nova-network stuck at get semaphores lock when startup

2014-08-07 Thread Alex Xu
When I startup nova-network, it stuck at trying get lock for ebtables. @utils.synchronized('ebtables', external=True) def ensure_ebtables_rules(rules, table='filter'): . Checking the code found that invoke utils.synchronized without parameter lock_path, the code will try to use posix s