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

The standard parity is set to 0. This can lead to data loss #64193

Closed
DipenduDas73 opened this issue Mar 28, 2024 · 3 comments
Closed

The standard parity is set to 0. This can lead to data loss #64193

DipenduDas73 opened this issue Mar 28, 2024 · 3 comments
Assignees
Labels
minio solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@DipenduDas73
Copy link

DipenduDas73 commented Mar 28, 2024

Name and Version

bitnami/minio:latest

What architecture are you using?

Docker-Desktop

What steps will reproduce the bug?

2024-03-28 05:54:35  00:24:35.02 INFO  ==> 
2024-03-28 05:54:35  00:24:35.02 INFO  ==> Welcome to the Bitnami minio container
2024-03-28 05:54:35  00:24:35.02 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
2024-03-28 05:54:35  00:24:35.03 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
2024-03-28 05:54:35  00:24:35.03 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
2024-03-28 05:54:35  00:24:35.04 INFO  ==> 
2024-03-28 05:54:35  00:24:35.04 INFO  ==> ** Starting MinIO setup **
2024-03-28 05:54:35 minio 00:24:35.11 WARN  ==> Certificates provided but 'http' scheme in use. Please set MINIO_SCHEME and/or MINIO_SERVER_URL variables
2024-03-28 05:54:35 minio 00:24:35.16 INFO  ==> Starting MinIO in background...
2024-03-28 05:54:40 minio 00:24:40.36 INFO  ==> Adding local Minio host to 'mc' configuration...
2024-03-28 05:54:41 minio 00:24:41.05 INFO  ==> Stopping MinIO...
2024-03-28 05:54:41  00:24:41.32 INFO  ==> ** MinIO setup finished! **
2024-03-28 05:54:41 minio 00:24:41.38 INFO  ==> ** Starting MinIO **
2024-03-28 05:54:41 
2024-03-28 05:54:42 MinIO Object Storage Server
2024-03-28 05:54:42 Copyright: 2015-2024 MinIO, Inc.
2024-03-28 05:54:42 License: GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
2024-03-28 05:54:42 Version: DEVELOPMENT.2024-03-26T22-10-45Z (go1.21.8 linux/amd64)
2024-03-28 05:54:42 
2024-03-28 05:54:42 API: http://localhost:9000 
2024-03-28 05:54:42 WebUI: http://172.29.0.2:9001 http://127.0.0.1:9001 
2024-03-28 05:54:42 
2024-03-28 05:54:42 Docs: https://min.io/docs/minio/linux/index.html
2024-03-28 05:54:42 Status:         1 Online, 0 Offline. 
2024-03-28 05:54:42 STARTUP WARNINGS:
2024-03-28 05:54:42 - The standard parity is set to 0. This can lead to data loss.
version: '3'

services:
  minio:
    image: bitnami/minio:latest
    ports:
      - '9456:9000'
      - '9457:9001'
    restart: always
    environment:
      - MINIO_ROOT_USER=#####
      - MINIO_ROOT_PASSWORD=#####
      - MINIO_STORAGE_CLASS_STANDARD_ERC_PARITY=4
    volumes:
      - minio_data:/data
      - minio_certs:/certs

volumes:
  minio_data:
    driver: local
  minio_certs:
    driver: local

I am new to bitnami/minio, I am trying with this docker compose. But automatically it erases data

@DipenduDas73 DipenduDas73 added the tech-issues The user has a technical issue about an application label Mar 28, 2024
@github-actions github-actions bot added the triage Triage is needed label Mar 28, 2024
@carrodher
Copy link
Member

The issue may not be directly related to the Bitnami container image or Helm chart, but rather to how the application is utilized or configured in your specific environment. In fact, what is present in the logs is just a warning and not a real error.

If you think that's not the case and are interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Suppose you have any questions about the application itself, customizing its content, or questions about technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Apr 14, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minio solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants