Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deferred_remove option to multipath config #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lihop
Copy link

@lihop lihop commented Feb 21, 2019

Fixes #24

Before:

Feb 21 06:32:34 machine multipathd[12098]: sdb: remove path (uevent)
Feb 21 06:32:34 machine multipathd[12098]: volume-652b2041: load table [0 20971520 multipath 1 retain_attached_hw_handler 1 alua 1 1 round-robin 0 1 1 8:32 50]
Feb 21 06:32:34 machine multipathd[12098]: sdb [8:16]: path removed from map volume-652b2041
Feb 21 06:32:34 machine multipathd[12098]: sdc: remove path (uevent)
Feb 21 06:32:34 machine multipathd[12098]: volume-652b2041: map in use
Feb 21 06:32:34 machine multipathd[12098]: volume-652b2041: can't flush
Feb 21 06:32:34 machine multipathd[12098]: volume-652b2041: load table [0 20971520 multipath 1 retain_attached_hw_handler 1 alua 0 0]
Feb 21 06:32:34 machine multipathd[12098]: sdc [8:32]: path removed from map volume-652b2041

After:

Feb 21 06:49:38 machine multipathd[12624]: sdb: remove path (uevent)
Feb 21 06:49:38 machine multipathd[12624]: volume-652b2041: load table [0 20971520 multipath 1 retain_attached_hw_handler 1 alua 1 1 round-robin 0 1 1 8:32 50]
Feb 21 06:49:38 machine multipathd[12624]: sdb [8:16]: path removed from map volume-652b2041
Feb 21 06:49:38 machine multipathd[12624]: sdc: remove path (uevent)
Feb 21 06:49:38 machine multipathd[12624]: volume-652b2041: devmap deferred remove
Feb 21 06:49:38 machine multipathd[12624]: volume-652b2041: load table [0 20971520 multipath 1 retain_attached_hw_handler 1 alua 0 0]
Feb 21 06:49:38 machine multipathd[12624]: sdc [8:32]: path removed from map volume-652b2041
Feb 21 06:49:38 machine multipathd[12624]: dm-0: mapname not found for 254:0
Feb 21 06:49:38 machine multipathd[12624]: uevent trigger error
Feb 21 06:49:38 machine multipathd[12624]: dm-0: remove map (uevent)
Feb 21 06:49:43 machine multipathd[12624]: volume-652b2041: remove dead map
Feb 21 06:49:43 machine multipathd[12624]: volume-652b2041: stop event checker thread (140602333275904)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant