Skip to content

Commit b57bfd5

Browse files
authored
Disable path checker in show paths output (#178)
Signed-off-by: Michael Mattsson <[email protected]>
1 parent 898ac73 commit b57bfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/multipath.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var (
18-
showPathsFormat = []string{"show", "paths", "format", "%w %d %t %i %o %T %c %s %m"}
18+
showPathsFormat = []string{"show", "paths", "format", "%w %d %t %i %o %T %z %s %m"}
1919
showMapsFormat = []string{"show", "maps", "format", "%w %d %n %s"}
2020
orphanPathRegexp = regexp.MustCompile(getOrphanPathsPattern())
2121
multipathMutex sync.Mutex

0 commit comments

Comments
 (0)