commit 8fbc4d640535387b402aa38cb6227df11c010ff0
Author: Vladimir Kozhukalov <email address hidden>
Date: Wed Jan 4 19:37:10 2017 +0300
Fix multipath device search
When nailgun-agent starts before device mapper
assembles multipath devices it reports physical disks
that are used for multipath devices as usual disks.
This patch does the following
* filter out devices that are DM_MULTIPATH_DEVICE_PATH = 1
* run 'udevadm settle' before scanning multipath devices
* delays scanning multipath devices until building block device info
Reviewed: https:/ /review. openstack. org/416661 /git.openstack. org/cgit/ openstack/ fuel-nailgun- agent/commit/ ?id=8fbc4d64053 5387b402aa38cb6 227df11c010ff0
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 8fbc4d640535387 b402aa38cb6227d f11c010ff0
Author: Vladimir Kozhukalov <email address hidden>
Date: Wed Jan 4 19:37:10 2017 +0300
Fix multipath device search
When nailgun-agent starts before device mapper
assembles multipath devices it reports physical disks
that are used for multipath devices as usual disks.
This patch does the following
* filter out devices that are DM_MULTIPATH_ DEVICE_ PATH = 1
* run 'udevadm settle' before scanning multipath devices
* delays scanning multipath devices until building block device info
Change-Id: I088aede0cf3bd1 d16a57e7cdec4e5 0cab2c19175
Closes-Bug: #1652788