anhtt96VN opened a new issue, #8722:
URL: https://github.com/apache/cloudstack/issues/8722

   
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Cannot link minio as object storage for cloudstack
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.19
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   I using basic network
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   CloudStack Management  OS: Ubuntu 20.04.6 LTS
   CloudStack Database OS: Ubuntu 20.04.6 LTS
   Minio Server using Docker: https://min.io/docs/minio/container/index.html
   
   ```
   mkdir -p ~/minio/data
   
   docker run \
      -p 9000:9000 \
      -p 9001:9001 \
      --name minio \
      -v ~/minio/data:/data \
      -e "MINIO_ROOT_USER=ROOTNAME" \
      -e "MINIO_ROOT_PASSWORD=CHANGEME123" \
      quay.io/minio/minio server /data --console-address ":9001"
      ```
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   I tried adding minio to cloudstack but it didn't work.  
   My minio IP is: 10.110.252.45:9001  
   I tried adding with:
   
   1.  [http://10.110.252.45:9100](http://10.110.252.45:9100/)
   2.  10.110.252.45:9100
   3.  10.110.252.45  
      All show errors as shown in the picture
     
   
![image](https://github.com/apache/cloudstack/assets/95908257/1c6ee466-140a-455f-9dac-3104d00eb573)
   
![image](https://github.com/apache/cloudstack/assets/95908257/f9f5f007-153f-4bd5-8eee-deb429d8fcc3)
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   It happened when I added minio to the cluster


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to