← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1526117] Re: _can_fallocate should throw a warning instead of error

 

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

commit b4baaf3af721dcbd1c3ac4b790f99cedf243d172
Author: yuntongjin <yuntong.jin@xxxxxxxxx>
Date:   Tue Dec 15 09:08:11 2015 +0800

    _can_fallocate should throw a warning instead of error
    
    _can_fallocate in nova/virt/libvirt/imagebackend.py
    should throw a warning message when the backend image doesn't support fallocate
    
    Change-Id: Iebeb80ad680c0740a2b9a48d00b03b9810848dff
    closes-Bug: #1526117


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1526117

Title:
  _can_fallocate should throw a warning instead of error

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  _can_fallocate in nova/virt/libvirt/imagebackend.py
  should throw a warning message when the backend image doesn't support fallocate,
  currently, it throws a error message like:
                  LOG.error(_LE('Unable to preallocate image at path: '
                                '%(path)s'), {'path': self.path})

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1526117/+subscriptions


References