克隆+快照管理命令
1.导出虚拟机配置
[root@localhost ~]
2.克隆
1.创建克隆
[root@localhost ~]
Id 名称 状态
----------------------------------------------------
- grap 关闭
- vm1 关闭
[root@localhost images]
正在分配 'vmtest4.qcow2' | 8.0 GB 00:00:12
成功克隆 'vm1-01'。
[root@localhost images]
Id 名称 状态
----------------------------------------------------
- grap 关闭
- vm1 关闭
- vm1-01 关闭
3.快照
1.创建快照
[root@localhost images]# virsh snapshot-create vm1
已生成域快照 1686304703
[root@localhost images]# virsh snapshot-create-as vm1 vm1-init
已生成域快照 vm1-init
[root@localhost images]# virsh snapshot-list vm1
名称 生成时间 状态
------------------------------------------------------------
1686304703 2023-06-09 17:58:23 +0800 shutoff
vm1-init 2023-06-09 17:59:17 +0800 shutoff
2.查看虚拟机的快照信息
[root@localhost images]
3.恢复快照
[root@localhost images]
4.删除快照信息
[root@localhost images]
已删除域快照 1686304703