NetApp / netappdvp

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

Conform to solidfire name requirements #32

Closed ebalduf closed 7 years ago

ebalduf commented 7 years ago

SolidFire does not support '_' in volume names

Docker-compose creates volumes names as an aggregate of the project name
and the requested volume, but uses '_' to compose the name. SolidFire doesn't
support volume names with '_' so this patch replaces the '_' with '-' such
that the Docker-Compose volumes can be supported on SolidFire.
bnaylor commented 7 years ago

This is issue #7

ntap-rippy commented 7 years ago

This is a change only in the SolidFire section of the code but worth nothing that ONTAP and E-Series have the opposite problem, they support underscore '_' but not hyphen '-'.

adkerr commented 7 years ago

Fixed by PR #34