RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1461672 - qemu-img core dumped when create external snapshot through ssh protocol without specifying image size
Summary: qemu-img core dumped when create external snapshot through ssh protocol witho...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.4
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Jeff Cody
QA Contact: Ping Li
URL:
Whiteboard:
: 1461677 (view as bug list)
Depends On:
Blocks: 1473046
TreeView+ depends on / blocked
 
Reported: 2017-06-15 06:35 UTC by Ping Li
Modified: 2018-04-10 14:32 UTC (History)
14 users (show)

Fixed In Version: qemu-kvm-1.5.3-145.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-10 14:32:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:0816 0 normal SHIPPED_LIVE Low: qemu-kvm security, bug fix, and enhancement update 2018-04-10 12:47:03 UTC

Comment 4 Jeff Cody 2017-10-01 03:56:22 UTC
*** Bug 1461677 has been marked as a duplicate of this bug. ***

Comment 5 Miroslav Rezanina 2017-10-06 07:13:04 UTC
Fix included in qemu-kvm-1.5.3-145.el7

Comment 6 Ping Li 2017-10-09 16:46:14 UTC
Set the bug as verified according to the test result.

Verified the issue with below packages:
kernel-3.10.0-728.el7.x86_64
qemu-kvm-1.5.3-145.el7

Test steps:
1. Setup ssh environment
#ssh-keygen
#ssh-copy-id root.73.83
#exec /usr/bin/ssh-agent $SHELL
#ssh-add

2. Create snapshot via ssh protocol
# qemu-img create -f qcow2 -b 'json:{"file.driver":"ssh", "file.host":"10.73.73.83", "file.port":"22", "file.path":"/home/tests/diskfile/rhel75.qcow2", "file.user":"root", "file.host_key_check":"no"}' ssh.qcow2
Formatting 'ssh.qcow2', fmt=qcow2 size=21474836480 backing_file='json:{"file.driver":"ssh", "file.host":"10.73.73.83", "file.port":"22", "file.path":"/home/tests/diskfile/rhel75.qcow2", "file.user":"root", "file.host_key_check":"no"}' encryption=off cluster_size=65536 lazy_refcounts=off

3. Check info of image
# qemu-img info ssh.qcow2 
image: ssh.qcow2
file format: qcow2
virtual size: 20G (21474836480 bytes)
disk size: 17M
cluster_size: 65536
backing file: json:{"file.driver":"ssh", "file.host":"10.73.73.83", "file.port":"22", "file.path":"/home/tests/diskfile/rhel75.qcow2", "file.user":"root", "file.host_key_check":"no"}
Format specific information:
    compat: 1.1
    lazy refcounts: false

4. Boot up the guest

Comment 11 errata-xmlrpc 2018-04-10 14:32:19 UTC
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.