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

Include btrfs volumes names/labels in DeviceTreeBase.names #1153

Commits on Oct 27, 2023

  1. Include btrfs volumes names/labels in DeviceTreeBase.names

    Btrfs Volumes use label of the filesystem as name in blivet, which
    isn't really a name, so it doesn't have to be unique, but not
    having it unique causes problems in both Blivet and Anaconda where
    we assume device name is a unique identifier. Not having the name
    in the list of names means newly created devices can get the same
    name as an already existing (or scheduled to be created) device.
    vojtechtrefny committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1235788 View commit details
    Browse the repository at this point in the history