Hi, Requesting review for the following bug: http://defect.opensolaris.org/bz/show_bug.cgi?id=2688 "Gnome performance monitor shows 0 disk space available in Systems Tab"
This bug was marked fix but reponed as the originial patch integrated was indiana specific and therefore did not fix the issue on nevada builds. The patch was indiana specific because it had a hard coded assumption that the root filesystem would be ZFS based. This assumption is unnecessary. It is possible to check at runtime the type of filesystem under "/" and if it is zfs we can determine filesystem usage based on "/". Otherwise we can proceed with the conventional method. The patch (gnome-system-monitor-03-zfs.diff) has been modified and the gnome-system-monitor.spec now includes it as an unconditional patch. New patch is attached. Thanks, Niall. Diffs to jds/spec-files/trunk: Index: base-specs/gnome-system-monitor.spec =================================================================== --- base-specs/gnome-system-monitor.spec (revision 18132) +++ base-specs/gnome-system-monitor.spec (working copy) @@ -12,7 +12,7 @@ License: GPL v2 Group: System/GUI/GNOME Version: 2.26.1 -Release: 1 +Release: 2 Distribution: Java Desktop System Vendor: Sun Microsystems, Inc. Summary: Simple process monitor @@ -27,10 +27,8 @@ Patch1: gnome-system-monitor-01-solaris.diff # date:2006-11-15 owner:calumb type:bug bugster:6489289 bugzilla:375669 Patch2: gnome-system-monitor-02-launch-menu-item.diff -%if %option_with_indiana_branding # date:2008-11-27 owner:niall type:bug bugster:6777351 Patch3: gnome-system-monitor-03-zfs.diff -%endif URL: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on @@ -61,9 +59,7 @@ %endif %patch1 -p1 %patch2 -p1 -%if %option_with_indiana_branding %patch3 -p1 -%endif %build %ifos linux @@ -133,6 +129,8 @@ %{_mandir}/man1/* %changelog +* Thu Apr 16 2009 - niall.power at sun.com +- zfs patch reworked - no longer indiana specific * Wed Apr 15 2009 - dave.lin at sun.com - Bump to 2.26.1 * Mon Mar 23 2009 - niall.power at sun.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: gnome-system-monitor-03-zfs.diff URL: <http://mail.opensolaris.org/pipermail/jds-review/attachments/20090416/48c2cc36/attachment.ksh>
