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: flag to enable cron service #122098

Closed
herkolategan opened this issue Apr 10, 2024 · 1 comment · Fixed by #122099
Closed

roachprod: flag to enable cron service #122098

herkolategan opened this issue Apr 10, 2024 · 1 comment · Fixed by #122099
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-testeng TestEng Team

Comments

@herkolategan
Copy link
Collaborator

herkolategan commented Apr 10, 2024

The GCE roachprod start-up script disables and masks the cron services to avoid interference in certain scenarios:

systemctl stop cron
systemctl mask cron

But on some cluster we would like to be able to use the cron service. An option to prevent the script from disabling the cron completely would be handy.

Jira issue: CRDB-37701

@herkolategan herkolategan added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-testeng TestEng Team labels Apr 10, 2024
Copy link

blathers-crl bot commented Apr 10, 2024

cc @cockroachdb/test-eng

craig bot pushed a commit that referenced this issue Apr 16, 2024
122099: roachprod: flag to enable cron on GCE r=renatolabs a=herkolategan

Previously, the cron service was masked and disabled on GCE via the start-up script.

This change allows a flag to be passed to prevent the script from masking and disabling cron.

Fixes: #122098

Epic: None
Release Note: None

Co-authored-by: Herko Lategan <[email protected]>
@craig craig bot closed this as completed in 7b47dfa Apr 16, 2024
herkolategan added a commit to herkolategan/cockroach that referenced this issue Apr 16, 2024
Previously, the cron service was masked and disabled on GCE via the start-up
script.

This change allows a flag to be passed to prevent the script from masking and
disabling cron.

Fixes: cockroachdb#122098

Epic: None
Release Note: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-testeng TestEng Team
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant