Solved

Export VMs from AHV failing

  • 27 August 2018
  • 1 reply
  • 1627 views

Badge +1
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!
icon

Best answer by nubill 5 October 2018, 20:51

View original

This topic has been closed for comments

1 reply

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