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 1098086 - RFE: Supporting creating vmdk/vdi/vpc format disk with protocols (glusterfs)
Summary: RFE: Supporting creating vmdk/vdi/vpc format disk with protocols (glusterfs)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Jeff Cody
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1098085
Blocks: 1136381
TreeView+ depends on / blocked
 
Reported: 2014-05-15 09:31 UTC by Sibiao Luo
Modified: 2015-03-05 08:09 UTC (History)
15 users (show)

Fixed In Version: qemu-kvm-1.5.3-74.el7
Doc Type: Enhancement
Doc Text:
Clone Of: 1098085
: 1136381 (view as bug list)
Environment:
Last Closed: 2015-03-05 08:09:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2015:0349 0 normal SHIPPED_LIVE Important: qemu-kvm security, bug fix, and enhancement update 2015-03-05 12:27:34 UTC

Comment 1 Sibiao Luo 2014-05-15 09:32:41 UTC
host info:
# uname -r && rpm -q qemu-kvm
3.10.0-123.el7.x86_64
qemu-kvm-1.5.3-60.el7.x86_64

Comment 2 Jeff Cody 2014-07-22 14:50:20 UTC
VMDK fix is in qemu 2.1, patches for vdi and vpc are on the upstream list.

Comment 3 juzhang 2014-07-24 01:26:08 UTC
Since this bz will be fixed in qemu2.1, seems we need to update the component to qemu-kvm-rhev.

Best Regards,
Junyi

Comment 4 Miroslav Rezanina 2014-09-29 09:09:55 UTC
Fixed in qemu-kvm-1.5.3-74.el7

Comment 6 Sibiao Luo 2014-10-11 07:45:48 UTC
verify this issue on qemu-kvm-1.5.3-75.el7.x86_64.
host info:
# uname -r && rpm -q qemu-kvm
3.10.0-123.9.2.el7.x86_64
qemu-kvm-1.5.3-75.el7.x86_64

# qemu-img create -f vmdk gluster://10.66.106.35/volume_sluo/test.vmdk 1G
Formatting 'gluster://10.66.106.35/volume_sluo/test.vmdk', fmt=vmdk size=1073741824 compat6=off zeroed_grain=off 
# qemu-img create -f vpc gluster://10.66.106.35/volume_sluo/test.vpc 1G
Formatting 'gluster://10.66.106.35/volume_sluo/test.vpc', fmt=vpc size=1073741824 
# qemu-img create -f vdi gluster://10.66.106.35/volume_sluo/test.vdi 1G
Formatting 'gluster://10.66.106.35/volume_sluo/test.vdi', fmt=vdi size=1073741824 static=off 
# qemu-img info gluster://10.66.106.35/volume_sluo/test.vmdk
image: gluster://10.66.106.35/volume_sluo/test.vmdk
file format: vmdk
virtual size: 1.0G (1073741824 bytes)
disk size: 16K
Format specific information:
    cid: 1413012394
    parent cid: 4294967295
    create type: monolithicSparse
    extents:
        [0]:
            virtual size: 1073741824
            filename: gluster://10.66.106.35/volume_sluo/test.vmdk
            cluster size: 65536
            format: 
# qemu-img info gluster://10.66.106.35/volume_sluo/test.vpc
image: gluster://10.66.106.35/volume_sluo/test.vpc
file format: vpc
virtual size: 1.0G (1073995776 bytes)
disk size: 12K
cluster_size: 2097152
# qemu-img info gluster://10.66.106.35/volume_sluo/test.vdi
image: gluster://10.66.106.35/volume_sluo/test.vdi
file format: vdi
virtual size: 1.0G (1073741824 bytes)
disk size: 4.5K
cluster_size: 1048576

For qemu-kvm-rhev-2.1.2-1.el7.x86_64 which still fail.
host info:
# uname -r && rpm -q qemu-kvm-rhev
3.10.0-183.el7.x86_64
qemu-kvm-rhev-2.1.2-1.el7.x86_64

# qemu-img create -f vpc gluster://10.66.106.35/volume_sluo/test2.vpc 1G
Formatting 'gluster://10.66.106.35/volume_sluo/test2.vpc', fmt=vpc size=1073741824 
qemu-img: gluster://10.66.106.35/volume_sluo/test2.vpc: Could not create image: Input/output error
# qemu-img create -f vdi gluster://10.66.106.35/volume_sluo/test3.vdi 1G
Formatting 'gluster://10.66.106.35/volume_sluo/test3.vdi', fmt=vdi size=1073741824 static=off 
qemu-img: gluster://10.66.106.35/volume_sluo/test3.vdi: Could not create image: No such file or directory

Base on above, this issue has been fixed on qemu-kvm-1.5.3-x, I will separate a new bug for qemu-kvm-rhev-2.1.x.

Best Regards,
sluo

Comment 9 errata-xmlrpc 2015-03-05 08:09:26 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://rhn.redhat.com/errata/RHSA-2015-0349.html


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