Skip to content

Commit 1945b48

Browse files
committed
fix
1 parent 9449337 commit 1945b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/blob/volume_lock.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import (
2323
)
2424

2525
const (
26-
volumeOperationAlreadyExistsFmt = "An operation with the given Volume ID %s already exists"
26+
volumeOperationAlreadyExistsFmt = "An operation with the given Volume ID %s already exists"
27+
volumeOperationAlreadyExistsWithAzcopyFmt = "An operation using azcopy with the given Volume ID %s already exists. Azcopy job status: %s, copy percent: %s%%, error: %v"
2728
)
2829

2930
// VolumeLocks implements a map with atomic operations. It stores a set of all volume IDs

0 commit comments

Comments
 (0)