mddam - "devices too large for raid5"

Adam Osuchowski adwol w zonk.pl
Pon, 20 Lut 2017, 01:03:55 CET


Jacek Osiecki wrote:
> właśnie spartycjonowałem dyski na nowym serwerze, chcę założyć RAID5 na partycjach a tu??? mdadm mi wyskakuje z komunikatem takim jak w temacie.
> Co jest grane?
> Ten serwer ma 4 dyski 6TB, na niemal identycznym wyposażonym w 7 dysków 3TB stworzenie RAID5/6 nie stanowiło problemu.
> Jest jakiś limit na rozmiar pojedynczego urządzenia czy jak?
> 
> [...]
>
> root w hotel ~>mdadm --verbose --create /dev/md1 -l 5 -n 4 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2 --metadata=0.90
> mdadm: layout defaults to left-symmetric
> mdadm: chunk size defaults to 512K
> mdadm: devices too large for RAID level 5

Z manuala do mdadma:

    0, 0.90
	   Use the original 0.90  format  superblock.   This  format
	   limits  arrays  to 28 component devices and limits compo-
	   nent devices of levels 1 and greater to 2 terabytes.   It
	   is  also possible for there to be confusion about whether
	   the superblock applies to a whole device or just the last
	   partition, if that partition starts on a 64K boundary.

Czyli wolumen w wersji 0.90 nie może mieć więcej niż 2 TB. Nie wymuszaj
przy tworzeniu --metadata=0.90 to powinien się założyć.


Więcej informacji o liście pld-users-pl