No rout to host on NFS?

nate

Member
Mar 15, 2011
63
0
6
I have 2 nodes. using a readynas 3100 for shared storage. I get this error. Looking for some help on how to debug & fix it.

May 29 10:12:49 starting migration of VM 400 to node 'cloud1' (10.15.223.136)
May 29 10:12:49 copying disk images
May 29 10:12:52 ERROR: Failed to sync data - mount error: mount.nfs: No route to host
May 29 10:12:52 aborting phase 1 - cleanup resources
May 29 10:12:52 ERROR: migration aborted (duration 00:00:03): Failed to sync data - mount error: mount.nfs: No route to host
TASK ERROR: migration aborted


my Config: /etc/pve/storage.cfg

nfs: NFS_prod1
path /mnt/pve/NFS_prod1
server 10.15.223.13
export /c/VMstorage
options vers=3
content images,iso,vztmpl,rootdir,backup
maxfiles 4


Mount:
10.15.223.13:/c/VMstorage on /mnt/pve/NFS_prod1 type nfs (rw,vers=3,addr=10.15.223.13)

I can see the mount on both servers via ssh. I can also access the directories with the mount. I also have the nas set to read/write access and root level access by IP for both servers. Any ideas on how to troubleshoot his further?
 
:( The same problem ...

UPD: Sorry, my mistake!
One of my NFS targets have wrong IP.
 
Last edited by a moderator:
On this problem. When I unmounted the ISO I created the VM with, migration worked... Dumb on my part, cause that makes sense I guess.