Opened 10 years ago
Closed 8 years ago
#547 closed enhancement (wontfix)
smartctl -H same output for SCSI and ATA devices
Reported by: | versofate | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | smartctl | Version: | 6.3 |
Keywords: | scsi | Cc: |
Description
scsiprint.cpp
pout("SMART Health Status: OK\n");
should be changed to:
pout("SMART overall-health self-assessment test result: PASSED\n");
It allows to parse output for different devices in the same way.
Change History (4)
comment:1 by , 10 years ago
Component: | all → smartctl |
---|
comment:2 by , 10 years ago
Keywords: | scsi added; output removed |
---|---|
Milestone: | → undecided |
comment:3 by , 10 years ago
Maybe i could make a patch to add a new key, something like -Hu, for example?
comment:4 by , 8 years ago
Milestone: | undecided |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Changing this very old (r749) behavior may break existing scripts relying on it. It is easy to create a wrapper script which map both strings to one.
Note:
See TracTickets
for help on using tickets.
Yes - but changing this very old (r749) behavior may break existing applications or scripts relying on it.