CreateS2SharedTarget
更新时间:2024-12-10 11:03:08
PDF
新建共享存储目标,在新建时可以直接添加硬盘作为 backstore,也可以以后添加。
此操作完成后需要调用 UpdateS2Servers 以应用到共享存储服务器上。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
s2_server |
String |
共享存储服务器ID |
Yes |
export_name |
String |
- |
- |
共享存储目标名称,及 IQN
说明 |
---|
也可以输入短名,QingCloud 会自动帮你补全 IQN。 |
Yes |
- |
- |
- |
target_type |
String |
共享存储目标类型,目前仅支持ISCSI |
Yes |
description |
String |
共享存储目标描述 |
No |
volumes.n |
String |
添加硬盘作为backstore |
No |
initiator_names.n |
String |
指定客户端IQN |
No |
zone |
String |
区域 ID,注意要小写 |
Yes |
除上述请求参数外,还包含公共参数。
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
请求示例
https://api.qingcloud.com/iaas/?action=CreateS2SharedTarget
&s2_server=s2-lxqjtu3l
&export_name=demo
&description=demo_descritpion
&zone=pek3a
&COMMON_PARAMS
返回示例
{ "action":"CreateS2SharedTargetResponse", "s2_shared_target":"s2st-gkps8hq9", "ret_code":0 }