minio / minio

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
https://min.io/download?license=agpl&platform=linux
GNU Affero General Public License v3.0
47.03k stars 5.43k forks source link

minio on k8s, one node always says:Waiting for the first server to format the disks #14362

Closed orxvan closed 2 years ago

orxvan commented 2 years ago

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

may NOT reproduce.

Context

kubectl delete po minio-2,can't work redeploy the service , may work, but It's a online service, redpeloy makes the service down.

Regression

I google /search the key words ,it always says it's a network error.But I can curl minio-2.minio:9000,just reponse 503 means the node is not fine。

Your Environment

harshavardhana commented 2 years ago
  1. deploy a minio cluster on k8s, version is RELEASE.2020-02-20T22-51-23Z,storage use local volume on every ECS,4nodes.every nodes has 500GB files. *

this looks like we can't write to your drives

orxvan commented 2 years ago
  1. deploy a minio cluster on k8s, version is RELEASE.2020-02-20T22-51-23Z,storage use local volume on every ECS,4nodes.every nodes has 500GB files.

this looks like we can't write to your drives

Thx, but how to reslove or debug it. I try to rm the path where mounted by the local volume,and restart the minio-2,but it not worked

orxvan commented 2 years ago
  1. deploy a minio cluster on k8s, version is RELEASE.2020-02-20T22-51-23Z,storage use local volume on every ECS,4nodes.every nodes has 500GB files.

this looks like we can't write to your drives

Maybe I troubled you,

deploy a minio cluster on k8s, version is RELEASE.2020-02-20T22-51-23Z,storage use local volume on every ECS,4nodes.every nodes has 500GB files.

the old minio cluster works fine for 2 years. It only find in the dest cluster when transfer the date

klauspost commented 2 years ago

I transfer the data.(use scp or cp) copy the data from old to the new

Whatever it is you are doing here is not going to work. You should never touch backend files.

We do not provide community support for older MinIO versions. Start with a clean cluster on the newest release.