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

Found the below errors in minio, container is up and running,but the site isn't reachable, can someone help me on this? #18805

Closed
psrikar-uptycs opened this issue Jan 17, 2024 · 1 comment

Comments

@psrikar-uptycs
Copy link

Found the below errors in minio, container is up and running,but the site isn't reachable, tried the curl command , got this error,

curl http://long-obj2:9000/data1
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>XMinioServerNotInitialized</Code><Message>Server not initialized, please try again.</Message><BucketName>data1</BucketName><Resource>/data1</Resource><RequestId>17AB0B2D533B623B</RequestId><HostId></HostId></Error>

Minio errors:

API: SYSTEM()
Time: 05:16:38 UTC 01/17/2024
Error: Read failed. Insufficient number of drives online (*errors.errorString)
6: internal/logger/logger.go:258:logger.LogIf()
5: cmd/prepare-storage.go:251:cmd.connectLoadInitFormats()
4: cmd/prepare-storage.go:311:cmd.waitForFormatErasure()
3: cmd/erasure-server-pool.go:96:cmd.newErasureServerPools()
2: cmd/server-main.go:743:cmd.newObjectLayer()
1: cmd/server-main.go:578:cmd.serverMain()
Waiting for a minimum of 1 drives to come online (elapsed 13s)

Unable to read 'format.json' from http://long-obj2:9000/data1: Do not upgrade one server at a time - please follow the recommended guidelines mentioned here https://github.com/minio/minio#upgrading-minio for your environment

Unable to read 'format.json' from http://long-obj2:9000/data2: Do not upgrade one server at a time - please follow the recommended guidelines mentioned here https://github.com/minio/minio#upgrading-minio for your environment

@harshavardhana
Copy link
Member

@psrikar-uptycs This is because you have a local disk that is not getting registered to be local to that node.

It looks like you are using docker containers wrongly, please use k8s for a proper distributed setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants