rpms/zfs-fuse/F-12 zfs-fuse.scrub,1.1,1.2 zfs-fuse.spec,1.20,1.21

Uwe Kubosch donv at fedoraproject.org
Tue Jan 19 23:29:50 UTC 2010


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15918/F-12

Modified Files:
	zfs-fuse.scrub zfs-fuse.spec 
Log Message:
* Fixed bug in automatic scrub script


Index: zfs-fuse.scrub
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-12/zfs-fuse.scrub,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- zfs-fuse.scrub	31 Dec 2009 16:46:22 -0000	1.1
+++ zfs-fuse.scrub	19 Jan 2010 23:29:50 -0000	1.2
@@ -11,7 +11,7 @@
 
 zpool=/usr/bin/zpool
 
-pools=$zpool list -H | cut -f1
+pools=`$zpool list -H | cut -f1`
 
 echo Found these pools: $pools
 
@@ -20,4 +20,4 @@ for pool in $pools; do
   $zpool scrub $pool
 done
 
-echo "ZFS Fuse automatic scrub start done.  Use '$zpool status' to see progress.
+echo "ZFS Fuse automatic scrub start done.  Use '$zpool status' to see progress."


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-12/zfs-fuse.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- zfs-fuse.spec	31 Dec 2009 16:45:15 -0000	1.20
+++ zfs-fuse.spec	19 Jan 2010 23:29:50 -0000	1.21
@@ -1,7 +1,7 @@
 Summary:          ZFS ported to Linux FUSE
 Name:             zfs-fuse
 Version:          0.6.0
-Release:          6%{?dist}
+Release:          7%{?dist}
 Group:            System Environment/Base
 License:          CDDL
 URL:              http://zfs-fuse.net/
@@ -91,6 +91,9 @@ fi
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Wed Jan 20 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.0-7
+- Fixed bug in automatic scrub script
+
 * Mon Jan 04 2010 Uwe Kubosch <uwe at kubosch.no> - 0.6.0-6
 - Added option for automatic weekly scrubbing.
   Set ZFS_WEEKLY_SCRUB=yes in /etc/sysconfig/zfs-fuse to enable



More information about the scm-commits mailing list