Advertisement
TheFluffyAdmin

Bug 24764515 : Tagged command queuing disabled for SCSI-2 an

Mar 28th, 2017
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. Bug 24764515 : Tagged command queuing disabled for SCSI-2 and SPC targets
  2.  
  3. Bug Attributes
  4.  
  5. Type B - Defect Fixed in Product Version 12.0
  6. Severity 2 - Severe Loss of Service Product Version 11.2-SRU
  7. Status 80 - Development to QA/Fix Delivered Internal Platform 23 - Oracle Solaris on SPARC (64-bit)
  8. Created 30-Sep-2016 Platform Version 11.2
  9. Updated 20-Mar-2017 Base Bug N/A
  10. Database Version N/A Affects Platforms Generic
  11. Product Source Oracle Knowledge, Patches and Bugs related to this bug
  12.  
  13.  
  14. Related Products
  15.  
  16. Line Sun Microsystems Family Operating Systems
  17. Area Solaris Operating System Product 13009 - Oracle Solaris Cloud Service
  18. Line Sun Microsystems Family Operating Systems
  19. Area Solaris Operating System Product 13056 - Oracle SPARC Compute Service
  20. Line Sun Microsystems Family Operating Systems
  21. Area Solaris Operating System Product 7633 - Oracle Solaris Express
  22. Line Sun Microsystems Family Operating Systems
  23. Area Trusted Solaris Product 8357 - Trusted Solaris Operating System
  24. Line Sun Microsystems Family Operating Systems
  25. Area Solaris Operating System Product 8224 - Solaris Operating System
  26. Line Sun Microsystems Family Operating Systems
  27. Area Solaris Operating System Product 8225 - Solaris x64/x86 Operating System
  28. Line Sun Microsystems Family Operating Systems
  29. Area Solaris Operating System Product 8177 - OpenSolaris Operating System
  30.  
  31. Abstract: Tagged command queuing disabled for SCSI-2 and SPC targets
  32.  
  33. *** 09/30/16 08:55 am ***
  34. Degraded performance for the mpt related disks in a Solaris 11.2 VMware guest
  35. with a MPT HBA (emulated device). The sd drivers sends 1 I/O at a time to the
  36. disk.
  37.  
  38. On Solaris 10 with the same guest VMware domain with MPT device, there is not
  39. such issue.
  40.  
  41. The tag command queueing is disabled on S11.2 while it is active on 10. This
  42. is visible at iostat and in the sd and mpt related data.
  43.  
  44. The same MPT device, same FW version is reported for both guest domains.
  45.  
  46. The differences in mpt configuration is visible with :
  47.  
  48. =>> S11 case
  49. ------------
  50.  
  51. mpt
  52.  
  53. ushort_t m_props_update = 0
  54. ushort_t m_notag = 0xffff
  55. ushort_t m_nowide = 0xe080
  56.  
  57. sd
  58.  
  59. CAT(vmcore.0/11X)> sdump 0xffffc100081310c0 sd_lun | egrep
  60. 'throttle|queue|arq'
  61. short un_throttle = 3 <============= this is the value visible in the
  62. iostat
  63. short un_saved_throttle = 3
  64. short un_busy_throttle = 0
  65. short un_min_throttle = 8
  66. timeout_id_t un_reset_throttle_timeid = NULL
  67. unsigned :1 un_f_arq_enabled = 1
  68. unsigned :1 un_f_opt_queueing = 1 <=============== queueing only at the HBA
  69. level
  70. unsigned :1 un_f_use_adaptive_throttle = 0
  71. CAT(vmcore.0/11X)>
  72.  
  73. =>> S10 case
  74. ------------
  75.  
  76. mpt
  77.  
  78. ushort_t m_props_update = 0
  79. ushort_t m_notag = 0xffc0
  80. ushort_t m_nowide = 0xffc0
  81. sd
  82.  
  83. CAT(vmcore.0/10X)> sdump 0xffffffff853ed000 sd_lun | egrep
  84. 'throttle|queue|arq'
  85. short un_throttle = 0x100 <============ 256 commands supported
  86. short un_saved_throttle = 0x100
  87. short un_busy_throttle = 0
  88. short un_min_throttle = 8
  89. timeout_id_t un_reset_throttle_timeid = NULL
  90. unsigned int :1 un_f_arq_enabled = 1
  91. unsigned int :1 un_f_opt_queueing = 0 <============== no HBA cmd queueing
  92. unsigned int :1 un_f_use_adaptive_throttle = 0
  93. CAT(vmcore.0/10X)>
  94.  
  95. All other data (sd inquiry, mpt fw version, mpt device) are identical.
  96. *** 09/30/16 08:55 am ***
  97. *** 09/30/16 08:59 am ***
  98. *** 09/30/16 09:00 am *** (CHG: Sta->11)
  99. *** 09/30/16 09:00 am ***
  100. *** 10/03/16 01:40 am *** (CHG: Sta->16 Asg->JKRALOVE)
  101. *** 10/03/16 01:46 am ***
  102. *** 10/04/16 09:08 am ***
  103. *** 10/04/16 09:11 am *** (CHG: Sta->17 Asg->SHENGZH2 SubComp->SD-FIXED)
  104. *** 10/04/16 09:12 am ***
  105. *** 10/04/16 09:14 am ***
  106. *** 10/04/16 09:14 am ***
  107. *** 10/05/16 12:29 am ***
  108. *** 10/05/16 12:40 am ***
  109. *** 10/05/16 01:33 am ***
  110. *** 10/05/16 02:14 am ***
  111. *** 10/05/16 08:41 am ***
  112. *** 10/07/16 08:13 am ***
  113. *** 10/07/16 08:29 am ***
  114. *** 10/10/16 12:21 am ***
  115. *** 10/13/16 07:41 am ***
  116. *** 10/13/16 06:05 pm ***
  117. *** 10/14/16 07:16 am ***
  118. *** 10/14/16 12:55 pm ***
  119. *** 10/17/16 01:09 am ***
  120. *** 10/17/16 04:44 am ***
  121. *** 10/18/16 06:14 am ***
  122. *** 10/19/16 08:17 am ***
  123. *** 10/25/16 08:02 am ***
  124. *** 10/30/16 06:50 pm ***
  125. *** 10/31/16 08:00 am ***
  126. *** 11/01/16 05:48 am ***
  127. *** 11/07/16 01:23 am ***
  128. *** 11/11/16 08:57 am *** (CHG: Sta->25)
  129. *** 11/14/16 01:17 am ***
  130. *** 11/14/16 01:17 am *** (CHG: Sta->60)
  131. *** 11/14/16 01:17 am ***
  132. *** 11/14/16 07:30 am ***
  133. *** 11/14/16 07:30 am ***
  134. *** 11/14/16 08:44 am ***
  135. *** 11/14/16 08:44 am ***
  136. *** 11/14/16 08:44 am ***
  137. *** 11/14/16 08:44 am ***
  138. *** 11/14/16 08:44 am ***
  139. *** 11/14/16 08:44 am ***
  140. *** 11/14/16 08:03 pm ***
  141. *** 11/20/16 11:59 pm ***
  142. *** 11/20/16 11:59 pm ***
  143. *** 11/28/16 02:55 pm *** (CHG: Sta->80)
  144. *** 12/09/16 07:54 am ***
  145. *** 12/09/16 07:54 am ***
  146. *** 12/23/16 02:04 pm ***
  147. *** 02/22/17 02:11 pm ***
  148. ---------- Solution Record ----------
  149. Solution Type: SRU
  150. Product: Solaris Operating System
  151. Release: Solaris 11
  152. Architecture: sparc, i386
  153. Reference ID: 25485757
  154. Solution Description: Fix delivered in Oracle Solaris 11.3.17.5.0 (or
  155. greater)
  156. -------- End Solution Record --------
  157. *** 03/03/17 12:56 am ***
  158. *** 03/20/17 09:50 am ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement