About nfs

diaolin

Renowned Member
Jul 7, 2008
346
8
83
Trentino Italy
Hi, i jhave a question
with pvesm:
pvesm scan nfs 10.255.255.100
rpc mount export: RPC: Unable to receive; errno = No route to host
command '/sbin/showmount --no-headers --exports 10.255.255.100' failed: exit code 1


with mount -t nfs works...

where can i find the logs?

Many tx
Diaolin
 
nfs logs are on nfs server as on client side there is no useful logging for at all.
 
pvesm just do some rpc calls to nfs server to see if there and mount a defined share.
 
Yeah, that's not clear. Try to manually mount the way like pve would default do in nfs v4.2 like eg "mount -t nfs -o vers=4.2 10.255.255.100:/share /mountdir" - what happen ?