ModEdit; related ticket: #18811: 6.0.10 snaphot fails on NFS share with savestate
This used to work in 5.2.X. We upgraded to 6.0.10 this weekend and no longer works.
We have an Ubuntu 18.04.02 host (Linux 4.15.0-55-generic), connected to a QNAP NAS share that exports it's drives via NFS. The VMs are located on this share.
If we try to clone a VM that has been Saved/savestate, we get the following error:
Code: Select all
[80 vbox@scvm001 bin]$ vboxmanage clonevm dtest --mode all --basefolder /mnt/lv001-r0/backup/vms --name dtest-20190729-115201-vboxbu
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...
Progress state: VBOX_E_IPRT_ERROR
VBoxManage: error: Clone VM failed
VBoxManage: error: Code VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error (extended info not available)
VBoxManage: error: Context: "RTEXITCODE handleCloneVM(HandlerArg*)" at line 609 of file VBoxManageMisc.cpp
Code: Select all
[70 vbox@scvm001 bin]$ vboxmanage clonevm dtest --mode all --basefolder /mnt/lv001-r0/backup/vms --name dtest-20190729-114802-vboxbu
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Machine has been successfully cloned as "dtest-20190729-114802-vboxbu"
Summary: When trying to clone a VM that is located on a NAS share (NFS, don't know about SMB), and it was "Saved"/savestate, the clone fails with the following error:
Code: Select all
Progress state: VBOX_E_IPRT_ERROR
VBoxManage: error: Clone VM failed
VBoxManage: error: Code VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error (extended info not available)
VBoxManage: error: Context: "RTEXITCODE handleCloneVM(HandlerArg*)" at line 609 of file VBoxManageMisc.cpp
Note: Apparently this is known since 6.0.8?
See virtualbox ticket : https://www.virtualbox.org/ticket/18746