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

Collect more disk information #64

Merged
merged 5 commits into from
Oct 2, 2018
Merged

Collect more disk information #64

merged 5 commits into from
Oct 2, 2018

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    321a752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e8de2 View commit details
    Browse the repository at this point in the history
  3. Add disk Model & World Wide Name

    lsblk uses the same logic for determining WWN, namely:
    - try to get ID_WWN_WITH_EXTENSION from udev
    - if that fails, try to get ID_WWN
    
    See:
    - util-linux/util-linux#321
    - util-linux/util-linux@4d7ef26
    jpo-joyent committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    41b0982 View commit details
    Browse the repository at this point in the history
  4. Document new fields

    jpo-joyent committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    0aa6b43 View commit details
    Browse the repository at this point in the history
  5. Rename fields

    `WorldWideName` => `WWN`
    `NumaNodeId` => `NUMANodeID`
    jpo-joyent committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    6cbe1fd View commit details
    Browse the repository at this point in the history