Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.5.1
-
3
-
9223372036854775807
Description
test(pios_ssf) failing intermittently is that the two OST’s are setup with different OST size by TB. The size difference is significant (~200MB). This leads to smaller OST filling up much faster during the pios run. Therefore, any subsequently write to FS now returns and ENOSPC.
Fail case.
/dev/vdc 688976 34196 618444 6% /mnt/ost1 /dev/vdd 468680 30108 412640 7% /mnt/ost2
Pass case. OST with identical space definition.
/dev/vdc 688976 34196 618444 6% /mnt/ost1 /dev/vdd 688976 34196 618444 6% /mnt/ost2
Landed for 2.10