This commit fixes only this particular case when we have more than one disk on a node and at least one of them is smaller that 2T. The root cause of the issue is UEFI's BIOS emulation bug. It does not support LBA48. The correct way to address this issue is to implement uefi support.
This commit fixes only this particular case when we have more than one disk on a node and at least one of them is smaller that 2T. The root cause of the issue is UEFI's BIOS emulation bug. It does not support LBA48. The correct way to address this issue is to implement uefi support.