Skip to content

Commit

Permalink
ebs br: rename a tag for EBS snapshots (#50870)
Browse files Browse the repository at this point in the history
close #50878
  • Loading branch information
BornChanger committed Feb 1, 2024
1 parent 6e022a5 commit b69e5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/aws/ebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (e *EC2Session) CreateSnapshots(backupInfo *config.EBSBasedBRMeta) (map[str
}

tags := []*ec2.Tag{
ec2Tag("TiDBCluster-BR", "new"),
ec2Tag("TiDBCluster-BR-Snapshot", "new"),
}

workerPool := utils.NewWorkerPool(e.concurrency, "create snapshots")
Expand Down

0 comments on commit b69e5e3

Please sign in to comment.