简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
ListActivePairedVolumes
贡献者
建议更改
您可以使用 ListActivePairedVolumes
方法列出与卷配对的所有活动卷。此方法将返回有关具有活动和待定配对的卷的信息。
Parameters
此方法没有输入参数。
返回值
此方法具有以下返回值:
Name | Description | Type |
---|---|---|
volumes |
配对卷的卷信息。 |
卷对 数组 |
请求示例
此方法的请求类似于以下示例:
{ "method": "ListActivePairedVolumes", "params": { }, "id" : 1 }
响应示例
此方法的响应类似于以下示例:
{ "id": 1, "result": { "volumes": [ { "access": "readWrite", "accountID": 1, "attributes": {}, "blockSize": 4096, "createTime": "2016-06-24T15:21:59Z", "deleteTime": "", "enable512e": true, "iqn": "iqn.2010-01.com.solidfire:0oto.bk.24", "name": "BK", "purgeTime": "", "qos": { "burstIOPS": 15000, "burstTime": 60, "curve": { "4096": 100, "8192": 160, "16384": 270, "32768": 500, "65536": 1000, "131072": 1950, "262144": 3900, "524288": 7600, "1048576": 15000 }, "maxIOPS": 15000, "minIOPS": 50 }, "scsiEUIDeviceID": "306f746f00000018f47acc0100000000", "scsiNAADeviceID": "6f47acc100000000306f746f00000018", "sliceCount": 1, "status": "active", "totalSize": 10737418240, "virtualVolumeID": null, "volumeAccessGroups": [], "volumeID": 24, "volumePairs": [ { "clusterPairID": 2, "remoteReplication": { "mode": "Async", "pauseLimit": 3145728000, "remoteServiceID": 14, "resumeDetails": "", "snapshotReplication": { "state": "Idle", "stateDetails": "" }, "state": "Active", "stateDetails": "" }, "remoteSliceID": 8, "remoteVolumeID": 8, "remoteVolumeName": "PairingDoc", "volumePairUUID": "229fcbf3-2d35-4625-865a-d04bb9455cef" } ] } ] } }
自版本以来的新增功能
9.6