#Create Custom volume names using trident

1 messages · Page 1 of 1 (latest)

mild crescent
#

Hi

I have trident in k8s environment. We have a requirement to provision volumes with specific naming convention.

SVMname_<application-id>_<Environment>_volxxx_s1

E.g.
AU2004NP0400_A0009A_PROD_vol001_s1
AU2004NT0400_A0033F_TEST_vol001_s2

As per trident documentation custom volume names can be created. However, I am not able to identify the correct options to be used for achieving this.

Any help is much appreciated.

ionic granite
#

hi, what is "application id" in your context?

mild crescent
#

@ionic granite

for example: AU2004NP0400_A0009A_PROD_vol001_s1
SVMName: AU2004NP0400
Application Id: A0009A
Environment: PROD
volume for this application: vol001
source snapmirror volume: _s1