kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #24296
[Bug 1241086] Re: dmraid-4-5 is not built for Saucy
I think this is the problem in dmraid/lib/activate/activate.c
static struct type_handler {
const enum type type;
int (*f) (struct lib_context * lc, char **table, struct raid_set * rs);
} type_handler[] = {
{ t_undef, dm_undef }, /* Needs to stay here! */
{ t_partition, dm_partition },
{ t_spare, dm_spare },
{ t_linear, dm_linear },
{ t_raid0, dm_raid0 },
{ t_raid1, dm_raid1 },
{ t_raid4, dm_raid45 },
{ t_raid5_ls, dm_raid45 },
{ t_raid5_rs, dm_raid45 },
{ t_raid5_la, dm_raid45 },
{ t_raid5_ra, dm_raid45 },
/* RAID types below not supported (yet) */
{ t_raid6, dm_unsup },
};
instead of dm_raid45 should be dm_raid456
I'll try and patch it after I finish my current work as a waiter :-P
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1241086
Title:
dmraid-4-5 is not built for Saucy
Status in “linux” package in Ubuntu:
Fix Committed
Status in “linux” source package in Saucy:
Fix Committed
Bug description:
dm-raid45 depended on EXPERIMENTAL which was removed in 3.10
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1241086/+subscriptions
References