Re: RAID0 with bitmap support in 2.6.15 kernel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday April 17, pahilwan.yogesh@xxxxxxxxxxxxxxx wrote:
> Hi Folks,
> 
> I am creating RAID0 with bitmap support in 2.6.15 kernel.
> 
> For that I have created 10GB partition each on 4 sata disks and try to
> created RAID0 over these 4 10 GB partitions and use one of the partitions on
> one of the disks for keeping the bitmap file. I have use following command
> for creating RAID0.
> 
> # mdadm -Cv /dev/md0 -bitmap=/root/mntbitmap/RAID0.bitmap -bitmap-chunk=2048
> -l0 -n4 /dev/sd{a1,b1,c1,d1}
> 
> But after this I am getting Segmentation fault and kernel oops as shown in
> dmesg.

Well, a Segmentation Fault certainly isn't good, and I will try to fix
it.
But bitmap support isn't available for raid0, because it is
meaningless.
The 'bitmap' records sections of the array which might be
inconsistent.  As raid0 have no redundancy, it cannot be
inconsistent.  So there is nothing to record.

What did you hope to gain by adding a bitmap to raid0??

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux