标签:xen
xenserver增加新的本机硬盘步骤如下:
1、详细查看这些存储和设备对应的号:
#ll /dev/disk/by-id/
2、创建新的本地SR:
#xe sr-create content-type=user device-config:device=/dev/disk/by-id/上步查出来的号 name-label=存储名 shared=false type=lvm
xenserver创建本地存储
原文地址:http://sw5720.blog.51cto.com/8812314/1585855