Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dutchiechris opened this issue Nov 24, 2016 · 4 comments
Closed

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

dutchiechris opened this issue Nov 24, 2016 · 4 comments

Comments

@dutchiechris
Copy link
Contributor

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
Copy link
Contributor

adkerr commented Feb 7, 2017

Internally tracked by [US2527]

@adkerr adkerr added the tracked label Feb 8, 2017
@plz
Copy link

plz commented Jun 6, 2017

Is there a targeted release for this enhancement?

@innergy
Copy link
Contributor

innergy commented Jun 6, 2017

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

j-griffith added a commit to j-griffith/netappdvp that referenced this issue Sep 6, 2017
The original SolidFire plugin didn't require/use multipath.  Other
products in the NDVP however require it and we've had a number of
cases where customers have setup multipath with then in turn breaks
the ability to use SF unless the SF device is blacklisted in the
multipath.conf file.

Rather than have two configs, just add multipath support to SF.

Closes Github Issue: NetApp#49
@j-griffith
Copy link
Contributor

j-griffith commented Sep 6, 2017

I've submitted a PR to add multiattach to SF (j-griffith@0d9f7a9).

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

 blacklist {
     device {
         vendor  "SolidFir"
      }
  }

j-griffith added a commit to j-griffith/netappdvp that referenced this issue Sep 6, 2017
The original SolidFire plugin didn't require/use multipath.  Other
products in the NDVP however require it and we've had a number of
cases where customers have setup multipath with then in turn breaks
the ability to use SF unless the SF device is blacklisted in the
multipath.conf file.

Rather than have two configs, just add multipath support to SF.

Closes Github Issue: NetApp#49
netapp-ci pushed a commit that referenced this issue Sep 14, 2017
The original SolidFire plugin didn't require/use multipath.  Other
products in the NDVP however require it and we've had a number of
cases where customers have setup multipath with then in turn breaks
the ability to use SF unless the SF device is blacklisted in the
multipath.conf file.

Rather than have two configs, just add multipath support to SF.

Closes Github Issue: #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants