Hello!
I have a problem with accessng to a nfs server from some of my proxmox nodes.
one of nodes is serving the share with nfs, /etc/exports is:
It contain few subfolders
.
And this folders are added as a storages to my cluster like this:
I see it mounted with
on all nodes but when i try to access them via proxmox interface i'm getting
pveversion is pve-manager/4.2-17/e1400248 (running kernel: 4.4.13-1-pve)
Any advice?
I have a problem with accessng to a nfs server from some of my proxmox nodes.
one of nodes is serving the share with nfs, /etc/exports is:
Code:
/mnt/nfs04 pve-proxmox03*.domain.local(rw,sync,no_root_squash,no_subtree_check)
Code:
common daily images monthly selectel weekly
And this folders are added as a storages to my cluster like this:
Code:
nfs: common
path /mnt/pve/common
export /mnt/nfs04/common
server pve-proxmox03a.domain.local
maxfiles 1
options vers=3
content rootdir,vztmpl,iso,images
I see it mounted with
Code:
mount | grep nfs
Code:
mount error: mount.nfs: /mnt/pve/common is busy or already mounted (500)
Any advice?