Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/prune' into prune
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklove committed Oct 22, 2020
2 parents a953b67 + d3cb350 commit 0833a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ func (m *Manager) Display(clusterName string, opt operator.Options) error {
// Check if there is some instance in tombstone state
nodes, _ := operator.DestroyTombstone(ctx, t, true /* returnNodesOnly */, opt, tlsCfg)
if len(nodes) != 0 {
color.Green("There is some nodes in state Tombstone, you can destroy them with the command `tiup cluster prune %s`", clusterName)
color.Green("There are some nodes in state: `Tombstone`\n\tNodes: %+v\n\tYou can destroy them with the command: `tiup cluster prune %s`", nodes, clusterName)
}
}

Expand Down

0 comments on commit 0833a48

Please sign in to comment.