Comment 5 for bug 1243849

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

Reviewed: https://review.openstack.org/64412
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=661fa0c83309f002bbbdd67d81f3e6fbb6bde829
Submitter: Jenkins
Branch: master

commit 661fa0c83309f002bbbdd67d81f3e6fbb6bde829
Author: jichenjc <email address hidden>
Date: Sun Dec 22 18:26:53 2013 +0800

    Change log from ERROR to WARNING when instance absent

    Periodic task will update the host stat so that it will
    collect all active instances and get their disk size
    during the operation period, the instance might be resized
    by nova operations, it will lead to disk file not exist
    it's not an error from current design point of view, so
    change from ERROR to WARNING to avoid confusion

    Change-Id: I3b6f1416c248d9d4d2caaf2cc30a7c944685661c
    Closes-Bug: #1243849