KVM 虚机镜像操作, 扩容和压缩
摘要:
# KVM镜像操作 qemu-img命令 ## 创建镜像 qemu-img create ```bash # 创建一个设备空间大小为10G的镜像 qemu-img create -f qcow2 centos7-guest.qcow2 10G # 基于backing_file创建大小为20G的镜像, 阅读全文
posted @ 2022-02-26 22:46 Milton 阅读(3665) 评论(0) 推荐(2) 编辑