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

main: check if local storage is mounted when --local flag is used (HMS-3792) #259

Closed
wants to merge 3 commits into from

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    358af07 View commit details
    Browse the repository at this point in the history
  2. main: fix small typo

    A local container image from the host is being used.
    kingsleyzissou committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d294651 View commit details
    Browse the repository at this point in the history
  3. main: check if local storage has been mounted

    Since we are using local storage by default, Wwe should fail early if it
    hasn't been mounted. Some undefined behaviour has been seen when local storage
    volume hasn't been mounted and the `--local` flag has been provided.
    kingsleyzissou committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    56ce13b View commit details
    Browse the repository at this point in the history