Skip to content

Commit

Permalink
ebs br: rename a tag for EBS snapshots (#50870) (#50897)
Browse files Browse the repository at this point in the history
close #50878
  • Loading branch information
ti-chi-bot authored Feb 26, 2024
1 parent debaf17 commit 61be008
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 61be008

Please sign in to comment.