cinder/cinder/volume/drivers/synology
Gorka Eguileor 0f7f413c6b SAN: Add missing driver options
Drivers can now report the configuration options that are relevant for
them with the `get_driver_options` method, but most of them are just
reporting their unique options and not the ones they share with other
drivers (ie: `san_ip`, `san_login`, `san_password`).

This patch adds additional options to SanDriver drivers so they return a
more meaningful list of options.

To help with this it adds a helper method called `_get_oslo_driver_opts`
which can return a list of oslo options from names.

This includes very common options such as `max_over_subscription_ratio`,
`reserved_percentage`, and `replication_device`, but doesn't include the
`volume_backend_name` configuration option, since that's common to ALL
Cinder drivers.

Change-Id: I0ba2bbf1b707f93081cad8fabcc8dafb7b7d67d2
2020-03-25 13:55:16 +01:00
..
__init__.py Add Synology DSM storage driver 2016-07-12 15:21:52 +08:00
synology_common.py Fix "is"/"is not" with a literal usage 2019-11-08 09:39:39 -05:00
synology_iscsi.py SAN: Add missing driver options 2020-03-25 13:55:16 +01:00