blob: 7c8ed4ec05bfa29a76f03120280d4ebaadc0e685 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# pvfs2 only uses one config file as of 2.7.0. This is the path
# to that config file.
PVFS2_FS_CONF="/etc/pvfs/pvfs2-fs.conf"
# your server binary, default is shown.
PVFS2_SERVER=/usr/sbin/pvfs2-server
# the server will record its PID in this file using the -p argument
PVFS2_PIDFILE=/var/run/pvfs2.pid
#Additional options
PVFS2_OPTIONS=""
# Automatically call pvfs2-server with --mkfs if the first call to start
# the daemon fails. Off by default as this does mess with the local
# filesystem to prepare the directory for pvfs2-server
PVFS2_AUTO_MKFS=0
|