Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Disks Plasma Disks
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma DisksPlasma Disks
  • Merge requests
  • !18

consider devices invalid (ignore them) that have smart disabled

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Harald Sitter requested to merge work/invalidate-disabled-devices into master Apr 15, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 5

when SMART is disabled smartctl will exit0 but contain no smart_status which means default values get used and the device is considered invalid. since we don't know what the status is in this situation we'll consider the entire data set invalid and thereby hide the device.

with the growing amount of potentially discarded (but present) data blobs it might soon make sense to think about rendering invalid devices in the KCM with an unknown state so people at least can find out that their drives aren't being monitored

BUG: 435699 FIXED-IN: 5.22.0

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/invalidate-disabled-devices