# 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. # :, #PVFS2_MOUNTS="servera.tld:3334,/pvfs serverb.tld:3334,/other/pvfs"