This file is indexed.

/etc/ganesha/gpfs.conf is in nfs-ganesha-gpfs 2.6.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
###################################################
#
# EXPORT_DEFAULTS Parameter
#
###################################################

EXPORT_DEFAULTS
{
	# GPFS has an invalidate upcall that allows it
	# to trust attributes longer.
	Attr_Expiration_Time = 600;
}

###################################################
#
#  NFS_Core_Param
#
###################################################

NFS_Core_Param
{
	# GPFS is clustered
	Clustered = TRUE;
}

###################################################
#
# NFSv4 Specific configuration stuff
#
###################################################
NFSv4
{
	Lease_Lifetime=90;
}

###################################################
#
# FSAL Specific config to enable READ delegation support.
#
###################################################

GPFS
{
  delegations = R;
}

###################################################
#     Export entries
###################################################


# First export entry

EXPORT
{
	Export_Id = 77;
	Path = /ibm/gpfs0;
	Pseudo = /ibm/gpfs0;

	Access_Type=RW;

	FSAL {
		Name = GPFS;
	}
}