2016-08-18 67 views
0

好吧,我有2個KVM服務器:server_1和server_2。 server_1正在生產中,無法與server_2通話,server_2正在我的測試環境中準備生產。KVM - 驅動器'qed'未列入白名單

從server_1我有副本2複製虛擬機(我不能把運行的關閉現在),並將它們移動到server_2。

在使用gui界面的server_2上,選擇導入現有磁盤映像>存儲路徑:/home/vmpools/example.img,操作系統類型:Linux,版本:CentOS 7.0> RAM:1024,CPU 1>名稱:示例和離開其餘的默認

結束後,我得到了以下錯誤:

Unable to complete install: 'internal error: process exited while connecting to monitor: 2016-08-18T09:29:23.423006Z qemu-kvm: -drive file=/home/vmpools/SureCollectGateway.img,if=none,id=drive-virtio-disk0,format=qed: could not open disk image /home/vmpools/SureCollectGateway.img: Driver 'qed' is not whitelisted 
' 

Traceback (most recent call last): 
    File "/usr/share/virt-manager/virtManager/asyncjob.py", line 90, in cb_wrapper 
    callback(asyncjob, *args, **kwargs) 
    File "/usr/share/virt-manager/virtManager/create.py", line 2277, in _do_async_install 
    guest.start_install(meter=meter) 
    File "/usr/share/virt-manager/virtinst/guest.py", line 501, in start_install 
    noboot) 
    File "/usr/share/virt-manager/virtinst/guest.py", line 416, in _create_guest 
    dom = self.conn.createLinux(start_xml or final_xml, 0) 
    File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3606, in createLinux 
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) 
libvirtError: internal error: process exited while connecting to monitor: 2016-08-18T09:29:23.423006Z qemu-kvm: -drive file=/home/vmpools/SureCollectGateway.img,if=none,id=drive-virtio-disk0,format=qed: could not open disk image /home/vmpools/SureCollectGateway.img: Driver 'qed' is not whitelisted 

但是我可以從ISO的創建新的虛擬機。

我會如何去白色上市qed或我錯過什麼使這項工作?

回答

相關問題