Update: I tinkered with it and was able to bend it to my will. It might be overkill, but in trying various things, I ended up removing my data domain for ISOs (completely, not just detached), and importing it back in to the oVirt cluster. I put in the IP address of one of the iSCSI portals and clicked "Discover". I was presented with the target created on the Ceph iSCSI gateway and selected it with the check-box and clicked "Login." After finishing the process of importing the data domain, all my LUNs now show 2 paths available -- one on each portal: ``` [root@ovirt00 multipath]# multipath -ll 360014052d2c9707a0084f93b60c6cb92 dm-2 LIO-ORG,TCMU device size=120G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='service-time 0' prio=50 status=active | `- 7:0:0:0 sdb 8:16 active ready running `-+- policy='service-time 0' prio=10 status=enabled `- 8:0:0:0 sdf 8:80 active ready running 36001405300b91937809416c8ba551154 dm-4 LIO-ORG,TCMU device size=512G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='service-time 0' prio=50 status=active | `- 8:0:0:1 sdg 8:96 active ready running `-+- policy='service-time 0' prio=10 status=enabled `- 7:0:0:1 sdd 8:48 active ready running 360014057572e2056d514b38a9b9e2ebd dm-3 LIO-ORG,TCMU device size=512G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='service-time 0' prio=50 status=active | `- 8:0:0:3 sdi 8:128 active ready running `-+- policy='service-time 0' prio=10 status=enabled `- 7:0:0:3 sdc 8:32 active ready running 360014059baf86f658cb4d7bb6fb88a79 dm-5 LIO-ORG,TCMU device size=512G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='service-time 0' prio=50 status=active | `- 7:0:0:2 sde 8:64 active ready running `-+- policy='service-time 0' prio=10 status=enabled `- 8:0:0:2 sdh 8:112 active ready running ```