Comment 2 for bug 1481745

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

Reviewed: https://review.openstack.org/209733
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=fe7bb7fba85536bc817467429963705c1d882bc9
Submitter: Jenkins
Branch: master

commit fe7bb7fba85536bc817467429963705c1d882bc9
Author: zhongjun <email address hidden>
Date: Thu Aug 6 10:28:35 2015 +0800

    Fix the log level in scheduler manage

    Change the log level 'WARNING' to 'ERROR' in scheduler.manage.py.
    Because if the log level is WARNING, The root cause can not be
    found quickly when a new share creation fails in scheduler mode.
    In other words, this log level is more suitable for 'ERROR'.

    Change-Id: Ic6b5a7e84e9dd8c3381b2c3760c9dcc6d434f8ed
    Closes-Bug: #1481745