创建克隆卷 请求示例2 集群版:创建克隆卷lun02clone6。 plaintext POST /rest/v1/block/lun/clone HTTP/1.1 Date: Tue, 11 Mar 2025 06:41:03 GMT ContentType: application/json; charsetutf8 Authorization: HBlock userName:signature Connection: keepalive ContentLength: 559 Host:192.168.0.64:1443 { "lunName": "lun02clone6", "snapshotName": "lun02snap20250304170942", "targetName": "target02", "capacity": 500, "config": { "localStorageClass": "EC 2+1", "ECfragmentSize": 1024, "sectorSize": 512, "cachePool": "default", "pool": "pool2", "highAvailability": "ActiveStandby", "writePolicy": "WriteThrough", "serverAffinity": { "autoFailback": "Enabled", "priority": [ "hblock1" ] } } } 响应示例2 plaintext HTTP/1.1 200 OK xhblockrequestid: 379a264ec280457ea92a44ba3e0413eb Connection: keepalive ContentLength: 314 Date: Tue, 11 Mar 2025 06:41:03 GMT ContentType: application/json;charsetutf8 Server: HBlock { "data": { "iSCSITargets": [ { "iqn": "iqn.201208.cn.ctyunapi.oos:target02.3", "status": "Unavailable", "ips": [ { "ip": "192.168.0.65", "port": 3260 } ], "serverId": "hblock1" }, { "iqn": "iqn.201208.cn.ctyunapi.oos:target02.4", "status": "Unavailable", "ips": [ { "ip": "192.168.0.64", "port": 3260 } ], "serverId": "hblock2" } ], "cloneDepth": 1 } }