mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Add service API handler stubs for status, stop and restart (#3417)
This commit is contained in:
committed by
Harshavardhana
parent
8ceb969445
commit
b2f920a868
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user