Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1459725 - Prevent qemu-img resize from causing "Active L1 table too large"
Prevent qemu-img resize from causing "Active L1 table too large"
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm (Show other bugs)
7.4
Unspecified Unspecified
low Severity low
: rc
: ---
Assigned To: Max Reitz
Ping Li
:
Depends On: 1378694
Blocks: 1473046
  Show dependency treegraph
 
Reported: 2017-06-07 20:35 EDT by Ping Li
Modified: 2018-04-10 10:32 EDT (History)
17 users (show)

See Also:
Fixed In Version: qemu-kvm-1.5.3-149.el7
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1378694
Environment:
Last Closed: 2018-04-10 10:32:19 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:0816 normal SHIPPED_LIVE Low: qemu-kvm security, bug fix, and enhancement update 2018-04-10 08:47:03 EDT

  None (edit)
Comment 3 Miroslav Rezanina 2017-11-29 01:06:38 EST
Fix included in qemu-kvm-1.5.3-149.el7
Comment 5 Ping Li 2017-11-29 22:26:16 EST
Passed the test as below, set the bug as verified.

Packages tested:
kernel-3.10.0-799.el7.x86_64
qemu-kvm-1.5.3-149.el7

Test steps:
1. Create image with large size
# qemu-img create -f qcow2 test_large.qcow2 30720T
Formatting 'test_large.qcow2', fmt=qcow2 size=33776997205278720 encryption=off cluster_size=65536 lazy_refcounts=off 
qemu-img: test_large.qcow2: The image size is too large for file format 'qcow2' (try using a larger cluster size)
# qemu-img info test_large.qcow2 
image: test_large.qcow2
file format: qcow2
virtual size: 0 (0 bytes)
disk size: 192K
cluster_size: 65536
Format specific information:
    compat: 1.1
    lazy refcounts: false 

2. Resize the image with large size
# qemu-img create -f qcow2 test.qcow2 1G
Formatting 'test.qcow2', fmt=qcow2 size=1073741824 encryption=off cluster_size=65536 lazy_refcounts=off
# qemu-img info test.qcow2 
image: test.qcow2
file format: qcow2
virtual size: 1.0G (1073741824 bytes)
disk size: 196K
cluster_size: 65536
Format specific information:
    compat: 1.1
    lazy refcounts: false
# qemu-img resize test.qcow2 +30720T
qemu-img: Error resizing image: File too large
# qemu-img info test.qcow2 
image: test.qcow2
file format: qcow2
virtual size: 1.0G (1073741824 bytes)
disk size: 196K
cluster_size: 65536
Format specific information:
    compat: 1.1
    lazy refcounts: false
Comment 9 errata-xmlrpc 2018-04-10 10:32:19 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:0816

Note You need to log in before you can comment on or make changes to this bug.