couchbase-partners / helm-charts

Helm charts for deployed couchbase services
Apache License 2.0
25 stars 39 forks source link

Could not set the storage path. It must be a directory writable by 'couchbase' user. #136

Open bisonlou opened 1 month ago

bisonlou commented 1 month ago

Coucbase server: 7.6.0 Operator: 2.7.0

Unable to create a cluster due to the error:

{"level":"info","ts":"2024-10-07T14:28:16Z","logger":"cluster","msg":"Reconciliation failed","cluster":"couchbase/couchbase","error":"timeout: request failed: unexpected status code POST https://couchbase-0000.couchbase.couchbase.svc:18091/nodes/self/controller/settings 400 Bad Request: [\"Could not set the storage path. It must be a directory writable by 'couchbase' user.\"]","stack":"github.com/couchbase/couchbase-operator/pkg/util/couchbaseutil.Client.doRequest\n\tgithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil/core.go:240\ngithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil.(Client).Post\n\tgithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil/core.go:302\ngithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil.(Request).On.func1\n\tgithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil/api.go:222\ngithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil.(Request).On.func2.1\n\tgithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil/api.go:240\ngithub.com/couchbase/couchbase-operator/pkg/util/retryutil.Retry\n\tgithub.com/couchbase/couchbase-operator/pkg/util/retryutil/retryutil.go:14\ngithub.com/couchbase/couchbase-operator/pkg/util/retryutil.RetryFor\n\tgithub.com/couchbase/couchbase-operator/pkg/util/retryutil/retryutil.go:30\ngithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil.(Request).On.func2\n\tgithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil/api.go:243\ngithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil.(Request).On\n\tgithub.com/couchbase/couchbase-operator/pkg/util/couchbaseutil/api.go:249\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).initMember\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/member.go:284\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).createMembers\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/member.go:195\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).createInitialMember\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/member.go:400\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).create\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/cluster.go:397\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).reconcile\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/reconcile.go:148\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).runReconcile\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/cluster.go:561\ngithub.com/couchbase/couchbase-operator/pkg/cluster.(Cluster).Update\n\tgithub.com/couchbase/couchbase-operator/pkg/cluster/cluster.go:608\ngithub.com/couchbase/couchbase-operator/pkg/controller.(CouchbaseClusterReconciler).Reconcile\n\tgithub.com/couchbase/couchbase-operator/pkg/controller/controller.go:90\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(Controller).Reconcile\n\tsigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(Controller).reconcileHandler\n\tsigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(Controller).processNextWorkItem\n\tsigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"}