-
Notifications
You must be signed in to change notification settings - Fork 192
doc: Mention import operation on use auto-scaling per shard documentation #3248
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
Conversation
APIx bot: a message has been sent to Docs Slack channel |
@@ -437,6 +437,8 @@ While the example initially defines 2 symmetric shards, auto-scaling of `electab | |||
|
|||
-> **NOTE:** After you upgrade to version 1.23.0 of the provider, you must update the cluster configuration to activate the auto-scaling per shard feature. | |||
|
|||
-> **NOTE:** For imported clusters, you must also update the configuration to enable per-shard auto-scaling, otherwise it will operate in cluster-wide mode. |
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.
This statement can be misinterpreted, a imported cluster that was already using latest ISS config can have shard mode. Maybe we can unify with the note above and mention something like:
There can be specific scenarios in which you reach an advanced_cluster configuration using new sharding configuration but does not have shard-level auto-scaling:
- Configuration using single
replication_specs
per shard was defined prior to version 1.23.0 in which auto-scaling per shard feature was released. - Cluster defined with legacy schema (e.g.
mongodbatlas_cluster
ormongodbatlas_advanced_cluster
usingnum_shards
> 1) is imported intomongodbatlas_advanced_cluster
using singlereplication_specs
per shard.
For these scenarios an update to the cluster configuration must be made to activate the auto-scaling per shard feature. An example for achieving this can be temprorily modifying the value of compute_min_instance
.
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.
Thanks for the suggestion. What do you think of the changes in 8c028f8?
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.
LGTM! I commented with some small copy fixes.
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
Co-authored-by: corryroot <[email protected]>
Co-authored-by: corryroot <[email protected]>
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.
Thank you for the follow ups 👌
Description
Mention import operation on use auto-scaling per shard documentation
Link to any related issue(s): CLOUDP-308513
Type of change:
Required Checklist:
Further comments