@@ -239,28 +239,30 @@ To fix this issue, follow these steps:
239239
2402401. On clusters, increase disk resource timeouts to tolerate slow failover.
241241
242- ### 4. "Persistent Disk or Path Errors in Event Log"
242+ ### Applications experience downtime, and events repeat in the Event Log
243243
244- #### Symptoms
244+ The repeating events include the following examples:
245245
246- - Recurring Event IDs 153 ("disk retried"), 129 ("reset to device"), 11 ("controller error"), 158 (identical disk GUIDs)
247- - Application downtime.
246+ - Event ID 153 ("disk retried")
247+ - Event ID 129 ("reset to device")
248+ - Event ID 11 ("controller error")
249+ - Event ID 158 (identical disk GUIDs)
248250
249- #### Resolution
251+ To fix this issue, follow these steps:
250252
2512531. Verify that physical and logical paths exist and are healthy.
252- 1. Update storage firmware and drivers.
253- 1. For Event ID 158, reset disk GUIDs on VHDs by using :
254+ 1. Update the storage firmware and drivers.
255+ 1. If Event ID 158 recurs, use the following PowerShell cmdlet to reset the disk GUIDs on the VHDs :
254256
255257 ```powershell
256258 Set-VHD -Path \<VHD-Path> -ResetDiskIdentifier
257259 ```
258260
259- 1. For repeated errors with third-party DSMs: Consult storage vendor, or migrate to supported native DSM.
261+ 1. If the repeating events refer to third-party DSMs, consult storage vendor or migrate to a supported native DSM.
260262
261- ### Duplicate disks or wrong disk order
263+ ### Duplicate disks or changed disk numbering
262264
263- #### Symptoms
265+ You might observe this behavior after a restart, or after you add or remove disks.
264266
265267- Duplicate instance of the same disk or LUN
266268- Disks renumbered after a restart, addition, or removal
0 commit comments