Travis Glenn Hansen
Travis Glenn Hansen
Ok thanks, I'll make a little tweak to ensure we support both.
Yeah, confirmed on multiple fronts now that the controller is for some reason reverting back to v1.0 of the api. I probably just need to remove all code related to...
Version 2 of the api has been available for years now, anyone using 1 would be on very old and insecure builds. If the value has been explicitly set I...
Can you enable debug logging on the controller pod and capture the raw http requests/responses?
Yes DNS would be preferred. I have a tool to migrate them here: https://github.com/democratic-csi/democratic-csi/blob/master/contrib/pv-updater.sh It is a fairly precarious process so please read through the code and review what it...
You can safely roll out the new config, the existing items won't be deleted unless you delete the respective pvc/pv. Assuming the nas is available at both IPs for a...
You need to check the server-side (iscsi target) logs to see why it's rejecting the connections. Also be careful that your initiators each have unique names. Sometimes automation will end...
I meant to observe the logs on the storage server (not sure if you're on TrueNAS or something else). On SCALE for example that would be the scst service logs.
https://github.com/democratic-csi/democratic-csi/issues/301 Can you enable debug logging on the controller so I can see the raw http response? This problem has been elusive but if you can send over the response...
Ok, leave that enabled for a bit if you don't mind and send the logs from the csi-driver container instead if it ever pops up again. Thanks!