a87eb13648
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
7 lines
278 B
YAML
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```.
|