[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-1.exp5-6-g492e108

Giuseppe Iuculano giuseppe at iuculano.it
Thu Jan 29 09:21:53 UTC 2009


The following commit has been merged in the master branch:
commit 492e108ee5200c7fd6faae2b655763360ad387d8
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Thu Jan 29 09:39:14 2009 +0100

    debian/dmraid-activate: Activate unconditionally isw array (LP: #310928)
    
    This is not a fix, but a workaround...
    Upstream says:
    
    The handling of group RAID sets has changed in rc15 in order to allow
    for eg. isw RAID volumes to be selected, hence this is intended.
    Wildcard support needs adding in order to allow for easier name
    selection.
    Patches welcome  ;-)

diff --git a/debian/dmraid-activate b/debian/dmraid-activate
index c8ef8c7..670cb9d 100644
--- a/debian/dmraid-activate
+++ b/debian/dmraid-activate
@@ -75,3 +75,7 @@ fi
 
 dmraid -i -ay $Raid_Name
 
+#FIXME (LP #310928)
+if echo "$Raid_Name" | grep -q "isw_" ; then
+	dmraid -i -ay -f isw
+fi

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list