Comment 16 for bug 1543221

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

Reviewed: https://review.openstack.org/279593
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=73877c75b03992f0458a19fd00c5caca2ec17474
Submitter: Jenkins
Branch: master

commit 73877c75b03992f0458a19fd00c5caca2ec17474
Author: Alexander Gordeev <email address hidden>
Date: Fri Feb 12 18:09:19 2016 +0300

    Exclude USB block devices by the default

    All USB storage devices must be filtered by the default as often this
    type of devices can be just an emulated temprorary storage for FW
    upgrade and so on.

    If one wants to get usb block devices reported to nailgun, then
    it could be either a cmdline option report_usb_block_devices or
    the same option added to the agent' config file.

    DocImpact
    Change-Id: Id609715732fd0ab393d1557b4810464fbfaf096e
    Closes-Bug: #1543221