NetApp / netappdvp

A Docker volume plugin for NetApp storage
96 stars 33 forks source link

Multiple IPs or FQDN in dataLIF configuration entry #78

Closed plz closed 6 years ago

plz commented 7 years ago

Hi Team,

Not sure if this is a dupe of #77 but in our environment we use roundrobin dns entries for our NFS svm with data lifs living in multiple nodes. And then when client mounts the rr-dns takes care of some level of distribution of traffic from multiple clients to these various lifs.

Currently the dataLIF only accepts one IP, not allowing us to replicate this behavior in our k8s/trident/ndvp environment.

Are there plans to extend this configuration directive?

Thanks

adkerr commented 7 years ago

@plz,

I think this is a different issue than #77. You are looking for load balancing around data lifs on a single cluster, so a single management interface but multiple data interfaces. In the other issue they are wanting HA between multiple clusters, so multiple management interfaces with failover detection.

I have added this RFE to our tracking system as [US2472]

adkerr commented 6 years ago

Resolved in commit 9ae43a655cc4b4e52d2dd4f9b321f37aa510f154 and available via Trident for Docker v18.01