Opened 9 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 versofate, 9 years ago

Component: allsmartctl

comment:2 by Christian Franke, 9 years ago

Keywords: scsi added; output removed
Milestone: undecided

Yes - but changing this very old (r749) behavior may break existing applications or scripts relying on it.

comment:3 by versofate, 9 years ago

Maybe i could make a patch to add a new key, something like -Hu, for example?

Last edited 9 years ago by versofate (previous) (diff)

comment:4 by Christian Franke, 8 years ago

Milestone: undecided
Resolution: wontfix
Status: newclosed

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.