
- Never initialize the log by passing it in to `load_plugin`. Unity and VNX driver plugins initialize it in their implementation. - Move plugins specific options from framework to Unity and VNX plugins. - Rename driver options for Unity/VNX, the old ones are deprecated: emc_nas_pool_names -> unity_share_data_pools/vnx_share_data_pools, emc_nas_server_pool -> unity_server_meta_pool, emc_interface_ports -> unity_ethernet_ports/vnx_ethernet_ports, emc_nas_server_container -> unity_server_container/vnx_server_container. DocImpact Closes-Bug: 1652710 Change-Id: I8f1404de8dea9eeb09f1e5f6fc2538cefb0d63d9
18 lines
775 B
YAML
18 lines
775 B
YAML
---
|
|
upgrade:
|
|
- For Dell EMC Unity Manila driver, replaced
|
|
emc_nas_pool_names with unity_share_data_pools,
|
|
emc_nas_server_pool with unity_server_meta_pool,
|
|
emc_interface_ports with unity_ethernet_ports,
|
|
emc_nas_server_container with unity_server_container.
|
|
- For Dell EMC VNX Manila driver, replaced
|
|
emc_nas_pool_names with vnx_share_data_pools,
|
|
emc_interface_ports with vnx_ethernet_ports,
|
|
emc_nas_server_container with vnx_server_container.
|
|
deprecations:
|
|
- For Dell EMC Unity Manila driver, options emc_nas_pool_names,
|
|
emc_nas_server_pool, emc_interface_ports, emc_nas_server_container are
|
|
deprecated.
|
|
- For Dell EMC VNX Manila driver, options emc_nas_pool_names,
|
|
emc_interface_ports, emc_nas_server_container are deprecated.
|