Files
hpe-ltfs/ltfs/conf/ltfs.conf.linux

43 lines
1.7 KiB
Plaintext

# Automatically generated LTFS configuration file for Linux.
# Edit this file to add or remove tape driver plugins and I/O
# schedulers or to change default settings.
#
# To make configuration changes that will persist across software
# updates, edit ltfs.conf.local instead of this file.
# Tape device plugins
# Syntax: plugin driver PLUGIN-NAME PLUGIN-PATH
# The PLUGIN-PATH may contain spaces.
plugin driver ltotape __LIBDIR__/ltfs/libdriver-ltotape.so
# plugin driver ibmtape __LIBDIR__/ltfs/libdriver-ibmtape.so
# plugin driver file __LIBDIR__/ltfs/libdriver-file.so
# plugin driver itdtimg __LIBDIR__/ltfs/libdriver-itdtimg.so
# I/O scheduler plugins
# Syntax: plugin iosched PLUGIN-NAME PLUGIN-PATH
# The PLUGIN-PATH may contain spaces.
plugin iosched unified __LIBDIR__/ltfs/libiosched-unified.so
plugin iosched fcfs __LIBDIR__/ltfs/libiosched-fcfs.so
# Key Manager Interface plugins
# Syntax: plugin kmi PLUGIN-NAME PLUGIN-PATH
# The PLUGIN-PATH may contain spaces.
plugin kmi flatfile __LIBDIR__/ltfs/libkmi-flatfile.so
plugin kmi simple __LIBDIR__/ltfs/libkmi-simple.so
# Default plugins
# Syntax: default PLUGIN-TYPE PLUGIN-NAME
# The PLUGIN-NAME must be one of those defined using a "driver", "iosched" or "kmi" line.
# For a PLUGIN-TYPE of iosched, the special "none" name may be used to indicate that
# no I/O scheduler should be used by default.
default driver __DEFAULT_DRIVER__
default iosched __DEFAULT_IOSCHED__
default kmi __DEFAULT_KMI__
# Default mount options
# Syntax: option MODE MOUNT-OPTION
# Include the local settings file. That file is not overwritten when a newer
# version of LTFS is installed.
include __CONFDIR__/ltfs.conf.local