skeleton.conf 592 B

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