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 898ac73 commit b57bfd5Copy full SHA for b57bfd5
linux/multipath.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
var (
18
- showPathsFormat = []string{"show", "paths", "format", "%w %d %t %i %o %T %c %s %m"}
+ showPathsFormat = []string{"show", "paths", "format", "%w %d %t %i %o %T %z %s %m"}
19
showMapsFormat = []string{"show", "maps", "format", "%w %d %n %s"}
20
orphanPathRegexp = regexp.MustCompile(getOrphanPathsPattern())
21
multipathMutex sync.Mutex
0 commit comments