Open alexiseaguirre opened 3 years ago
The fix for the Cinder driver has been proposed: https://review.opendev.org/c/openstack/cinder/+/770807 As well as the Ember-CSI Operator workaround until that fix is merged and release: https://github.com/embercsi/ember-csi-operator/pull/119
We haven't tested it but all seems to indicate that it should work as expected, because the driver doesn't require any special libraries as it makes all the requests to the array using REST API calls.
Unfortunately the driver is not properly reporting all the configuration options it requires to operate, so the Ember-CSI operator is not generating the right form view. This means that anybody wanting to use this driver will need to manually write the configuration on the YAML view following the guides from OpenStack instead of using the nice form from the operator.
We'll try to do a proper fix for this in Cinder, and maybe provide a temporary workaround in the Ember-CSI operator.