Bug 871628

Summary: [PATCH] fsusage: Fix fetching rootfs stats on Fedora 17
Product: [Fedora] Fedora Reporter: Cole Robinson <crobinso>
Component: libgtop2Assignee: Søren Sandmann Pedersen <sandmann>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: kem, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-04 13:59:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fsusage: Fix fetching rootfs stats on Fedora 17 none

Description Cole Robinson 2012-10-30 21:57:11 UTC
Created attachment 635809 [details]
fsusage: Fix fetching rootfs stats on Fedora 17

On Fedora 17+18, my /etc/mtab has this:

$ grep " / " /etc/mtab
rootfs / rootfs rw 0 0
/dev/sda2 / ext4 rw,seclabel,relatime,data=ordered 0 0

When fsusage scans mtab, it matches on the first entry, but since 'rootfs'
isn't of the expected format '/dev/<blah>' it bails out.

Match early on any rootfs entries and skip them.


End result is that there is no rootfs IO reporting via system monitor shell extension. I filed a bug in the upstream tracker 3 weeks ago but there's no movement, maybe one yall maintainers can push it along:

https://bugzilla.gnome.org/show_bug.cgi?id=685897

Comment 2 Fedora Update System 2013-02-12 23:00:02 UTC
libgtop2-2.28.4-4.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/libgtop2-2.28.4-4.fc18

Comment 3 Fedora Update System 2013-03-02 20:09:26 UTC
libgtop2-2.28.4-4.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.