From a8f772d35be17d3bb8d08f41e5a20da121813b36 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Mar 2008 19:05:01 +0000 Subject: - really fix partition device name for some dmraid (missing "p", cf #38363) (this is needed to complete commit r238726 | pixel | 2008-03-06) --- perl-install/fs/dmraid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/dmraid.pm b/perl-install/fs/dmraid.pm index 9520837b1..7f9e0fbce 100644 --- a/perl-install/fs/dmraid.pm +++ b/perl-install/fs/dmraid.pm @@ -96,7 +96,7 @@ sub vgs() { map { my $dev = "mapper/$_->{name}"; my $vg = fs::wild_device::to_subpart("/dev/$dev"); - add2hash($vg, { media_type => 'hd', prefix => $dev, bus => "dmraid_$_->{format}", disks => $_->{disks} }); + add2hash($vg, { media_type => 'hd', bus => "dmraid_$_->{format}", disks => $_->{disks} }); #- device should exist, created by dmraid(8) using libdevmapper #- if it doesn't, we suppose it's not in use -- cgit v1.2.1