yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59921
[Bug 1650770] Re: CONF.libvirt.snapshot_compression is not tested
Reviewed: https://review.openstack.org/412485
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7cc057646357e6bd045c0860d59b4bc71d7a5b4f
Submitter: Jenkins
Branch: master
commit 7cc057646357e6bd045c0860d59b4bc71d7a5b4f
Author: int32bit <krystism@xxxxxxxxx>
Date: Mon Dec 19 22:54:32 2016 +0800
Add unit test for extract_snapshot with compression enabled
Add a unit test for the libvirt.utils.extract_snapshot which sets
snapshot_compression option to True and verifies that qemu-img convert
is called with the -c option.
Closes-Bug: #1650770
Change-Id: I4d89e596ae79a329718bc22a774384ae723decb9
** 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/1650770
Title:
CONF.libvirt.snapshot_compression is not tested
Status in OpenStack Compute (nova):
Fix Released
Bug description:
As noted in this change:
https://review.openstack.org/#/c/377740/
The libvirt.snapshot_compression config option isn't unit tested
anywhere in nova. There should be a unit test for the
libvirt.utils.extract_snapshot which sets that option to True (it's
False by default) and verifies that qemu-img convert is called with
the -c option.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1650770/+subscriptions
References