You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for every PUT request for that disk the following log with ERROR level is written: 2022-01-28 19:20:56 bob_backend::core:245 ERROR PUT[D7A6440000000000][disk8] local failed: Error { ctx: Failed("Error {\n ctx: DCIsNotAvailable,\n}") }
This message should be written on DEBUG level.
And at the ERROR level, the message should accumulate the number of errors for each disk and write it every 5 seconds. Something like: 2022-01-28 19:20:56 bob_backend::core:245 ERROR PUT failed 100500 times on disk8. Error { ctx: Failed("Error {\n ctx: DCIsNotAvailable,\n}") }
The text was updated successfully, but these errors were encountered:
Currently, for every PUT request for that disk the following log with ERROR level is written:
2022-01-28 19:20:56 bob_backend::core:245 ERROR PUT[D7A6440000000000][disk8] local failed: Error { ctx: Failed("Error {\n ctx: DCIsNotAvailable,\n}") }
This message should be written on DEBUG level.
And at the ERROR level, the message should accumulate the number of errors for each disk and write it every 5 seconds. Something like:
2022-01-28 19:20:56 bob_backend::core:245 ERROR PUT failed 100500 times on disk8. Error { ctx: Failed("Error {\n ctx: DCIsNotAvailable,\n}") }
The text was updated successfully, but these errors were encountered: