Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace hook execution fslock with mutex implementation. #5663

Merged

Commits on Jun 20, 2016

  1. Replace hook execution fslock with mutex implementation.

    This work completely removes all use of fslock from the juju core codebase.
    
    The uniter hook execution lock is now a named juju/mutex. The name is defined as a constant in the agent package, and passed to the workers that need it as manifold configuration for those that have manifolds, or as params to those that don't.
    howbazaar committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    8e9561d View commit details
    Browse the repository at this point in the history