From 2b98ebca7847129bd4ff2f9a1be8f31c431d87f9 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Tue, 12 May 2015 12:58:32 -0700 Subject: [PATCH] agent: log a message when data migrations start --- command/agent/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/command.go b/command/agent/command.go index 55207a501a..a91b17da37 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -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 {