9af47a2fc4
Fix for creating a group from the source when the source storage group is replicated. The newly created target group must not be replicated initially so the replicate group API can succeed. A few force flags are also required to add and remove from a replicated storage group. The modify snap API also needs a force flag. Change-Id: I46e676cfd885a38008772f8ae20742da4955ae81
8 lines
290 B
YAML
8 lines
290 B
YAML
---
|
|
fixes:
|
|
- |
|
|
PowerMax driver: Previously, the target storage group created from a
|
|
replicated storage group was also replicated, which could cause failures.
|
|
This fix creates a non-replicated target initially, and lets the replicate
|
|
group API take care of replicating it.
|