** Changed in: oslo
       Status: Fix Committed => Fix Released

** Changed in: oslo
    Milestone: None => havana-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1158179

Title:
  Lockutils - deletes directory rendering locks invalid

Status in Cinder:
  Fix Released
Status in Cinder folsom series:
  Won't Fix
Status in OpenStack Compute (Nova):
  Fix Released
Status in Oslo - a Library of Common OpenStack Code:
  Fix Released
Status in oslo grizzly series:
  Fix Committed
Status in OpenStack Quantum (virtual network service):
  Fix Released

Bug description:
  There is an edge case as follows:
      process A takes lock
      process B waits on lock
      process A completed work
      process B takes lock
      process A takes lock (this is without process B freeing the lock)

  This is reproduced very easily:
      ensure that the lock_path directory does not exist

  Each time a lock is freed the directory is deleted ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1158179/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to