[root@linux-node1 ~]# virsh snapshot-create CentOS-7-x86_64 #注意创建快照的命令,raw格式磁盘不支持创建快照
error: unsupported configuration: internal snapshot for disk vda unsupported for storage type ra
[root@linux-node1 ~]# virsh snapshot-delete #删除快照
三、
通过VNC连接到KVM虚拟机设置IP地址
创建完虚拟机默认是没有IP地址,需要修改机器的网卡配置文件。
vim /etc/resolv.conf 添加nameserver
vim /etc/sysconfig/network-scripts/ifcfg-eth0 修改网卡内容 ONBOOT=yes 注释掉UUID
/etc/init.d/network restart 重启网卡