Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v24.1.x] cluster: reject writes only when data disk is degraded #24485

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #24436

Health monitor tracks only the data disk now as the only use of that
state is for rejecting writes. Cache disk state is irrelevant at cluster
level.

This was tested manually by creating a cluster with custom cache disk
mountpoint and trying to produce to it.

Before this commit, producing would have failed with a full cache disk.
After this commit, producing fails only if the data disk is full.

(cherry picked from commit b6b9a60)
@vbotbuildovich vbotbuildovich added this to the v24.1.x-next milestone Dec 7, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Dec 7, 2024
@nvartolomei nvartolomei merged commit c841030 into redpanda-data:v24.1.x Dec 7, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants