#Multiple ontap-nas backend associated to different storage classes

1 messages · Page 1 of 1 (latest)

ancient thorn
#

Hi,
I would like to have 2 ontap-nas backends in trident and 2 different storage classes in kubernetes and each one relates to one backend. At this moment, when I create a backend, I see both storage classes are associated to it:

          "storageClasses": [
            "basic-csi",
            "basic-csi-mc-d"
          ],

vital rose
#

Hi, said differently, you want a one-to-one relationship between SC & backends, right?

#

to achieve this, you can use in the SC the storagePools parameter which will contain the value of the backend you want to link, as well as the aggregate(s)

ancient thorn
#

this is what I need...let me check

ancient thorn
#

works great, thanks

analog crypt
#

Having the same problem here. I understand the theory but unfortunately the link to the example does not work any more.