Skip to content

Fix polling of /sys/block#27195

Merged
kitaisreal merged 1 commit intoClickHouse:masterfrom
azat:fix-sys-block-polling
Aug 5, 2021
Merged

Fix polling of /sys/block#27195
kitaisreal merged 1 commit intoClickHouse:masterfrom
azat:fix-sys-block-polling

Conversation

@azat
Copy link
Copy Markdown
Member

@azat azat commented Aug 4, 2021

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix polling of /sys/block (on errors and by timer)

Detailed description / Documentation draft:

  • rescan /sys/block on errors (disk had been replaced and you will got
    ENOENT)
  • rescan /sys/block periodically (each 5m), for newly added devices
    (i.e. new disk to RAID array can be added)

Cc: @alexey-milovidov

- rescan /sys/block on errors (disk had been replaced and you will got
  ENOENT)
- rescan /sys/block periodically (each 5m), for newly added devices
  (i.e. new disk to RAID array can be added)
@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Aug 4, 2021
@alexey-milovidov alexey-milovidov self-assigned this Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants