Bug 595271 - palimpsest shows a disk with 184082949 read error rate as healthy disk
Summary: palimpsest shows a disk with 184082949 read error rate as healthy disk
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-disk-utility
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Zeuthen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-24 08:57 UTC by Joachim Backes
Modified: 2013-03-06 04:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-01 15:44:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
the palimpsest result window for that disk (974.14 KB, image/x-portable-anymap)
2010-05-24 08:57 UTC, Joachim Backes
no flags Details

Description Joachim Backes 2010-05-24 08:57:20 UTC
Created attachment 416062 [details]
the palimpsest result window for that disk

Description of problem:
I used palimpsest for checking my /dev/sda sata disk: palimpsest indicates 
184082949 read error, but declares that disk as healthy. 
Version-Release number of selected component (if applicable):
gnome-disk-utility-2.30.1-1.fc13.i686

How reproducible:
always

Steps to Reproduce:
1.start palimpsest and click on the disk symbol in the left pane.  
2.
3.
  
Actual results:
disk is healthy

Expected results:
some another evaluation

Additional info:

Comment 1 David Zeuthen 2010-06-01 15:44:13 UTC
(In reply to comment #0)
> Created an attachment (id=416062) [details]
> the palimpsest result window for that disk
> 
> Description of problem:
> I used palimpsest for checking my /dev/sda sata disk: palimpsest indicates 
> 184082949 read error, but declares that disk as healthy. 
> Version-Release number of selected component (if applicable):
> gnome-disk-utility-2.30.1-1.fc13.i686
> 
> How reproducible:
> always
> 
> Steps to Reproduce:
> 1.start palimpsest and click on the disk symbol in the left pane.  
> 2.
> 3.
> 
> Actual results:
> disk is healthy
> 
> Expected results:
> some another evaluation

It sounds like you're assuming that ATA SMART is supposed to be accurate, well specified and meaningful. This is unfortunately not the case. See the libatasmart sources for how we determine what to report to the end user (hint: being careful to not report wrong data is key here).

In this particular case the attribute you are mentioning has a normalized value that is above its threshold (since 109 > 6) so it's all good. Also not only Pre-Fail (not Old-Age) attributes contribute to the reported "Healthy" evalution of the disk. The fact that the raw value is sky-high is probably just the disk returning garbage (sadly many disks do that) for the raw value. Feel free to open a bug against libatasmart to add a quirk about that.

In the future please keep this page in mind

 http://www.freedesktop.org/wiki/Software/udisks

when filing storage-related bugs.

Comment 2 Joachim Backes 2010-06-01 16:41:17 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Created an attachment (id=416062) [details] [details]
> > the palimpsest result window for that disk
> > 
> > Description of problem:
> > I used palimpsest for checking my /dev/sda sata disk: palimpsest indicates 
> > 184082949 read error, but declares that disk as healthy. 
> > Version-Release number of selected component (if applicable):
> > gnome-disk-utility-2.30.1-1.fc13.i686
> > 
> > How reproducible:
> > always
> > 
> > Steps to Reproduce:
> > 1.start palimpsest and click on the disk symbol in the left pane.  
> > 2.
> > 3.
> > 
> > Actual results:
> > disk is healthy
> > 
> > Expected results:
> > some another evaluation
> 
> It sounds like you're assuming that ATA SMART is supposed to be accurate, well
> specified and meaningful. This is unfortunately not the case. See the
> libatasmart sources for how we determine what to report to the end user (hint:
> being careful to not report wrong data is key here).
> 
> In this particular case the attribute you are mentioning has a normalized value
> that is above its threshold (since 109 > 6) so it's all good. Also not only
> Pre-Fail (not Old-Age) attributes contribute to the reported "Healthy"
> evalution of the disk. The fact that the raw value is sky-high is probably just
> the disk returning garbage (sadly many disks do that) for the raw value. Feel
> free to open a bug against libatasmart to add a quirk about that.
> 
> In the future please keep this page in mind
> 
>  http://www.freedesktop.org/wiki/Software/udisks
> 
> when filing storage-related bugs.    

Hi David, thank you for clarification.

Kind regards

JB


Note You need to log in before you can comment on or make changes to this bug.