Skip to content

Commit cc2aaf6

Browse files
authored
Fiji bug for FCP to remove duplicate fault points
1 parent 58f6e79 commit cc2aaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fcp/fcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
pidRegex = regexp.MustCompile(`^\d+$`)
4646
pidRunningOrIdleRegex = regexp.MustCompile(`pid \d+ (running|idle)`)
4747
tagsWithIndentationRegex = regexp.MustCompile(`(?m)^[\t ]*find_multipaths[\t ]*["|']?(?P<tagName>[\w-_]+)["|']?[\t ]*$`)
48-
beforeFlushDevice = fiji.Register("beforeFlushDevice", "devices")
48+
beforeFlushDevice = fiji.Register("fcpBeforeFlushDevice", "devices")
4949
)
5050

5151
type FCP interface {

0 commit comments

Comments
 (0)