XenServer启动报错: Failure("Storage_access failed with Failure: Illegal VDI transition: activated RO
XenServer中一台vm关闭后,然后启动报错:
内部错误: Failure("Storage_access failed with Failure: Illegal VDI transition: activated RO -> activated RW")
解决:
SSH登录 XenServer服务器
- [root@D203 xensource]# xe vm-list //显示所有虚拟机
- uuid ( RO) : 765bf384-e4ec-3b6d-e33d-c54b5814e84c
- name-label ( RW): CentOS 5 (64-bit)
- power-state ( RO): halted
- uuid ( RO) : 64c9311d-0871-8d3a-2539-42dbae68257f
- name-label ( RW): Transfer VM for VDI 6c74ca3b-7a40-40b8-a261-205f0323657f
- power-state ( RO): running
- uuid ( RO) : 2cc618ac-8368-4628-ad7e-a208a235e54e
- name-label ( RW): Control domain on host: D203
- power-state ( RO): running
寻找名称以"Transfer VM for VDI" 开头的,然后用以下命令停止掉,使用uuid完成
- [root@D203 xensource]# xe vm-shutdown uuid=2cc618ac-8368-4628-ad7e-a208a235e54e
现在我们就可以重新启动下VM了
报错图目录 返回
首页