blob: 0aa7845955827e054aba6f86760c63a593f28eee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Extra arguments to supply to the pvfs2-client daemon
#PVFS2_CLIENT_ARGS="-L /var/log/pvfs2-client.log"
# Location of the pvfs2-client binaries. Defaults are shown
PVFS2_CLIENT="/usr/sbin/pvfs2-client"
PVFS2_CLIENT_CORE="/usr/sbin/pvfs2-client-core"
# Location to store pid
PVFS2_CLIENT_PIDFILE="/var/run/pvfs2-client.pid"
# List of server:mountpoint to automatically mount when the
# init script is run. If some other mechanism is used to do
# the mounting, then this can be left commented out.
# 3334 is the default port for pvfs2.
# <host>:<port>,<mount_point>
#PVFS2_MOUNTS="servera.tld:3334,/pvfs serverb.tld:3334,/other/pvfs"
|