Saltstack Official Linux Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

25 lines
551B

  1. ##
  2. ## This is a template multipath-tools configuration file
  3. ## Uncomment the lines relevent to your environment
  4. ##
  5. defaults {
  6. # udev_dir /dev
  7. # polling_interval 10
  8. # selector "round-robin 0"
  9. # path_grouping_policy multibus
  10. # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
  11. # prio const
  12. # path_checker directio
  13. # rr_min_io 100
  14. # flush_on_last_del no
  15. # max_fds 8192
  16. # rr_weight priorities
  17. # failback immediate
  18. # no_path_retry fail
  19. # queue_without_daemon no
  20. user_friendly_names no
  21. # mode 644
  22. # uid 0
  23. # gid disk
  24. }