Applicable to:
- SolusVM 2
Symptoms
Fail to create VM with NFS storage type in SolusVM 2:
SVM_ERROR: failed to create the virtual server: internal error: process exited while connecting to monitor: 2024-01-18T16:05:05.277383Z qemu-system-x86_64: -blockdev {"node-name":"libvirt-2-format","read-only":false,"discard":"unmap","driver":"qcow2","file":"libvirt-2-storage","backing":null}: Could not open '/home/solusvmnfs/142/0': Permission denied
Cause
NFS server misconfiguration
Resolution
- Connect to NFS server via SSH
- Open the config file /etc/exports for editing and add 'no_root_squash' option for Compute Resources. For example:
CONFIG_TEXT: /var/nfs/images 203.0.113.2(rw,sync,no_subtree_check,no_root_squash)
Comments
0 commentsPlease sign in to leave a comment.