xen母鸡建立ISO库
建立ISO库 就按这个步骤(全部都是一行):
1.
mkdir -p /myiso 创建一个目录存放ISO镜像的。
2.
xe sr-create name-label=ISOs type=iso
device-config:location=/myiso device-config:legacy_mode=true content-type=iso
创建ISO目录的路径命令。
3.
xe-mount-iso-sr /myiso 挂载ISO的目录