mpath_pr_event_handle should exit if the reservation key is zero, not non-zero. Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- multipathd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipathd/main.c b/multipathd/main.c index 841d3e9..84af946 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -3136,7 +3136,7 @@ int mpath_pr_event_handle(struct path *pp) mpp = pp->mpp; - if (get_be64(mpp->reservation_key)) + if (!get_be64(mpp->reservation_key)) return -1; pthread_attr_init(&attr); -- 2.7.4 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel