KVM对虚拟机映射scsi盘(2)

来源:未知 责任编辑:责任编辑 发表时间:2013-12-18 11:36 点击:

p> 

p>在根目录下面新建了个模板文件bruce.xml:

p> 

p> 

p> 

p><disk type="block" device="lun" sgio="unfiltered">

p><driver name="qemu" type="raw" cache="none" />

p><source dev="/dev/disk/by-path/kenny" />

p><target dev="sdyang" bus="scsi" />

p><shareable />

p><alias name="scsicontrollers-0-0-number" />

p><address type="drive" controller="controllers" bus="0" target="0" unit="number" />

p></disk>

p>然后通过以下脚本添加:

p> 

p>#!/bin/sh

p> 

p> 

p>controler=0

p>count=0

p>        ls /dev/disk/by-path/|grep -v part|grep fc|while read line

p>        do

p>                number=`echo $line|cut -d - -f 6`

p>                sed "s/kenny/$line/g" bruce.xml | sed "s/yang/$number$controler/g" |sed "s/controllers/$controler/g"|sed "s/number/$number/g" > /yang.xml

p>                echo "begin to attach device $number to xml file,controler is $controler ..."

p>                virsh attach-device bruce_yang /yang.xml --config 

p>                if test $? -eq 1

p>                then

p>                        echo "Failed to attach device to xml file ..."

p>                        exit 1

p>                fi

p>                count=`expr $count + 1`

p>                if test $count -eq 10

p>                then

p>                        count=0

p>                        controler=`expr $controler + 1`

p>                fi

p>        done

p>~                                                                                                                                                                                                   
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • VMware View 5.0从菜鸟到高手系列 -连接虚拟桌面
  • kvm中的windows使用Vmware的显示驱动
  • VMware Linux使用Xshell登陆
  • 虚拟机安装MAC查看电脑CPU是否支持VT技术
  • VMWare NAT Centos6.2静态ip设置
  • 给虚拟机提速的方法
  • vmware虚拟机浅析-虚拟网卡
  • VirtualBox打开虚拟硬盘失败的问题
  • Virtual Box下同时配置host-only和bridge

快速直达

操作系统导航

LinuxWindows虚拟机
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1