-
Notifications
You must be signed in to change notification settings - Fork 47
Doc-1601: Specify cluster UUID to restore with Whole Cluster Recovery #1513
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThis pull request adds comprehensive documentation to the Whole Cluster Restore section, covering behavior when multiple Redpanda clusters share the same object storage bucket. The changes explain the role of cluster UUIDs in manifest selection, provide naming conventions and examples for disambiguating clusters using Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
Comment |
|
|
@mattschumpert i'm fine with public doc unless it is a business/product concern. My argument is that our internal teams consume the same docs. There isn't anything to hide either. We already have this documented in the code. |
|
Up to you. We should be clear in the docs though this only occurs in extreme cases where multiple clusters have accidentally been sharing a bucket due to misconfiguration or a cluster lost quorum etc. I leave it to you / @andrwng to sort this out with @Feediver1 |
nvartolomei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's beyond what I would have expected for us to have documented but looks great! 🤟
| This is an advanced use case that should be performed only by Redpanda support. | ||
| ==== | ||
|
|
||
| Typically, you will have a one-to-one mapping between a Redpanda cluster and its object storage bucket. However, it's possible to run multiple clusters that share the same storage bucket. Sharing an object storage bucket allows you to move tenants between clusters without moving data. For example, you might wish to mount topics to multiple clusters in the same bucket without having to move data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, you might wish to mount topics to multiple clusters in the same bucket without having to move data.
you might wish to move topics (unmount on cluster A, mount on cluster B)
Description
Resolves https://redpandadata.atlassian.net/browse/DOC-1601
IIUC, this feature is for Redpanda Support. I included more detail to help Support when using this config. If not solely for support, I can remove all the explanations and just include a paragraph with a description of the config and what it does, along with a note telling users not to use it without contacting RP Support first.
Review deadline: Dec 19th
Page previews
(https://deploy-preview-1513--redpanda-docs-preview.netlify.app/current/manage/disaster-recovery/whole-cluster-restore/#advanced-restore-data-when-multiple-clusters-share-data)
Checks