6.205.3. 减少luns POST
此操作可减少存储域中的逻辑单元。
为此,存储在提供的逻辑单元上的数据将移到存储域的其他逻辑单元中,然后才会从存储域中减少。
例如,要从存储域减少两个逻辑单元,发送如下请求:
POST /ovirt-engine/api/storageDomains/123/reduceluns
这样的请求正文:
<action> <logical_units> <logical_unit id="1IET_00010001"/> <logical_unit id="1IET_00010002"/> </logical_units> </action>
Note that this operation is only applicable to block storage domains (i.e., storage domains with the <<types/storage_type, storage type> of iSCSI or FCP).
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| in | 需要从存储域中减少的逻辑单元。 |