[Bug 1585940] Re: [SRU] ERROR "can't get udev device" when iscsi multipath enabled
Martin Pitt
martin.pitt at ubuntu.com
Thu Nov 10 10:47:16 UTC 2016
Hello Peter, or anyone else affected,
Accepted python-os-brick into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-os-
brick/1.2.0-2ubuntu0.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: python-os-brick (Ubuntu Xenial)
Status: Triaged => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-os-brick in Ubuntu.
https://bugs.launchpad.net/bugs/1585940
Title:
[SRU] ERROR "can't get udev device" when iscsi multipath enabled
Status in Ubuntu Cloud Archive:
Invalid
Status in Ubuntu Cloud Archive mitaka series:
Triaged
Status in os-brick:
Fix Released
Status in python-os-brick package in Ubuntu:
Invalid
Status in python-os-brick source package in Xenial:
Fix Committed
Bug description:
SUMMARY:
Wrong path used when detecting multipath id
ANALYSE:
when multipath device path was not found via LUN wwn, os-brick would use device path like below:
/dev/disk/by-path/ip-192.168.3.52:3260-iscsi-
iqn.1992-04.com.emc:cx.apm00153906536.b5-lun-155
to detect multipath id via 'multipath -l <device path>'
but this cause error:
: can't get udev device
actually, we should use its real path like /dev/sdb, dev/sda to detect
the multipath id.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1585940/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list