hpe-storage / python-hpedockerplugin

HPE Native Docker Plugin
Apache License 2.0
36 stars 64 forks source link

Fix for Primera #699

Closed imran-ansari closed 5 years ago

imran-ansari commented 5 years ago

Current code ends up invoking Client API with 'tdvv' as False even when 'thin' provisioning is specified by the user. Client API mandates that 'tdvv' and 'compression' must be passed together. Else it results in error. This fix ensures that 'tdvv' is passed to Client API only when specified by the user.

imran-ansari commented 5 years ago

@wdurairaj , @nilangekarss - Please have a look.