Welcome to the new MongoDB Feedback Portal!
{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.
We’ve upgraded our feedback system to better capture, track, and act on your feedback. Here’s what you need to know:
|
What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. |
Moving the oplog (the A real-world scenario where this arises: during resharding of a very large collection, the oplog must be temporarily grown from 250 GB to 10 TB (logical). The on-disk footprint requires provisioning a temporary volume. After resharding completes, the oplog is resized back down, compacted, and moved back to the original volume so the temporary storage can be reclaimed. Each direction (out and back) requires the full shutdown/move/symlink/restart cycle on every member, rolling. |
|
What would you like to see happen? Describe the desired outcome or enhancement. |
A built-in server command (e.g., |
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
DBAs managing large sharded clusters with multi-terabyte oplog requirements need to temporarily expand and later reclaim oplog storage during resharding operations. The current symlink-based procedure per KB-000019043 works but is cumbersome, requires per-node downtime, and increases operational risk, especially in environments with strict change-control windows. An online command would significantly reduce operational complexity and risk for large-scale maintenance operations. |
What steps, if any, are you taking today to manage this problem? |
We share KB-000019043 which requires a ton of manual steps / work, in comparison to Oracle which has a single command available to move the path. |