#Difficulty with Trident and RedHat OpenShift

1 messages · Page 1 of 1 (latest)

marble jungle
#

We're trying to follow the 25.06 (and Redhat) documentation to create an ONTAP_NAS back end and PVC's. When we try to use the 'default' snaphot policy on the SVM it does not apply it. If we specify a policy, it errors out. Similar issue with encryption. Are we missing something? Does any one have clear guid on how to do this with ONTAP 9.15.1?

pearl herald
#

Are you using?
spec:
version: 1
storageDriverName: ontap-nas
credentials:
name: backend-tbc-ontap-nas-secret
defaults:
snapshotPolicy: default
encryption: "true"

#

Note that 'encyption: "true" ' uses NVE. There are no encryption settings needed for using NAE, it happens at a lower level than Trident touches.

marble jungle
#

Yes, NVE. I'm going to try to get my OpenShift admin here, but in the meantime I appreciate the help

#

How about a specific snapshtoPolicy?

pearl herald
#

change default to the name of the snapshot policy you want

#

but both parameters need to be in the default section of the backend.