Advertisement
Guest User

multipath.conf

a guest
Jan 9th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1.  
  2. ## Use user friendly names, instead of using WWIDs as names.
  3. defaults {
  4. user_friendly_names yes
  5. find_multipaths yes
  6. }
  7.  
  8. blacklist {
  9. device {
  10. vendor "HP"
  11. product "LOGICAL VOLUME"
  12. }
  13. }
  14.  
  15. devices {
  16. device {
  17. vendor "COMPAQ"
  18. product "HSV1*"
  19. path_grouping_policy group_by_prio
  20. hardware_handler "1 hp-sw"
  21. path_checker hp_sw
  22. features "1 queue_if_no_path"
  23. prio "hp_sw"
  24. failback immediate
  25. }
  26. device {
  27. vendor "DGC"
  28. product "*"
  29. prio "alua"
  30. path_grouping_policy group_by_prio
  31. features "1 queue_if_no_path"
  32. failback immediate
  33. hardware_handler "1 alua"
  34. }
  35. device {
  36. vendor "HITACHI"
  37. product "DF600F"
  38. path_grouping_policy multibus
  39. path_checker tur
  40. features "1 queue_if_no_path"
  41. no_path_retry 1
  42. failback immediate
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement