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

Work around init_buildsystem occasionally failing to unmount old buildroot over NFS #394

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2017

  1. build init_buildsystem : pass BUILDTYPE and INCARNATION, so clean_bui…

    …ld_root() recreates corresponding files
    jimklimov committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    a19364a View commit details
    Browse the repository at this point in the history
  2. init_buildsystem : clean_build_root() : add an option to remove old b…

    …uild root asynchronously, so stale NFS objects do not block a new running build
    jimklimov committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    2770177 View commit details
    Browse the repository at this point in the history
  3. init_buildsystem : clean_build_root() cleanup_and_exit() "pre-flight-…

    …check()" : after trying to just unmount, also try forced lazy unmounts to quickly remove the subtrees from visibility of RM commands which follow
    jimklimov committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    dc177cf View commit details
    Browse the repository at this point in the history
  4. init_buildsystem : clean_build_root() cleanup_and_exit() "pre-flight-…

    …check()" : add some visibility to the activity
    jimklimov committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    def8f76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aadd37b View commit details
    Browse the repository at this point in the history
  6. init_buildsystem : clean_build_root() cleanup_and_exit() "pre-flight-…

    …check()" : attempt to stop processes running inside build root
    jimklimov committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    a3ef5c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce304dc View commit details
    Browse the repository at this point in the history