我想得到虚拟机管理器在运行 Ubuntu 的 Raspberry Pi 上运行。到目前为止,我还没有遇到很多问题,但有一个问题我无法克服:
当我尝试为新的 QEMU/KVM 来宾创建存储卷时,如果该卷应该大于 5 GiB,则会出错。它将开始创建磁盘映像的过程,但随后会在 ~3.6 GB 处抛出错误
这是错误消息:
Error creating vol: Couldn't create storage volume 'cryslinux.qcow2': 'internal error: Child process (/user/bin/qemu-img create -f qcow2 -o preallocation=metadata,compat=1.1,lazy_refcounts\
'/media/<username>/SD CARD/kvm/cryslinux.qcow2' 11534336K) unexpected exit status 1: qemu-img: Failed to flush the refcount block cache: File too large\
qemu-img: /media/<username>/SD CARD/kvm/ cryslinux.qcow2: The image size is too large for file format 'qcow2' (try using a larger cluster size)'
编辑:我尝试将其切换为使用 .raw 卷,但它给了我一个不同的错误:
Operation not permitted
我只有 .qcow2 和 .raw 作为卷选项