Rohit Arora
Rohit Arora
Hello @gorantornqvist Thanks for reporting this issue. To give you some background, the secret token `trident-csi-token-z59nn` is created when Trident creates a service account name `trident-csi`. Trident deployment and daemonset...
@eselvam When Trident is installed on OCP, SCC is also created as part of the installation, can you please check if there is an SCC or not by running `oc...
I believe Trident sets volume capabilities to: ``` volumes: - '*' ``` It should include everything, out of curiosity what do you see in the output of the command `oc...
There is a KB article for this: https://kb.netapp.com/Advice_and_Troubleshooting/Cloud_Services/Astra_Trident/Trident_install_failing_due_to_clusterrolebinding_not_allowing
@zwiy 1. I am trying to understand the issue here, the error message you reported "message: Failed to apply the backend update; updating the data plane IP address isn't currently...
@zwiy The error `error initializing ontap-nas-economy driver: more than one authentication method (username/password and clientPrivateKey) present in backend config; please ensure only one authentication method is provided` suggests that your...
@zwiy You are correct I do not see two authentication methods as the error suggests so this requires more investigation. Can you please open a support case with NetApp Support?...
Hello @zwiy I investigated this issue and was able to reproduce it. This issue only affects pre-22.07 backends that have been created using the `credentials` field (i.e. backends using user-defined...
Hello @fabian-born, This issue is the same as #759. The workaround here would have been to use an empty username `username: ""` and password `password: ""` in your secret. The...
@domruf A multipath device is created as /dev/dm-N whereas the /dev/mapper/mpathX is a symlink with a /dev/dm-N target. The reason Linux vendors caution against using /dev/dm-N esp. in scripts is...