-
## System Information
### Linux distribution
```N/A```
I am running macOS Mojave 10.14.5 along with [Homebrew](https://brew.sh)
```#!sh
$ brew --version
Homebrew 2.1.11-40-gd294881
Ho…
-
### Issue
Some cloud providers do not accept `qcow2` image format
Error message:
```shell
Unable to set 'disk_format' to 'qcow2'. Reason: u'qcow2' is not one of [None, u'raw']
Failed valida…
-
**What part of the document needs to be added**:
cloudpods 版本 3.10.2
上传该镜像后,始终处于正在保存状态,最多等了一天多, 重启机器后 状态变为可用 但创建的虚机提示无法找到磁盘
试用过其他更大的镜像,七个 g 左右,都可以很快保存
-
Currently all x86 linux VMs virt-install creates will use BIOS/seabios by default instead of UEFI/edk2. We may want to change that in the future as more and more things depend on UEFI.
There's no i…
-
Is it possible to map a volume in docker so its visible to android?
"Modifying the Android filesystem" seems to do the opposite, though running sudo qemu-nbd --connect=/dev/nbd0 android.qcow2 -f q…
-
**Describe the bug**
"Decoding error (36) : Data corruption detected"
**To Reproduce**
1、on debian 11(x86_64): zstd -T0 file.qcow2
2、copy file.qcow2.zst from debian 11(x86_64) to windows 10(x86_…
-
The provided OpenBSD 7.4 image in qcow2 format, as is, when added as a custom image on DigitalOcean to be installed on a droplet, doesn't boot. It gets stuck on "Booting from Hard Disk", whereas the o…
-
kvm: -drive file=/var/lib/vz/images/108/vm-108-disk-0.qcow2,if=none,id=drive-virtio0,format=qcow2,cache=none,aio=io_uring,detect-zeroes=on: Image is not in qcow2 format
TASK ERROR: start failed: QEMU…
-
Pekka noticed that our default build image (with Java, Jruby, etc.) is 400 MB in size, while its actual content is only 200 MB.
I guessed that during our image build (which involves running OSv itself…
-
I have created two qcow2 volumes roughly sized according to my two large hard drives:
```
qemu-img create -f qcow2 bcache-1.qcow2 18000G
qemu-img create -f qcow2 bcache-2.qcow2 18000G
```
and…