16.3. 메서드
16.3.1. 유동 디스크 생성 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
새 유동 디스크를 생성할 때 API에는
size 및 storage_domains 요소가 필요합니다.
예 16.2. 새 부동 디스크 장치 생성
POST /ovirt-engine/api/disks HTTP/1.1
Accept: application/xml
Content-type: application/xml
<disk>
<storage_domains>
<storage_domain id="fabe0451-701f-4235-8f7e-e20e458819ed"/>
</storage_domains>
<size>8589934592</size>
<type>system</type>
<interface>virtio</interface>
<format>cow</format>
</disk>