Hello,
I’m trying to add NFS storage to the data appliance.
I followed the documentation, and when I ran the script supposed to mount/add the NFS storage to the appliance, an error saying that the export is read only, which is actually not the case:
./mount-nfs-store.pl --nfs servername.domain.com:/hzn-data-01
NFS: servername.domain.com:/hzn-data-01
HOST: servername.domain.com
servername.domain.com is alive.
mount.nfs: timeout set for Fri Mar 8 21:33:13 2013
mount.nfs: trying text-based options 'hard,rsize=32768,wsize=32768,intr,addr=128.178.102.59'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying XXX.XXX.XXX.XXX prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying XXX.XXX.XXX.XXX prog 100005 vers 3 prot UDP port 1234
servername.domain.com:/hzn-data-01 on /opt/zimbra/store10 type nfs (rw,sync,noatime,hard,rsize=32768,wsize=32768,intr)
Error occurred: directory does not exist or is not writable: /opt/zimbra/store10
zmvolume failed at ./mount-nfs-store.pl line 49.
Of course, I tried to go in the mount point (in this case /opt/zimbra/store10) and was totally able to write into it (touch, create file + dir, etc...).
The data appliance has root access to the NFS export. I don’t have any idea about the cause of this error.
Any clue?
Many thanks
Eric