After upgrading to Trident 23.01 from 22.01 we are unable to mount iscsi volumes.
The events for the PV shows that multipathd is not running.
{"@timestamp":"2023-03-14T19:30:39Z","level":"error","message":"GRPC error: rpc error: code = Internal desc = failed to stage volume: multipathd is not running","requestID":"a49fca6c-b2bc-4a24-8fa1-9abfff9477d0","requestSource":"CSI"}
We did not see any errors in the driver-registrar container, but do see the following in the trident-main container of the csi pods:
{"@timestamp":"2023-03-13T19:59:58Z","level":"error","message":"Failed to add portal to self-healing map; err: portal value cannot be empty","requestID":"2cb64538-54e7-4d91-88a1-606db18cd5df","requestSource":"Internal"}```
We are unsure why it is seeing the portal list as empty now and is seeing multipathd as not running. (Is there anything specific that we need to do for OpenShift 4.11?)