Comment 7 for bug 1642391

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-nailgun-agent (master)

Reviewed: https://review.openstack.org/400634
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=402eb1f423a3833685fb439df5616bfdfcdee453
Submitter: Jenkins
Branch: master

commit 402eb1f423a3833685fb439df5616bfdfcdee453
Author: Vladimir Kozhukalov <email address hidden>
Date: Tue Nov 22 12:28:27 2016 +0300

    Check if /dev/disk/*/ item is a symlink

    Sometimes udev places devices symlinks into a directory
    /dev/disk/by-id/foo/device_symlink and we must be able
    to go through this directories recursively and find all
    symlinks.

    Change-Id: I0749ab94e05fdf6fd12dc89c2c788a61a128b77d
    Closes-Bug: #1642391