yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43328
[Bug 1526117] [NEW] _can_fallocate should throw a warning instead of error
Public bug reported:
_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})
** Affects: nova
Importance: Undecided
Assignee: yuntongjin (yuntongjin)
Status: New
** Changed in: nova
Assignee: (unassigned) => yuntongjin (yuntongjin)
--
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):
New
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
Follow ups