Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2013:0477 - Bug Fix Advisory
Issued:
2013-02-20
Updated:
2013-02-20

RHBA-2013:0477 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

virt-v2v bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated virt-v2v packages that fix several bugs and add one enhancement are now
available for Red Hat Enterprise Linux 6.

Description

The virt-v2v packages provide a tool for converting virtual machines to use the
Kernel-based Virtual Machine (KVM) hypervisor or Red Hat Enterprise
Virtualization. The tool modifies both the virtual machine image and its
associated libvirt metadata. Also, virt-v2v can configure a guest to use VirtIO
drivers if possible.

This update fixes the following bugs:

  • The virt-v2v packages used to rename block devices in various guest

configuration files during conversion, including the /etc/fstab file.
Consequently, the virt-v2v utility returned a redundant warning message when a
guest's /etc/fstab file referenced to the /etc/fd0 file as the block device did
not know it. To fix this bug, warning messages concerning floppy devices have
been explicitly suppressed and virt-v2v no longer returns warning messages in
this situation. (BZ#794680)

  • When reading a libvirt guest, virt-v2v uses libvirt metadata to determine the

on-disk format, considering only those of "dir", "fs", and "netfs" types as
meaningful. If a guest used a different type of storage pool, virt-v2v
interpreted these data as a format type, which was unable to convert by libvirt
guests. To address this bug, virt-v2v now only uses volume format metadata from
storage pools of type "dir", "fs", and "netfs", but also all other storage pools
can only hold raw data, so the format is assumed to be "raw". As a result,
virt-v2v can now convert libvirt guests using any supported storage pool type.
(BZ#803629)

  • When creating a new libvirt guest, virt-v2v failed to disable caching for

disks as recommended. As a consequence, guests created by virt-v2v used caching
for their disks, unless explicitly disabled by the user after conversion. To
address this bug, virt-v2v now explicitly disables caching for all disks when
creating a new libvirt guest, and guests created by virt-v2v now have caching
disabled for all disks. The user can enable it again if required after
conversion. (BZ#838057)

  • Virt-v2v failed when attempting to perform an on-disk format conversion when

reading a guest using the libvirtxml input method. A patch has been provided to
fix this bug and virt-v2v can now perform format conversions on guests using
libvirtxml. (BZ#868405)

In addition, this update adds the following enhancement:

  • With this update, virt-v2v can do an on-disk format conversion while

converting a remote libvirt guest.
Note that when doing this kind of format conversion, virt-v2v must make an
intermediate copy of the guest storage data on the conversion server. Other
types of conversion do not require any intermediate storage on the conversion
server. The user must ensure that the TMPDIR temporary directory has sufficient
space for this intermediate copy. (BZ#682945)

Users of virt-v2v are advised to upgrade to these updated packages, which fix
these bugs and add this enhancement.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64

Fixes

  • BZ - 794680 - virt-v2v prints waring:WARNING:/boot/grub/device.map references unknown device /dev/fd0
  • BZ - 803629 - Convert VM with image pointing to host's partition,virt-v2v error:cannot handle volumes of format none
  • BZ - 838057 - converted XML from XEN to KVM lacks cache='none' section, leading to errors when trying to live migrate
  • BZ - 868073 - Convert windows guest fail
  • BZ - 868129 - virt-v2v fails to convert linux guests to rhev

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

Red Hat Enterprise Linux Workstation 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

Red Hat Enterprise Linux Desktop 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

Red Hat Enterprise Linux Server from RHUI 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
virt-v2v-0.8.9-2.el6.src.rpm SHA-256: b76453a3d33fed4a36fdee9323160de41deb94a304745825de5d964583c9833f
x86_64
virt-v2v-0.8.9-2.el6.x86_64.rpm SHA-256: 0185ef3825662019178142c16fc394947a75125c934ed62c4ff4d41dd8e6db75

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility