#Storage driver ontap-nas-economy 23.1.0 throws "Flexvol location/creation failed"
1 messages · Page 1 of 1 (latest)
What version of Trident? I recall this error being fixed already.
Duh. Just read the title. It should be fixed there.
Do you have a prefix set in your backend that includes a dash character?
Trident is 23.01.0
storagePrefix: k8s-c-m-ld2gbjsc
but this was working with ontap-nas. you can even see how it is replacing "-" with "_"
it is trying to create volume with dashes removed: k8s_c_m_ld2gbjsc_pvc_a08fb494_e3f2_43d6_8828_86698b645a3f
It looks like a problem as I reproduced it in our lab. An ontap-nas-economy driver fails with storagePrefix of "d-a-s-h-e-s", but works with the storagePrefix "u_n_d_e_r".
will you add fix for this into upcoming release?