
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
VMWare 导出vmdk并转为qcow2格式(不需要所谓的vmware-vdiskmanager.exe)
VMWare文件中的vmdk文件导出,直接通过qume-img生成qcow2格式,不需要所谓的XXX.exec
crictl使用总结
crictl使用总结
启动qemu虚拟机遇到的问题:启动网络脚本/ etc / qemu-ifup失败,状态为256
/etc/qemu-ifup失败,状态为256
[Nova] Failed to get shared “write“ lock Is another process using the image?
[Nova] Failed to get shared “write” lock Is another process using the image?原因此磁盘已经被其他进程占用。解决方法方法1ps -aux |grep " image(创建的磁盘名称)"//通过上述命令找到相关进程杀死(该磁盘可能被别人占用,建议询问后在杀)kill -9 “上述命令查出的进程号”重新拉虚拟机方法2sb.img
遇到3个nfs挂载的问题Connection timed out、no route to host、Protocol not supported(qemu虚拟机通过nfs共享主机侧的文件夹)
nfs挂载遇到的connect timed out、no route to host、protocol not supported
到底了







