1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# This is a POSIX shell fragment
# configuration of a single vblade instance
# Supported variables:
# shelf address. Mandatory
# shelf=
# slot address. Mandatory
# slot=
# Network interface name. Mandatory
# netif=
# The name of the regular file or block device to export. Mandatory
# filename=
# Other options, see vblade(8)
# options=
# ionice=
# Set the I/O scheduling class and priority.
# Must be understood by ionice(1)
# Example:
# shelf=10
# slot=3
# netif=em3
# filename=/dev/mapper/export
# options='-m 11:22:33:44:55:66 -o 8'
# ionice='--class best-effort --classdata 7'
|