./categories/os
xcp-ng ISO 저장소 생성·갱신
ISO SR 생성
xe sr-create name-label=<name> type=iso \
device-config:location=<iso_dir> \
device-config:legacy_mode=true \
content-type=iso
# 예
mkdir -p /ISO_Storage
xe sr-create name-label=ISO_Storage type=iso \
device-config:location=/ISO_Storage \
device-config:legacy_mode=true content-type=iso
확인·스캔
xe sr-list name-label=ISO_Storage
# SFTP 등으로 ISO 업로드 후
xe sr-scan uuid=<sr-uuid>
관련 링크: https://alwaysu012.tistory.com/m/49
./comments