From c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Jun 2005 04:31:38 +0000 Subject: call it dmraid, it's more explicit --- perl-install/fs/dmraid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/dmraid.pm') diff --git a/perl-install/fs/dmraid.pm b/perl-install/fs/dmraid.pm index 30427c0a7..3fb4d9cd8 100644 --- a/perl-install/fs/dmraid.pm +++ b/perl-install/fs/dmraid.pm @@ -86,7 +86,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 => "dm_$_->{format}", disks => $_->{disks} }); + add2hash($vg, { media_type => 'hd', prefix => $dev, 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