Hi all,
I have a complete HP 3par SAN storage system with 14 HP blades connected to it. Each blade has multiple fiber channels where the LUN are exposed, so the blade has multiple ways to read/write from or to the SAN.
So I've been playing around with installing CoreOS on our SAN using multipath, but it seems not to work for me. First of all, the coreos-install script checks the disk type for either disk|loop|lvm . But when you use a multipath device, this type is mpath.
Second, if I add the mpath to that check, the installer fails when it wants to notify about the partitions.
So. I was wondering if any has installed CoreOS on baremetal with multipath support or if it's even supported?