-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error: create backup target: location is not accessible #4207
Comments
@VAveryanov8 , @Michal-Leszczynski could you please take a look at this issue? maybe some additional information is needed? |
PackagesScylla version: Kernel Version: Installation detailsCluster size: 4 nodes (i4i.4xlarge) Scylla Nodes used in this run:
OS / Image: Test: Logs and commands
Logs:
|
It looks to me that:
auth_token: ***
prometheus: :5090
s3: {}
tls_cert_file: null
tls_key_file: null Accordingly to https://manager.docs.scylladb.com/stable/backup/setup-amazon-s3.html#config-file
I think changing scylla-manager-agent.yaml to smth like: auth_token: ***
prometheus: :5090
s3:
region: us-east-1
tls_cert_file: null
tls_key_file: null should fix the issue. In the meantime, I think we need to discuss with @Michal-Leszczynski and @karol-kokoszka if it's possible to handle this redirect automatically and do we want to do it. |
I think it's possible, but I would give it a low priority. |
Packages
Scylla version:
6.3.0~dev-20250108.e51b2075dacc
with build-id1ffc83e51d7f78126ce77667ff1140f5f4913518
Kernel Version:
6.8.0-1021-aws
Issue description
During the disrupt_mgmt_backup_specific_keyspaces execution the following error occurred:
Error occurred during creation of backup task, not sure about the root cause of such behaviour
Impact
Backup task failure
How frequently does it reproduce?
Describe the frequency with how this issue can be reproduced.
Installation details
Cluster size: 6 nodes (i4i.4xlarge)
Scylla Nodes used in this run:
OS / Image:
ami-0419ef0a7ad763693
(NO RUNNER: NO RUNNER)Test:
longevity-50gb-3days-test
Test id:
2dcd4a4a-e69e-492e-b62c-eb5f73fd311d
Test name:
scylla-master/tier1/longevity-50gb-3days-test
Test method:
longevity_test.LongevityTest.test_custom_time
Test config file(s):
Logs and commands
$ hydra investigate show-monitor 2dcd4a4a-e69e-492e-b62c-eb5f73fd311d
$ hydra investigate show-logs 2dcd4a4a-e69e-492e-b62c-eb5f73fd311d
Logs:
Jenkins job URL
Argus
The text was updated successfully, but these errors were encountered: