cinder/releasenotes/notes/pure_replication_capability-f9fa78aa96501a69.yaml
Simon Dodsley a87eb13648 [Pure Storage] Add new array status for replication capability
This patch adds a new field for the `get pools` command to show
what replication capability the backend array currently has.

This is based on the status of current array connections in the
backend array.

Response will be `async`, `sync`. `sync` or `trisync`.

`trisync` implies support for `sync` and `async`.
`sync` implies support for `async`.

Change-Id: I46cbb986ed73335270d6dd4ad197197648b55506
2023-02-16 16:26:59 -05:00

7 lines
278 B
YAML

---
features:
- |
Pure Storage driver: Added replication capability to backend pool information.
Response will be ```async```, ```sync``` or```trisync```. ```sync``` implies
support for ```async``` and ```trisync``` implies support for ```sync``` and ```async```.