emc-openstack / storops

Python storage management library for VNX and Unity.
Apache License 2.0
53 stars 29 forks source link

Issue mapping destination LUNs to multiple pools while enabling replication. #351

Open kuttattz opened 2 years ago

kuttattz commented 2 years ago

Requirement : As part of one of the customer's ask, there is a requirement to add replication in consistency group. Currently from SDK we are able to add replication by mapping destination LUNs to a single pool. This is acceptable in case if all the LUNs in consistency group is from single pool. But if the consistency group has LUNs from multiple pools, SDK restricts replication of these LUNs to multiple pools which is contrary to unisphere behaviour. Following is the screenshot of SDK API for reference. image

In unisphere mapping of LUNs (from multiple pools) is automatically done to multiple pools. It makes a post call which has intelligence to identify the best matching destination pools. Can you please help us with adding the support for mapping consistency group LUNs to multiple pools? Please let us know about your plan for the same

yong-huang commented 2 years ago

Hi, we have no plan to support it recently. Welcome to contribute on it.