1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 17:12:31 -05:00

7 Commits

Author SHA1 Message Date
Harshavardhana
5d65428b29
Handle localhost distributed setups properly ()
Fixes an issue reported by @klauspost and @vadmeste

This PR also allows users to expand their clusters
from single node XL deployment to distributed mode.
2019-11-26 11:42:10 -08:00
Harshavardhana
d48fd6fde9
Remove unusued params and functions () 2019-10-15 18:35:41 -07:00
Praveen raj Mani
998f01fadc Support IPv6 hosts for postgres connections ()
Fixes 
2019-05-03 17:31:33 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
bebaff269c Support IPv6 in minio command line ()
Fixes 
2018-12-14 13:07:46 +05:30
ebozduman
f16bfda2f2 Remove panic() and handle it appropriately ()
This is an effort to remove panic from the source. 
Add a new call called CriticialIf, that calls LogIf and exits. 
Replace panics with one of CriticalIf, FatalIf and a return of error.
2018-04-19 17:24:43 -07:00
Bala FA
0e4431725c make notification as separate package ()
* Remove old notification files

* Add net package

* Add event package

* Modify minio to take new notification system
2018-03-15 13:03:41 -07:00