HPE Morpheus VM Essentials
1854206 Members
6216 Online
104102 Solutions
New Discussion

Error when add NFS

 
antony4
Frequent Visitor

Error when add NFS

Error Validating Storage Provider: mount failure, server: 192.168.10.27, export: /mnt/kvm_virtual_images, nfs version: 3, returned state: 13
 
 
 
 

Screenshot 2025-12-07 111425.png

3 REPLIES 3
dya
Valued Contributor

Re: Error when add NFS

My NFS server export settings. Since this is for a test environment, I've used wildcards for specifying NFS clients.
I hope this is helpful.

/mnt/nfs-iscsi *(rw,sync,no_subtree_check,all_squash,anonuid=0,anongid=0,insecure)

<Reference>
■NFSv3 File Shares
See the “NOTE” section at the URL below.
https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007027en_us&page=GUID-07778212-ECE2-41DC-A130-1A6271833CA4.html

※Apologies if the machine translation is unclear.

nightzone
Senior Member

Re: Error when add NFS

Had same error, adding parameters  "no_root_squash,insecure"  in /etc/exports make it works for me:

/nfs/images     10.72.14.0/24(rw,sync,no_subtree_check,no_root_squash,insecure)

 

cbunge
HPE Pro

Re: Error when add NFS

yes the NFS connection requires 'insecure' which is essentially just a different port range allocated to the NFS connection.