This avoids error messages when PERSISTENT RESERVE IN ioctls are tried on non-SCSI devices. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- multipathd/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multipathd/main.c b/multipathd/main.c index cc493c18..43e255e0 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -3129,6 +3129,9 @@ int mpath_pr_event_handle(struct path *pp) pthread_attr_t attr; struct multipath * mpp; + if (pp->bus != SYSFS_BUS_SCSI) + return 0; + mpp = pp->mpp; if (!get_be64(mpp->reservation_key)) -- 2.19.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel