
Hi all. I'm trying to deploy the engine, but when I get the LUNs from the hypervisor, the deploy doesn't find it. Message: "Retrieval of fiber channel LUNs failed." At the hypervisor/Linux level, the LUNs are there, both through /dev /mapper and multipath -ll. [root@kcmi1r02kvm07 ~]# ls -lh /dev/mapper/ total 0 lrwxrwxrwx. 1 root root 8 Dec 5 14:13 360002ac0000000000000002f0001f5d4 -> ../dm-12 lrwxrwxrwx. 1 root root 8 Dec 5 14:07 3600d023100094404020e199d773aa248 -> ../dm-20 lrwxrwxrwx. 1 root root 8 Dec 5 14:13 3600d02310009440404ebf5c67a1af728 -> ../dm-37 lrwxrwxrwx. 1 root root 8 Dec 5 14:07 3600d02310009440404ef2f75443b031c -> ../dm-51 lrwxrwxrwx. 1 root root 8 Dec 5 14:13 3600d02310009440406f5362702fd465f -> ../dm-22 [root@kcmi1r02kvm07 ~]# multipath -ll 3600d02310009440416067733055f176d dm-18 IFT,GS 5200 Series size=5.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='round-robin 0' prio=50 status=active | |- 7:0:2:13 sdbn 68:16 active ready running | `- 8:0:0:13 sdbd 67:112 active ready running `-+- policy='round-robin 0' prio=10 status=enabled |- 9:0:0:13 sday 67:32 active ready running `- 10:0:1:13 sdbi 67:192 active ready running 3600d02310009440404ebf5c67a1af728 dm-37 IFT,GS 5200 Series size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='round-robin 0' prio=50 status=active | |- 9:0:0:30 sddp 71:112 active ready running | `- 10:0:1:30 sddx 71:240 active ready running `-+- policy='round-robin 0' prio=10 status=enabled |- 7:0:2:30 sdee 128:96 active ready running `- 8:0:0:30 sddr 71:144 active ready running Any tips? Thank you all!!