1
0
mirror of https://github.com/minio/minio.git synced 2025-04-02 19:00:38 -04:00

111 Commits

Author SHA1 Message Date
Anis Elleuch
334cdb5d64 XL total/free space calculation is done inside xl module () 2016-10-16 14:24:15 -07:00
Harshavardhana
2f520ed92f Remove errors package, add comments and simplify. () 2016-10-14 12:31:00 -07:00
Mateusz Gajewski
c03ce0f74a Display SSL expiry warnings () 2016-10-14 12:30:36 -07:00
Anis Elleuch
84acc820c7 Fix free drive space calculation in XL mode () 2016-10-12 20:22:15 -07:00
Aditya Manthramurthy
6199aa0707 Peer RPCs for bucket notifications ()
* Implements a Peer RPC router that sends info to all Minio servers in the cluster.
* Bucket notifications are propagated to all nodes via this RPC router.
* Bucket listener configuration is persisted to separate object layer
  file (`listener.json`) and peer RPCs are used to communicate changes
  throughout the cluster.
* When events are generated, RPC calls to send them to other servers
  where bucket listeners may be connected is implemented.
* Some bucket notification tests are now disabled as they cannot work in
  the new design.
* Minor fix in `funcFromPC` to use `path.Join`
2016-10-12 01:03:50 -07:00
Harshavardhana
3cfb23750a control: Implement service command 'stop,restart,status'. ()
- stop - stops all the servers.
- restart - restart all the servers.
- status - prints status of storage info about the cluster.
2016-10-09 23:03:10 -07:00
Harshavardhana
6494b77d41 server: Add more elaborate startup messages. ()
These messages based on our prep stage during XL
and prints more informative message regarding
drive information.

This change also does a much needed refactoring.
2016-10-05 12:48:07 -07:00
Harshavardhana
da9ae574df server: We should fail properly during server startup. ()
Fixes 
2016-09-14 01:11:03 -07:00
Krishna Srinivas
54a9f59a13 Init: Print SQS ARNs after globalEventNotifier is inited. ()
fixes 
2016-09-13 21:18:30 -07:00
Harshavardhana
040af08473 server: Startup message now prints configured ARNs. ()
Fixes 
2016-09-10 02:23:28 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00