Comment 0 for bug 1466444

Revision history for this message
Lee Yarwood (lyarwood) wrote :

multipath device action incorrectly being parsed as the device name.

The first word on the first line of `multipath -l $path` is currently being used as the name of a given multipath device.

This however can be an `action:` string when the device is being created, reloaded, resized etc. [1][2][3]

[1] https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/DM_Multipath/MPIO_output.html
[2] http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=blob;f=libmultipath/print.c;h=5d63ed34d2a8816a5e287bdeb1bd90cdb026bb9e;hb=HEAD#l929
[3] http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=blob;f=libmultipath/configure.h;h=c014b5533226d9a56571f87b9123de91c5ff1d2f;hb=HEAD