We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f6e79 commit cc2aaf6Copy full SHA for cc2aaf6
utils/fcp/fcp.go
@@ -45,7 +45,7 @@ var (
45
pidRegex = regexp.MustCompile(`^\d+$`)
46
pidRunningOrIdleRegex = regexp.MustCompile(`pid \d+ (running|idle)`)
47
tagsWithIndentationRegex = regexp.MustCompile(`(?m)^[\t ]*find_multipaths[\t ]*["|']?(?P<tagName>[\w-_]+)["|']?[\t ]*$`)
48
- beforeFlushDevice = fiji.Register("beforeFlushDevice", "devices")
+ beforeFlushDevice = fiji.Register("fcpBeforeFlushDevice", "devices")
49
)
50
51
type FCP interface {
0 commit comments