Alexander Bugl a écrit :
[...] disk_config sda disklabel:msdosprimary / 12G ext3 rw,errors=remount-ro primary swap 4G swap rw logical /tmp 2G ext3 rw createopts="-m 1" logical /var 50G- ext3 rw createopts="-m 5" logical /srv 0- ext3 rw,nosuid createopts="-m 0" tuneopts="-c 0 -i 0" Finding all volume groups (CMD) mdadm --detail --scan --verbose -c partitions 1> /tmp/aaLkZ6M0w9 2> /tmp/QAfOE1bFA4 Executing: mdadm --detail --scan --verbose -c partitions Use of uninitialized value in multiplication (*) at /usr/share/fai/setup-storage//Sizes.pm line 628.
[...]
The machine is a Sun x4240 with currently 15 HDDs, the first two are configured as RAID 1 Volume using the HW RAID Controller built into the x4240. Any idea, what is going wrong? Any hint would be helpful ...
Looks like setup-storage can't compute the sector size or the number of sectors per track. Isn't your raid disk larger than 2 Tb? In this case you probably need to put a gpt label on it instead of msdos.
-- Nicolas
