summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-30 04:31:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-30 04:31:38 +0000
commitc663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e (patch)
tree1f46a94d3d712ec08790bfa1b7af819333fef4a0 /perl-install/fs
parent694a362b3ac9fffe331f4b47856ead3a146953dc (diff)
downloaddrakx-backup-do-not-use-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar
drakx-backup-do-not-use-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar.gz
drakx-backup-do-not-use-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar.bz2
drakx-backup-do-not-use-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.tar.xz
drakx-backup-do-not-use-c663b9ce48ca18b6698e3fd1ff7cddaffc76cc0e.zip
call it dmraid, it's more explicit
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/dmraid.pm2
1 files changed, 1 insertions, 1 deletions
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