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

Fix #1433, use virtual path as name for FS_BASED maps #1448

Merged
merged 1 commit into from
Feb 23, 2024

Commits on Feb 14, 2024

  1. Fix nasa#1433, use virtual path as name for FS_BASED maps

    Use the "virtual_path" instead of "device_name" as the name
    record for FS_BASED entries.  This should allow duplicate
    detection to work as expected.
    
    The device_name on mappings made via this method will now be
    an empty string.  It is not relevant because this type of map
    is used for devices that are already mounted.
    jphickey committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b3cdc13 View commit details
    Browse the repository at this point in the history