]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: add missing promise raid metadata locations
authorPhillip Susi <psusi@ubuntu.com>
Wed, 2 Jan 2013 16:40:46 +0000 (11:40 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Jan 2013 13:42:04 +0000 (14:42 +0100)
There are some additional locations where dmraid can find
and use pdc raid metadata that libblkid was not checking.

libblkid/src/superblocks/promise_raid.c

index 221146dbce543d6646d81ebfb9961eb808f8f9b4..01e4e3752dd8229d6f17c861ddb3be03f6f3f34c 100644 (file)
@@ -29,7 +29,7 @@ static int probe_pdcraid(blkid_probe pr,
 {
        unsigned int i;
        static unsigned int sectors[] = {
-               63, 255, 256, 16, 399, 0
+         63, 255, 256, 16, 399, 591, 675, 735, 911, 974, 991, 951, 3087, 0
        };
 
        if (pr->size < 0x40000)