Hello, community, I am trying to run qemu-img convert on an aarch64 machine and hit by a connection recv failure issue.
the command I am executing is : qemu-img convert -f qcow2 -O raw http://xxxxx/system.qcow2 out.img -p and the error msg is : qemu-img: curl: Recv failure: Connection reset by peer qemu-img: error while reading at byte 515833856: Input/output error in the meantime, using curl http://xxxx/system.qcow2 is ok. what could be cause of the connection reset issue? Thank you. -- Best Regards, Jiatong Shen