Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: 27149chen <7991675+27149chen@users.noreply.github.com>
  • Loading branch information
27149chen committed Apr 10, 2019
1 parent d017828 commit 2a00e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/mpath.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func ExcludeNoTargetPortGroupMessagesFromMultipathOutput(mpathOutput string, log
return excludeWarningMessageLines(mpathOutput, regex, logger)
}

// GetMultipathNameUuidpair will return all the multipath devices in the following format:
// GetMultipathNameUuidpair returns all the multipath devices in the following format:
// ["mpatha,360050768029b8168e000000000006247", "mpathb,360050768029b8168e000000000006247", ...]
func GetMultipathNameUuidpair(exec Executor) ([]string, error) {
cmd := `show maps raw format "%n,%w"`
Expand Down
2 changes: 1 addition & 1 deletion utils/mpath_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ multipathd> exit
`

var fakeMultipathOutputJson = `
multipathd> list maps json
multipathd> list map mpathp json
{
"major_version": 0,
"minor_version": 1,
Expand Down

0 comments on commit 2a00e0f

Please sign in to comment.