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

[KRaft] Add support for JBOD storage in KRaft mode #9437

Closed
scholzj opened this issue Dec 5, 2023 · 2 comments · Fixed by #9936
Closed

[KRaft] Add support for JBOD storage in KRaft mode #9437

scholzj opened this issue Dec 5, 2023 · 2 comments · Fixed by #9936
Assignees
Labels

Comments

@scholzj
Copy link
Member

scholzj commented Dec 5, 2023

JBOD support is currently missing in Kafka itself. But once it is added, we will need to support it in Strimzi as well. Likely, it might include at least the following changes:

  • Remove the validation that rejects clusters with multiple JBOD disks in KRaft mode
  • Add handling of not deleting the metadata disks in controller nodes

The details are currently not completely clear until the implementation is finished in Kafka. This issue serves as a tracker for this part of the Strimzi implementation.

@scholzj
Copy link
Member Author

scholzj commented Dec 14, 2023

Discussed in the community call on 14.12.: Not yet supported in Kafka 3.6. But we need to support it.

@scholzj
Copy link
Member Author

scholzj commented Feb 27, 2024

Update: Proposal fr JBOD support in KRaft has been approved and merged: https://github.com/strimzi/proposals/blob/main/067-kraft-jbod-support.md

@scholzj scholzj self-assigned this Apr 2, 2024
scholzj added a commit to scholzj/strimzi-kafka-operator that referenced this issue Apr 9, 2024
Signed-off-by: Jakub Scholz <www@scholzj.com>
scholzj added a commit to scholzj/strimzi-kafka-operator that referenced this issue Apr 9, 2024
Signed-off-by: Jakub Scholz <www@scholzj.com>
scholzj added a commit to scholzj/strimzi-kafka-operator that referenced this issue Apr 11, 2024
Signed-off-by: Jakub Scholz <www@scholzj.com>
scholzj added a commit to scholzj/strimzi-kafka-operator that referenced this issue Apr 15, 2024
Signed-off-by: Jakub Scholz <www@scholzj.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant