Add service API handler stubs for status, stop and restart (#3417)

This commit is contained in:
Krishnan Parthasarathi
2016-12-16 11:56:15 +05:30
committed by Harshavardhana
parent 8ceb969445
commit b2f920a868
11 changed files with 655 additions and 28 deletions

View File

@@ -464,6 +464,9 @@ func serverMain(c *cli.Context) {
// Initialize S3 Peers inter-node communication
initGlobalS3Peers(endpoints)
// Initialize Admin Peers inter-node communication
initGlobalAdminPeers(endpoints)
// Start server, automatically configures TLS if certs are available.
go func(tls bool) {
var lerr error