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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241086

Title:
  dmraid-4-5 is not built for Saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1241086/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to