Seal migration (OSS) (#781)

This commit is contained in:
Jeff Mitchell
2018-10-22 23:34:02 -07:00
committed by GitHub
parent c967980020
commit 2f5b464bc9
23 changed files with 807 additions and 227 deletions

View File

@@ -330,6 +330,10 @@ func OutputSealStatus(ui cli.Ui, client *api.Client, status *api.SealStatusRespo
out = append(out, fmt.Sprintf("Unseal Nonce | %s", status.Nonce))
}
if status.Migration {
out = append(out, fmt.Sprintf("Seal Migration in Progress | %t", status.Migration))
}
out = append(out, fmt.Sprintf("Version | %s", status.Version))
if status.ClusterName != "" && status.ClusterID != "" {