1
0
mirror of https://github.com/minio/minio.git synced 2025-02-03 09:55:59 -05:00

3 Commits

Author SHA1 Message Date
Anis Elleuch
cddc684559 admin: Set Config returns errSet and errMsg ()
There is no way to see if a node encountered an error
when trying to set a new config set, this commit adds
a bool errSet field.
2017-03-03 02:53:48 -08:00
Krishnan Parthasarathi
c9619673fb Implement SetConfig admin API handler. () 2017-02-27 11:40:27 -08:00
Krishnan Parthasarathi
2745bf2f1f Implement ServerConfig admin REST API ()
Returns a valid config.json of the setup. In case of distributed
setup, it checks if quorum or more number of nodes have the same
config.json.
2017-02-20 12:58:50 -08:00