Included fetch status command to get the maintenance status of a node in Aurora

This commit is contained in:
Natarajan, Jayachandran 2018-09-21 14:25:12 +05:30
parent 7f64de61de
commit e1c403f585
2 changed files with 26 additions and 1 deletions

View file

@ -37,6 +37,9 @@ Use "australis [command] --help" for more information about a command.
### Fetching current leader
`australis fetch leader [ZK NODE 1] [ZK NODE 2]...[ZK NODE N]`
### Fetching status/mode of a agent
`australis fetch status [HOST 1] [HOST 2]...[HOST N]`
### Setting host to DRAIN:
`australis start drain [HOST 1] [HOST 2]...[HOST N]`