3075ed3
# It is necessary, at least, to set the hostnames if localhost is not
3075ed3
# appropriate and to create the storage space with the -f option to
3075ed3
# pvfs2-server.  It is advised to change ID to a random 32-bit positive
3075ed3
# integer to reduce the change of conflicts between filesystems.  It may
3075ed3
# be desirable to run pvfs2-genconfig to generate a configration file
3075ed3
# interactively.
3075ed3
3075ed3
<Defaults>
3075ed3
	UnexpectedRequests 50
3075ed3
	EventLogging none
3075ed3
	EnableTracing no
3075ed3
	LogStamp datetime
3075ed3
	BMIModules bmi_tcp
3075ed3
	FlowModules flowproto_multiqueue
3075ed3
	PerfUpdateInterval 1000
3075ed3
	ServerJobBMITimeoutSecs 30
3075ed3
	ServerJobFlowTimeoutSecs 30
3075ed3
	ClientJobBMITimeoutSecs 300
3075ed3
	ClientJobFlowTimeoutSecs 300
3075ed3
	ClientRetryLimit 5
3075ed3
	ClientRetryDelayMilliSecs 2000
3075ed3
	PrecreateBatchSize 0,1024,1024,1024,32,1024,0
3075ed3
	PrecreateLowThreshold 0,256,256,256,16,256,0
3075ed3
3075ed3
	DataStorageSpace /var/lib/orangefs/data
3075ed3
	MetadataStorageSpace /var/lib/orangefs/meta
3075ed3
3075ed3
	LogType syslog
3075ed3
3075ed3
	<Security>
3075ed3
		TurnOffTimeouts yes
3075ed3
	</Security>
3075ed3
</Defaults>
3075ed3
3075ed3
<Aliases>
3075ed3
	Alias localhost tcp://localhost:3334
3075ed3
</Aliases>
3075ed3
3075ed3
<FileSystem>
3075ed3
	Name orangefs
3075ed3
	ID 1
3075ed3
	RootHandle 1048576
3075ed3
	FileStuffing yes
3075ed3
	DistrDirServersInitial 1
3075ed3
	DistrDirServersMax 1
3075ed3
	DistrDirSplitSize 100
3075ed3
	<MetaHandleRanges>
3075ed3
		Range localhost 3-4611686018427387904
3075ed3
	</MetaHandleRanges>
3075ed3
	<DataHandleRanges>
3075ed3
		Range localhost 4611686018427387905-9223372036854775806
3075ed3
	</DataHandleRanges>
3075ed3
	<StorageHints>
3075ed3
		TroveSyncMeta yes
3075ed3
		TroveSyncData no
3075ed3
		TroveMethod alt-aio
3075ed3
	</StorageHints>
3075ed3
</FileSystem>