airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

[helm] MinIO statefulset not working

Open luis-fnogueira opened this issue 10 months ago • 9 comments

Helm Chart Version

0.63.10

What step the error happened?

On deploy

Revelant information

During deploy of Airbyte, the MinIO statefulset doesn't work properly. It gives an access error. The pod's log are below. It keeps restarting: image Maybe the values.yaml file lacks MinIO configuration?

Relevant log output

API: SYSTEM()
Time: 16:40:26 UTC 04/03/2024
Error: unable to rename (/storage/.minio.sys/tmp -> /storage/.minio.sys/tmp-old/ed17c586-f81b-4574-8b2b-5311a854498e) file access denied, drive may be faulty please investigate (*fmt.wrapError)
       6: internal/logger/logger.go:258:logger.LogIf()
       5: cmd/prepare-storage.go:89:cmd.bgFormatErasureCleanupTmp()
       4: cmd/xl-storage.go:263:cmd.newXLStorage()
       3: cmd/object-api-common.go:63:cmd.newStorageAPI()
       2: cmd/format-erasure.go:673:cmd.initStorageDisksWithErrors.func1()
       1: github.com/minio/pkg/[email protected]/sync/errgroup/errgroup.go:123:errgroup.(*Group).Go.func1()

API: SYSTEM()
Time: 16:40:26 UTC 04/03/2024
Error: unable to create (/storage/.minio.sys/tmp) file access denied, drive may be faulty please investigate (*fmt.wrapError)
       6: internal/logger/logger.go:258:logger.LogIf()
       5: cmd/prepare-storage.go:96:cmd.bgFormatErasureCleanupTmp()
       4: cmd/xl-storage.go:263:cmd.newXLStorage()
       3: cmd/object-api-common.go:63:cmd.newStorageAPI()
       2: cmd/format-erasure.go:673:cmd.initStorageDisksWithErrors.func1()
       1: github.com/minio/pkg/[email protected]/sync/errgroup/errgroup.go:123:errgroup.(*Group).Go.func1()
ERROR Unable to use the drive /storage: file access denied: Invalid arguments specified

luis-fnogueira avatar Apr 03 '24 16:04 luis-fnogueira