NetApp / netappdvp

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

RFE: Add support for SolidFire when using iSCSI multipath #49

Closed dutchiechris closed 7 years ago

dutchiechris commented 7 years ago

Currently the ndvp supports host multipathing with ONTAP and E-Series but not SolidFire. If you try to create a SolidFire backed volume and multipathing is enabled it errors out.

Please add support for multipathing + SolidFire.

adkerr commented 7 years ago

Internally tracked by [US2527]

plz commented 7 years ago

Is there a targeted release for this enhancement?

innergy commented 7 years ago

Not currently, but if it needs to be prioritized higher let us know.

j-griffith commented 7 years ago

I've submitted a PR to add multiattach to SF (https://github.com/j-griffith/netappdvp/commit/0d9f7a9d7e3995589d9272bb46cc9521ae6ca6c5).

In the meantime, you can also add SF to the blacklisted devices in /etc/multipath.conf:

 blacklist {
     device {
         vendor  "SolidFir"
      }
  }