Problem NFS with beta 3

Gloupus

New Member
Jan 12, 2010
7
0
1
Hello,

I have a problem since beta 3.

I can not add or edit the nfs storage unit.

An idea ? Thank you for the answers.


Best regards

David
 
I setup nfs storage per bug 60's instructions, when trying to do a backup it failed:

Code:
mkdir /mnt/nfs/template/cache: Read-only file system at /usr/share/perl5/PVE/Storage.pm line 1858

the nfs export is mounted:
Code:
# on client:
mount |grep nfs
10.100.100.1:/bkup/nfs-pve-storage on /mnt/nfs type nfs (rw,vers=3,addr=10.100.100.1)

and server exports and log:
Code:
#/etc/exports:
/bkup/nfs-pve-storage  *(ro,no_root_squash,no_subtree_check)
#
grep nfs /var/log/daemon.log

Dec  9 15:32:58 fbc1 mountd[91613]: authenticated mount request from 10.100.100.1:906 for /bkup/nfs-pve-storage (/bkup/nfs-pve-storage)
Dec  9 15:33:01 fbc1 mountd[91613]: authenticated mount request from 10.100.100.192:844 for /bkup/nfs-pve-storage (/bkup/nfs-pve-storage)
Dec  9 15:33:03 fbc1 mountd[91613]: authenticated mount request from 10.100.100.186:678 for /bkup/nfs-pve-storage (/bkup/nfs-pve-storage)
root@fbc1 /bkup/nfs-pve-storage # pveversion -v
pve-manager: 2.0-14 (pve-manager/2.0/6a150142)
running kernel: 2.6.32-6-pve
proxmox-ve-2.6.32: 2.0-54
pve-kernel-2.6.32-6-pve: 2.6.32-54
lvm2: 2.02.86-1pve2
clvm: 2.02.86-1pve2
corosync-pve: 1.4.1-1
openais-pve: 1.1.4-1
libqb: 0.6.0-1
redhat-cluster-pve: 3.1.7-1
pve-cluster: 1.0-12
qemu-server: 2.0-11
pve-firmware: 1.0-13
libpve-common-perl: 1.0-10
libpve-access-control: 1.0-3
libpve-storage-perl: 2.0-9
vncterm: 1.0-2
vzctl: 3.0.29-3pve7
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-1
ksm-control-daemon: 1.1-1
 
/etc/pve/storage.cfg nfs entry:
Code:
nfs: fbc1-nfs
        path /mnt/nfs
        server 10.100.100.1
        export /bkup/nfs-pve-storage
        options vers=3
        content iso,vztmpl,backup
 
just saw that I had ro instead of rw in exports....
that should fix it. and it did.
 
Last edited: