Commit 881eb86
scsi: qla2xxx: Fix N2N stuck connection
Disk failed to rediscover after chip reset error injection. The chip reset
happens at the time when a PLOGI is being sent. This causes a flag to be
left on which blocks the retry. Clear the blocking flag.
Cc: stable@vger.kernel.org
Signed-off-by: Quinn Tran <qutran@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Link: https://lore.kernel.org/r/20240227164127.36465-3-njavali@marvell.com
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>1 parent 4895009 commit 881eb86
3 files changed
Lines changed: 13 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3041 | 3041 | | |
3042 | 3042 | | |
3043 | 3043 | | |
3044 | | - | |
| 3044 | + | |
3045 | 3045 | | |
3046 | 3046 | | |
3047 | 3047 | | |
| |||
3056 | 3056 | | |
3057 | 3057 | | |
3058 | 3058 | | |
3059 | | - | |
3060 | | - | |
| 3059 | + | |
3061 | 3060 | | |
3062 | 3061 | | |
3063 | 3062 | | |
| |||
3066 | 3065 | | |
3067 | 3066 | | |
3068 | 3067 | | |
3069 | | - | |
3070 | | - | |
3071 | | - | |
3072 | 3068 | | |
3073 | 3069 | | |
3074 | 3070 | | |
| |||
3084 | 3080 | | |
3085 | 3081 | | |
3086 | 3082 | | |
3087 | | - | |
| 3083 | + | |
3088 | 3084 | | |
3089 | 3085 | | |
3090 | 3086 | | |
| |||
3093 | 3089 | | |
3094 | 3090 | | |
3095 | 3091 | | |
3096 | | - | |
| 3092 | + | |
3097 | 3093 | | |
3098 | 3094 | | |
3099 | 3095 | | |
| |||
3109 | 3105 | | |
3110 | 3106 | | |
3111 | 3107 | | |
3112 | | - | |
3113 | 3108 | | |
3114 | 3109 | | |
3115 | 3110 | | |
| |||
3118 | 3113 | | |
3119 | 3114 | | |
3120 | 3115 | | |
3121 | | - | |
3122 | 3116 | | |
3123 | 3117 | | |
3124 | | - | |
| 3118 | + | |
| 3119 | + | |
| 3120 | + | |
3125 | 3121 | | |
3126 | 3122 | | |
3127 | 3123 | | |
3128 | 3124 | | |
3129 | 3125 | | |
3130 | 3126 | | |
3131 | 3127 | | |
3132 | | - | |
3133 | | - | |
3134 | | - | |
3135 | | - | |
3136 | | - | |
3137 | | - | |
3138 | | - | |
3139 | | - | |
| 3128 | + | |
3140 | 3129 | | |
3141 | | - | |
3142 | | - | |
| 3130 | + | |
3143 | 3131 | | |
3144 | 3132 | | |
3145 | 3133 | | |
3146 | 3134 | | |
| 3135 | + | |
| 3136 | + | |
3147 | 3137 | | |
3148 | 3138 | | |
3149 | 3139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5583 | 5583 | | |
5584 | 5584 | | |
5585 | 5585 | | |
5586 | | - | |
| 5586 | + | |
5587 | 5587 | | |
5588 | 5588 | | |
5589 | 5589 | | |
| |||
0 commit comments