Installing and Running MinIO on Docker: Multi Drive Docker Compose Lab

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 6

  • @Fayaz.Shafiq
    @Fayaz.Shafiq 6 หลายเดือนก่อน +1

    how to add more/expand storage/drive in existing node,

    • @MINIO
      @MINIO  6 หลายเดือนก่อน +1

      This is generally not recommended. To expand a deployment, add a new server pool.

    • @Fayaz.Shafiq
      @Fayaz.Shafiq 6 หลายเดือนก่อน

      @@MINIO in same instance/server ?

    • @MINIO
      @MINIO  6 หลายเดือนก่อน

      Same cluster, certainly. It will require a restart of the existing nodes so that they recognize the additional server pool, but its fairly straightforward. min.io/docs/minio/linux/operations/install-deploy-manage/expand-minio-deployment.html

  • @litecactus
    @litecactus ปีที่แล้ว

    after following this guide everything seems to be working but if I access a public bucket from the url, none of the files work, they show an error that the file cannot be displayed as it contains an error. If I download the file once logging in or previewing, they work OK. Any ideas?

    • @MINIO
      @MINIO  ปีที่แล้ว +1

      This could be a policy issue with the pubic sharing configuration of the file. Please make sure the policy applied to the bucket/file is allowing anonymous public access to the item.