We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe88152 commit 7248c46Copy full SHA for 7248c46
nova/virt/libvirt/utils.py
@@ -155,6 +155,8 @@ def create_cow_image(
155
reason=_('Base image failed safety check'))
156
157
base_details = images.qemu_img_info(backing_file)
158
+ if base_details.file_format == 'vmdk':
159
+ images.check_vmdk_image('base', base_details)
160
if base_details.backing_file is not None:
161
LOG.warning('Base image %s failed safety check', backing_file)
162
raise exception.InvalidDiskInfo(
0 commit comments