-
Notifications
You must be signed in to change notification settings - Fork 174
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
Scylla-manager connection issue on operator master branch when following documentation instructions #2078
Comments
Manager won't come up until its backing ScyllaDB is up, so your really need to look into why ScyllaDB isn't up.
Please try to address it, it the most important thing on the whole issue.
this sucks, but it's manager, not us |
For this particular case I am not even trying to set up ScyllaDB. It's just Operator and Manager. When I am doing exact same steps in operator branch v1.13 it is working (Manager pods are up and running without ScyllaDB).
Sure. I will take a closer look at must-gather with minikube. |
Manager requires ScyllaDB cluster to keep its internal state. Small cluster is deployed alongside Manager.
So look what happened to this cluster, as clearly it didn't boot up. |
For the record we have an issue tracking this #1628 |
@Strasznik do you have local-csi-driver set up on the node you're trying to run Scylla Manager and its ScyllaDB cluster on? |
@rzetelskik yea, this is it. I missed #2009 change. Are there any plans to upgrade documentation to add some more details about need of having xfs storage class? |
I meant since the release, so not included there.
I suppose as part of #1578. @tnozicka do we have any details on what the acceptance criteria would be for |
I'd say that's a coherent story that makes sense and feels as a whole. It may not be perfect the first time but we need a structure to build on top of. It's gonna mention the overall flow and architecture along with the storage setup. |
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
/lifecycle stale |
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
/lifecycle rotten |
What happened?
Scylla Manager is not starting on Operator master branch when following documentation instructions due to error:
{"L":"ERROR","T":"2024-08-16T07:19:04.880Z","M":"Bye","error":"no connection to database, make sure Scylla server is running and that database section in c file(s) /mnt/etc/scylla-manager/scylla-manager.yaml is set correctly: giving up after 60 attempts: dial tcp 10.110.16.67:9042: i/o timeout","_trace_id":"cK993SlrTQGcC4_I-jsc1w","errorStack":"main.init.func2\n\tgithub.com/scylladb/scylla-manager/v3/pkg/cmd/scylla-manager/root.go:114\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/[email protected]/command.go:983\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/[email protected]/command.go:1115\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/[email protected]/command.go:1039\nmain.main\n\tgithub.com/scylladb/scylla-manager/v3/pkg/cmd/scylla-manager/main.go:12\nruntime.main\n\truntime/proc.go:271\nruntime.goexit\n\truntime/asm_amd64.s:1695\n","S":"github.com/scylladb/go-log.Logger.log\n\tgithub.com/scylladb/[email protected]/logger.go:101\ngithub.com/scylladb/go-log.Logger.Error\n\tgithub.com/scylladb/[email protected]/logger.go:84\nmain.init.func2.1\n\tgithub.com/scylladb/scylla-manager/v3/pkg/cmd/scylla-manager/root.go:70\nmain.init.func2\n\tgithub.com/scylladb/scylla-manager/v3/pkg/cmd/scylla-manager/root.go:114\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/[email protected]/command.go:983\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/[email protected]/command.go:1115\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/[email protected]/command.go:1039\nmain.main\n\tgithub.com/scylladb/scylla-manager/v3/pkg/cmd/scylla-manager/main.go:12\nruntime.main\n\truntime/proc.go:271"}
STARTUP ERROR: no connection to database, make sure Scylla server is running and that database section in c file(s) /mnt/etc/scylla-manager/scylla-manager.yaml is set correctly: giving up after 60 attempts: dial tcp 10.110.16.67:9042: i/o timeout
What did you expect to happen?
Manager should be up and running.
NOTE: It is working fine when I switch my branch from master to v1.13
How can we reproduce it (as minimally and precisely as possible)?
Just follow the documentation steps on Operator master branch:
Scylla Operator version
docker.io/scylladb/scylla-operator:latest
Kubernetes platform name and version
Please attach the must-gather archive.
Must gather doesn't work for me with minikube
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: