Closed stevepoweribm closed 2 years ago
After digging about how NPIV on VMWare works AND talking to some experts in this space... VMWare requires all LUN's to be presented using RDM disks. From within the VM itself, it's not aware that it has fibre connection to the storage array and therefore dynamically created LUNs using the CSI driver can't be mapped into the VM when required.
Closing defect.
Closing defect.
I trying to configure OCP 4.9.11 running on vSphere 7.0.3.00100 utilising NPIV for my compute nodes against a FlashSystem 5030 array using the v1.8.0 CSI driver. I can successfully create a PVC that provisions a PV and I can see that appear in the storage console.
When I try to attach the PVC to a pod (in this case configuring the openshift-image-registry component) it fails to complete the action . The volumeAttachment record reports
Status.Attach Error.Message: rpc error: code = NotFound desc = Host for node: nvme_nqn: , fc_wwns : [''], iscsi_iqn : iqn.1994-05.com.redhat:ca8c232fba was not found, ensure all host ports are configured on storage
Using 'oc logs -f pod/ibm-block-csi-controller-0 ibm-block-csi-controller -n ibm-block-csi-driver' in my namespace I can see the following errors:
Questions
Thanks for any help you can offer in resolving this issue. SteveP