I have the following in storage.cfg:
	
	
	
		
When I migrate a VM with HD in the NFS share, instead of disconnecting, moving the VM and reconnecting, the HD is copied. This takes much longer. As it's the same data, just accessed from a different host node, why do the copy? Shouldn't the target host confirm access to the file is okay, then the VM config moved to it?
				
			
		Code:
	
	nfs: iso-templates
        path /PVE-NFS
        server 10.0.1.19
        export /data/PVE-NFS
        options vers=3,soft
        content iso,vztmpl
dir: PVE-NFS
    path /PVE-NFS
    content backup,images,iso,rootdir,vztmpl,snippets
    is_mountpoint 1
    nodes gen8-pve,prodesk-pveWhen I migrate a VM with HD in the NFS share, instead of disconnecting, moving the VM and reconnecting, the HD is copied. This takes much longer. As it's the same data, just accessed from a different host node, why do the copy? Shouldn't the target host confirm access to the file is okay, then the VM config moved to it?
 
	 
	 
 
		 It needs to use /mnt/pve/ in the path. Tested with:
 It needs to use /mnt/pve/ in the path. Tested with: