Skip to content

Commit

Permalink
UB-1098: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Shtivelman committed Jul 9, 2018
1 parent 416a99f commit 709a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/mounter/block_device_utils/mpath.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (b *blockDeviceUtils) Discover(volumeWwn string, deepDiscovery bool) (strin
b.logger.Debug(fmt.Sprintf("mpath device was NOT found for WWN [%s] even after sg_inq on all mpath devices.", volumeWwn))
return "", b.logger.ErrorRet(&volumeNotFoundError{volumeWwn}, "failed")
} else {
b.logger.Warning(fmt.Sprintf("Warning: device [%s] found for WWN [%s] after running sg_inq on all mpath devices although it was not found in multipath -ll. (Note: Could indicate multipathing issue).", dev, volumeWwn))
b.logger.Warning(fmt.Sprintf("device [%s] found for WWN [%s] after running sg_inq on all mpath devices although it was not found in multipath -ll. (Note: Could indicate multipathing issue).", dev, volumeWwn))
mpath = b.mpathDevFullPath(dev)
}
} else {
Expand Down

0 comments on commit 709a2a4

Please sign in to comment.