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

roachprod: set default cluster settings when starting #88716

Merged

Commits on Sep 26, 2022

  1. roachprod: set default cluster settings when starting

    In cockroachdb#88514, the cluster start logic was refactored to reuse the same
    code across `init` and `start`, fixing a bug in the former. However,
    the refactoring overlooked the fact that we previously always set the
    default cluster settings when there's more than one node in the
    cluster.
    
    This fixes that by setting the default cluster settings in that case;
    one particularly important cluster setting is the license key,
    necessary for some roachtests.
    
    Fixes cockroachdb#88660.
    Fixes cockroachdb#88665.
    Fixes cockroachdb#88666.
    Fixes cockroachdb#88710.
    
    Release note: None
    renatolabs committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ed443e1 View commit details
    Browse the repository at this point in the history