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