Hi everyone,
I´m trying to export the VMs from AHV in vmdk and qcow2 formats directly from a CVM. Sometimes I get the errors bellow:
qemu-img: NFS Error: NFS: Write failed with NFS3ERR_JUKEBOX(-11)
qemu-img: error while writing sector 44426880: Resource temporarily unavailable
In other situations Putty just close in the middle of the copy. After several retries, I finally made backup of two big VMs (around 50 gb).
The commands that I am using are:
qemu-img convert -O vmdk nfs://127.0.0.1/TKWORKSTATION/.acropolis/vmdisk/d9759595-6dee-4138-bcc0-bad7bf8e1075 nfs://127.0.0.1/Backup_VM/TAIPEI.vmdk
qemu-img convert -c nfs://127.0.0.1/TKWORKSTATION/.acropolis/vmdisk/d9759595-6dee-4138-bcc0-bad7bf8e1075 -O qcow2 nfs://127.0.0.1/Backup_VM/TAIPEI.qcow2
Nutanix Community lastest version.
Thanks in advance!
Page 1 / 1
I am getting the same thing when exporting
using this command;
qemu-img convert -O vmdk nfs://127.0.0.1/ntnx-default/.acropolis/vmdisk/1f8efeb0-a4e4-4aea-99cd-3976c80643ce nfs://127.0.0.1/ntnx-default/xxx1.vmdk &
qemu-img: error while writing sector 28311546: Invalid argument
qemu-img: NFS Error: NFS: Read failed with NFS3ERR_JUKEBOX(-11)
qemu-img: error while writing sector 28315642: Invalid argument
using this command;
qemu-img convert -O vmdk nfs://127.0.0.1/ntnx-default/.acropolis/vmdisk/1f8efeb0-a4e4-4aea-99cd-3976c80643ce nfs://127.0.0.1/ntnx-default/xxx1.vmdk &
qemu-img: error while writing sector 28311546: Invalid argument
qemu-img: NFS Error: NFS: Read failed with NFS3ERR_JUKEBOX(-11)
qemu-img: error while writing sector 28315642: Invalid argument
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.