Advertisement
Guest User

ALUA Config Invalid 1

a guest
Sep 24th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. HANDLER vdisk_blockio {
  2. DEVICE RAID5-01_vdisk_m {
  3. filename /dev/disk/by-id/scsi-36782bcb061c3940019cafb764bd15d4b
  4. nv_cache 1
  5. t10_dev_id 132a74e8-disk02
  6. usn 132a74e8
  7.  
  8. # Non-key attributes
  9. blocksize 512
  10. read_only 0
  11. removable 0
  12. rotational 1
  13. thin_provisioned 0
  14. threads_num 1
  15. threads_pool_type per_initiator
  16. write_through 0
  17. }
  18.  
  19. DEVICE XenLun0 {
  20. filename /dev/haData1/testVol1
  21. t10_dev_id 27cddc71-XenLun0
  22. usn 27cddc71
  23.  
  24. # Non-key attributes
  25. blocksize 512
  26. nv_cache 0
  27. read_only 0
  28. removable 0
  29. rotational 1
  30. thin_provisioned 0
  31. threads_num 1
  32. threads_pool_type per_initiator
  33. write_through 0
  34. }
  35.  
  36. DEVICE XenLun1 {
  37. filename /dev/haData0/testVol0
  38. t10_dev_id 58cddc71-XenLun1
  39. usn 58cddc71
  40.  
  41. # Non-key attributes
  42. blocksize 512
  43. nv_cache 0
  44. read_only 0
  45. removable 0
  46. rotational 1
  47. thin_provisioned 0
  48. threads_num 1
  49. threads_pool_type per_initiator
  50. write_through 0
  51. }
  52. }
  53.  
  54. TARGET_DRIVER ib_srpt {
  55. TARGET fe80:0000:0000:0000:0008:f104:0399:ff29 {
  56. enabled 0
  57.  
  58. # Non-key attributes
  59. addr_method PERIPHERAL
  60. cpu_mask ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff
  61. io_grouping_type auto
  62. rel_tgt_id 0
  63. }
  64.  
  65. TARGET fe80:0000:0000:0000:0008:f104:0399:ff2a {
  66. enabled 1
  67. rel_tgt_id 1
  68.  
  69. # Non-key attributes
  70. addr_method PERIPHERAL
  71. cpu_mask ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff
  72. io_grouping_type auto
  73.  
  74. LUN 0 RAID5-01_vdisk_m {
  75. # Non-key attributes
  76. read_only 0
  77. }
  78. }
  79. }
  80.  
  81. TARGET_DRIVER iscsi {
  82. enabled 0
  83. }
  84.  
  85. TARGET_DRIVER qla2x00t {
  86. TARGET 50:01:43:80:01:33:42:dc {
  87. HW_TARGET
  88.  
  89. enabled 1
  90. rel_tgt_id 3
  91.  
  92. # Non-key attributes
  93. addr_method PERIPHERAL
  94. cpu_mask ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff
  95. explicit_confirmation 0
  96. io_grouping_type auto
  97. node_name 50:01:43:80:01:33:42:dd
  98.  
  99. LUN 0 XenLun0 {
  100. # Non-key attributes
  101. read_only 0
  102. }
  103. LUN 0 XenLun1 {
  104. # Non-key attributes
  105. read_only 0
  106. }
  107.  
  108. }
  109.  
  110. TARGET 50:01:43:80:01:33:42:de {
  111. HW_TARGET
  112.  
  113. enabled 1
  114. rel_tgt_id 5
  115.  
  116. # Non-key attributes
  117. addr_method PERIPHERAL
  118. cpu_mask ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff,ffffffff
  119. explicit_confirmation 0
  120. io_grouping_type auto
  121. node_name 50:01:43:80:01:33:42:df
  122.  
  123. LUN 0 XenLun0 {
  124. # Non-key attributes
  125. read_only 0
  126. }
  127. LUN 1 XenLun1 {
  128. # Non-key attributes
  129. read_only 0
  130. }
  131.  
  132. }
  133. }
  134.  
  135. DEVICE_GROUP Group01 {
  136. DEVICE XenLun0
  137.  
  138. TARGET_GROUP tgroup02 {
  139. group_id 5
  140. preferred 0
  141. state standby
  142.  
  143. TARGET 50:01:43:80:01:33:42:de
  144. }
  145. TARGET_GROUP tgroup01 {
  146. group_id 3
  147. preferred 0
  148. state standby
  149.  
  150. TARGET 50:01:43:80:01:33:42:dc
  151. }
  152.  
  153. }
  154.  
  155. DEVICE_GROUP Group02 {
  156. DEVICE XenLun1
  157.  
  158. TARGET_GROUP tgroup02 {
  159. group_id 5
  160. preferred 1
  161. state nonoptimized
  162.  
  163. TARGET 50:01:43:80:01:33:42:de
  164. }
  165. TARGET_GROUP tgroup01 {
  166. group_id 3
  167. preferred 1
  168. state nonoptimized
  169.  
  170. TARGET 50:01:43:80:01:33:42:dc
  171. }
  172.  
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement