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

OSMount - Fix handling of non-existent devices #340

Merged
merged 2 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Add test case for _get_mounted_devices method

    Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
    mihaelabalutoiu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4057fb4 View commit details
    Browse the repository at this point in the history
  2. Fix mounting of non-existent devices

    Added a check to ensure the device exists before
    attempting to mount it.
    
    Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
    mihaelabalutoiu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aecc437 View commit details
    Browse the repository at this point in the history