RE: Array of disks attached to multiple controllers

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

 



On Tuesday September 14, bugzilla@xxxxxxxxxxxxxxxx wrote:
> Well I have a clue!
> <Device size> X (<Number of disks> - 1)
> 195360896 X (16-1) = 2930413440 (a very nice number!)
> 
> I think you have crossed a 2T limit.
> Subtract 2T from the expected size and you get you size.
> 2930413440 - 2^31 = 782929792  (This is your size!)
> 
> 2^31 = 2T. (we have 1K blocks)
> 
> You have exceeded a 2T limit somewhere.  I don't know where the limit is.  I
> thought I read that devices were limited to 2T, but arrays could be larger.
> Maybe you have an older kernel that only supports 2T.  My 14 disk monster
> array is just over 200Gig, so I have not had this problem.  A new kernel may
> help, but I don't know.  Time for Neil to help! :)

2.4 kernels on 32bit processors cannot handle devices larger than 2^32
  sectors (2T).  Maybe not even bigger than 1T, I'm not sure.

2.6 kernels can if you select CONFIG_LBD (Large Block Devices).

> 
> I think you will be fine if you only use 11 disks!
> 195360896 * (11-1) = 1953608960 (this is under the 2T limit).

Worth a try, as is using 2.6

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