xenserver localdisk 리포지터리 구성
sda3번 파티션을 iso 리포지터리로 구성
$> xe sr-create name-label=”VM-ISO” type=iso device-config:location=/data/iso device-config:legacy_mode=true content-type=iso
sda4번 파티션을 OS리포지터리로 구성
*구성할때는 반드시 빈 파티션이여야 함.
$> xe sr-create content-type=user device-config:device=/dev/sda4 name-label=”VM-OS” shared=false type=ext
No Comments