Closed gbxahollis closed 4 years ago
Turns out I didn't need to do this. What I did need to do (for a Solidfire SAN) however, was define:
discovery.sendtargets.auth.username: <SolidFire Account Name>
discovery.sendtargets.auth.password: <SolidFire Account Initiator Secret>
In my iscsi-secret.yaml
And set both:
chapAuthDiscovery: "true"
chapAuthSession: "true"
In my pod Yaml in order to get this to work.
I have a node with 2 interfaces, one for "Server" traffic, and one for "Storage" traffic, in this case iscsi traffic. How do I force the iSCSI requests to use that interface? As it stands today, this config:
Fails with the following error:
My gut says that it's related to the host not sending that request down the second interface. I could be wrong