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

fix(manager): wait after Scylla config change to let SM pick up the c… #1

Conversation

mikliapko
Copy link
Owner

No description provided.

@mikliapko mikliapko merged commit 19fef99 into mikliapko:manager-3.2-with-tls-sleep-extended May 7, 2024
mikliapko added a commit that referenced this pull request Dec 20, 2024
Error message Manager returns for enospc scenario has been changed to
more generic one (#1). So, it doesn't make much sense to verify it.

Moreover, there is a plan to fix check free disk space behaviour and
the whole test will probably require rework to be done (#2).

refs:
#1 - scylladb/scylla-manager#4087
#2 - scylladb/scylla-manager#4184
mikliapko added a commit that referenced this pull request Dec 24, 2024
Fix changes directory for startup script upload from /tmp to $HOME.
The change is required for DB nodes deployed in Cloud where /tmp dir
is mounted with noexec option what makes script execution impossible
there.

As per discussion (#1), for DB nodes deployed in SCT startup_script
can be executed either from $HOME or /tmp.

refs:
#1: scylladb#9608
mikliapko added a commit that referenced this pull request Dec 27, 2024
Fix changes directory for startup script upload from /tmp to $HOME.
The change is required for DB nodes deployed in Cloud where /tmp dir
is mounted with noexec option what makes script execution impossible
there.

As per discussion (#1), for DB nodes deployed in SCT startup_script
can be executed either from $HOME or /tmp.

refs:
#1: scylladb#9608
mikliapko added a commit that referenced this pull request Dec 30, 2024
According to comment (1), set ks strategy and rf is not needed if
restoring the schema within one DC.

It should be brought back after implementation of (2) which will
unblock schema restore into a different DC. For now, it's possible
to restore schema only within one DC.

Refs:
#1: scylladb/scylla-manager#4041
issuecomment-2565489699
#2: scylladb/scylla-manager#4049
mikliapko added a commit that referenced this pull request Dec 31, 2024
Firewall should be disabled for RHEL-like distributions. Otherwise, it
blocks incoming requests to 3000 monitoring node (1).

The same operation has been already implemented for db nodes setup and
only refactored here.

refs:
#1: scylladb#9630
mikliapko added a commit that referenced this pull request Dec 31, 2024
Temporary workaround for docker installation on RHEL9 distro
because of the issue (1).

In provided fix docker packages are installed manually for repo,
hardcoding the OS version ($releasever) to specific value in
repo file /etc/yum.repos.d/docker-ce.repo.

After issue resolution, we can return the previous approach with
installation script.

refs:
#1: moby/moby#49169
mikliapko added a commit that referenced this pull request Dec 31, 2024
Firewall should be disabled for RHEL-like distributions. Otherwise, it
blocks incoming requests to 3000 monitoring node (1).

The same operation has been already implemented for db nodes setup and
only refactored here.

refs:
#1: scylladb#9630
mikliapko added a commit that referenced this pull request Dec 31, 2024
Firewall should be disabled for RHEL-like distributions. Otherwise, it
blocks incoming requests to 3000 monitoring node (1).

The same operation has been already implemented for db nodes setup and
only refactored here.

refs:
#1: scylladb#9630
mikliapko added a commit that referenced this pull request Jan 2, 2025
According to comment (1), set ks strategy and rf is not needed if
restoring the schema within one DC.

It should be brought back after implementation of (2) which will
unblock schema restore into a different DC. For now, it's possible
to restore schema only within one DC.

Refs:
#1: scylladb/scylla-manager#4041
issuecomment-2565489699
#2: scylladb/scylla-manager#4049
mikliapko added a commit that referenced this pull request Jan 3, 2025
Temporary workaround for docker installation on RHEL9 distro
because of the issue (1).

In provided fix docker packages are installed manually for repo,
hardcoding the OS version ($releasever) to specific value in
repo file /etc/yum.repos.d/docker-ce.repo.

After issue resolution, we can return the previous approach with
installation script.

refs:
#1: moby/moby#49169
mikliapko added a commit that referenced this pull request Jan 3, 2025
Firewall should be disabled for RHEL-like distributions. Otherwise, it
blocks incoming requests to 3000 monitoring node (1).

The same operation has been already implemented for db nodes setup and
only refactored here.

refs:
#1: scylladb#9630
mikliapko added a commit that referenced this pull request Jan 3, 2025
Changes:
- Removed scylla version hardcode for Azure job. The image defined in
azure_image_db contains Scylla 5.2.1 which outdated. Moreover, there
are no restrictions with passing scylla_version directly.
- Renamed jenkinsfile to address recent move from Centos-based image
for Azure jobs to RHEL-based (1).

refs:
#1: scylladb#9631
mikliapko added a commit that referenced this pull request Jan 8, 2025
Error message Manager returns for enospc scenario has been changed to
more generic one (#1). So, it doesn't make much sense to verify it.

Moreover, there is a plan to fix check free disk space behaviour and
the whole test will probably require rework to be done (#2).

refs:
#1 - scylladb/scylla-manager#4087
#2 - scylladb/scylla-manager#4184
mikliapko added a commit that referenced this pull request Jan 8, 2025
According to comment (1), set ks strategy and rf is not needed if
restoring the schema within one DC.

It should be brought back after implementation of (2) which will
unblock schema restore into a different DC. For now, it's possible
to restore schema only within one DC.

Refs:
#1: scylladb/scylla-manager#4041
issuecomment-2565489699
#2: scylladb/scylla-manager#4049
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants