12.4.2. 스토리지 도메인 업데이트
삭제 요소
이후에 이름
및 delete
요소만 updatable 후 생성 후 삭제됩니다. delete 요소 이후에 초기화
를 변경하면 이미 존재하는 디스크의 삭제 속성 이후 초기화가 변경되지 않습니다.
예 12.4. 스토리지 도메인 업데이트
PUT /ovirt-engine/api/storagedomains HTTP/1.1 Accept: application/xml Content-type: application/xml <storage_domain> <name>data2</name> ... <wipe_after_delete>true</wipe_after_delete> ... </storage_domain>