mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
control: Implement service command 'stop,restart,status'. (#2883)
- stop - stops all the servers. - restart - restart all the servers. - status - prints status of storage info about the cluster.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ var controlCmd = cli.Command{
|
||||
Subcommands: []cli.Command{
|
||||
lockCmd,
|
||||
healCmd,
|
||||
shutdownCmd,
|
||||
serviceCmd,
|
||||
},
|
||||
CustomHelpTemplate: `NAME:
|
||||
{{.Name}} - {{.Usage}}
|
||||
|
||||
Reference in New Issue
Block a user