侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

kvm管理器virt-manager中clone的centos7改名后无法启动的问题.md

2023-12-11 星期一 / 0 评论 / 0 点赞 / 99 阅读 / 607 字

virt-manager管理KVM 中clone的centos7 改名后无法启动, 需要在KVM的母机中用virsh 修改配置virsh # edit xxxxx <channel type='

virt-manager管理KVM 中clone的centos7 改名后无法启动, 需要在KVM的母机中用virsh 修改配置

virsh # edit xxxxx
    <channel type='unix'>      <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-centos7-template/org.qemu.guest_agent.0'/>      <target type='virtio' name='org.qemu.guest_agent.0'/>      <address type='virtio-serial' controller='0' bus='0' port='1'/>    </channel>

把 "xxx/target/domain-centos7-template" 修改成新的名字

广告 广告

评论区