mirror of https://github.com/status-im/consul.git
agent: log a message when data migrations start
This commit is contained in:
parent
b96849ccf7
commit
2b98ebca78
|
@ -620,6 +620,7 @@ func (c *Command) Run(args []string) int {
|
|||
return 1
|
||||
}
|
||||
|
||||
c.Ui.Output("Starting raft data migration...")
|
||||
start := time.Now()
|
||||
migrated, err := m.Migrate()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue