Displaying 4 results from an estimated 4 matches for "export_id".
2017 Oct 02
0
nfs-ganesha locking problems
Hi
On 09/29/2017 09:09 PM, Bernhard D?bi wrote:
> Hi,
>
> I have a problem with nfs-ganesha serving gluster volumes
>
> I can read and write files but then one of the DBAs tried to dump an
> Oracle DB onto the NFS share and got the following errors:
>
>
> Export: Release 11.2.0.4.0 - Production on Wed Sep 27 23:27:48 2017
>
> Copyright (c) 1982, 2011, Oracle
2017 Oct 02
1
nfs-ganesha locking problems
...-3.8.15-2.el7.x86_64
glusterfs-client-xlators-3.8.15-2.el7.x86_64
glusterfs-libs-3.8.15-2.el7.x86_64
nfs-ganesha-gluster-2.3.3-1.el7.x86_64
[root at chvirnfstst01 etc]#
[root at chvirnfstst01 etc]# cat /etc/ganesha/ganesha.conf
EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 77;
# Exported path (mandatory)
Path = /ora_dump;
# Pseudo Path (required for NFS v4)
Pseudo = /ora_dump;
# Exporting FSAL
FSAL {
Name = GLUSTER;
Hostname = 10.30.28.43;
Volume =...
2017 Sep 29
2
nfs-ganesha locking problems
...#Use a non-privileged port for RQuota
Rquota_Port = 875;
}
%include /etc/ganesha/exports/ora_dump.conf
%include /etc/ganesha/exports/chzrhcvtprd04.conf
[root at chvirnfsprd10 ~]# cat /etc/ganesha/exports/ora_dump.conf
EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 77;
# Exported path (mandatory)
Path = /ora_dump;
# Pseudo Path (required for NFS v4)
Pseudo = /ora_dump;
# Exporting FSAL
FSAL {
Name = GLUSTER;
Hostname = 10.30.28.43;
Volume =...
2018 Mar 06
0
NFS-Ganesha, Gluster and file creation
Hi All,
I know this isn't the ganesha mailing list but wondered if anyone can help.
I'm having issue with file creation over NFS, I have a gluster volume "vol1" presented via Ganesha with the following config:EXPORT{? ? ? ? Export_Id = 20;? ? ? ? Path = "/vol1";? ? ? ? FSAL {? ? ? ? ? ? ? ? name = GLUSTER;? ? ? ? ? ? ? ? hostname = "gnfs01";? ? ? ? ? ? ? ? volume = vol1;? ? ? ? }? ? ? ? Access_type = RW;? ? ? ? Disable_ACL = TRUE;? ? ? ? Squash = no_root_squash;? ? ? ? Pseudo = "/vol1";? ? ? ? Prot...