Re: fslock is dead, long live mutex

2016-06-21 Thread Nate Finch
Thanks for this, Tim! Really happy to see that old fslock code go away, and using much more reliable OS-level functionality. On Tue, Jun 21, 2016 at 11:53 AM Alexis Bruemmer < alexis.bruem...@canonical.com> wrote: > Tim this is really awesome and will address a few long standing and > painful

Re: fslock is dead, long live mutex

2016-06-21 Thread Alexis Bruemmer
Tim this is really awesome and will address a few long standing and painful field bugs. Thank you for taking the extra effort to do this work! Also thank you to Nate Finch and David Cheney for their contributions on this effort. On Tue, Jun 21, 2016 at 2:24 AM, Tim Penhey

about to land a breaking change

2016-06-21 Thread Horacio Duran
I am about to land a change in the way we persist user permissions, this will not change API but existing models/controllers will stop working so please be aware of this before pulling the latest version of the code. -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or

fslock is dead, long live mutex

2016-06-21 Thread Tim Penhey
Hi folks, We have finally managed to exorcise the fslock from the codebase. Both 1.25 and master no longer refer to it at all. We need to remove it from the juju/utils package to make sure that people don't accidentally try and use it again. There is a new replacement, the juju/mutex