Bug 666577
Summary: | libguestfs: unknown filesystem /dev/fd0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Douglas Schilling Landgraf <dougsland> | ||||
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 6.0 | CC: | dallan, moshiro, mshao, myamazak, rwu | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | libguestfs-1.7.17-8.el6 | Doc Type: | Bug Fix | ||||
Doc Text: |
If the /etc/fstab of a guest machine contained a reference to a floppy disk (/dev/fd0), both virt-inspector and virt-v2v printed the following harmless warning during inspection or conversion:
unknown filesystem /dev/fd0
This warning has been suppressed to avoid confusion, and should no longer appear even if the guest machine refers to floppy disks in /etc/fstab.
|
Story Points: | --- | ||||
Clone Of: | |||||||
: | 711968 (view as bug list) | Environment: | |||||
Last Closed: | 2011-05-19 11:45:51 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 711968 | ||||||
Attachments: |
|
Description
Douglas Schilling Landgraf
2011-01-01 01:42:51 UTC
Created attachment 471306 [details]
patch
Attached patch sent to upstream.
Verified with libguestfs-1.7.17-11.el6.x86_64 + virt-v2v-0.7.1-1.el6.x86_64. Before conversion, the rhel4u8 guest has fd0 in /boot/grub.device.map (fd0) /dev/fd0 (hd0) /dev/xvda During conversion there is no unknown filesystem /dev/fd0 any more, so set it as VERIFIED. # virt-v2v -ic xen+ssh://10.66.72.123 -o rhev -osd 10.66.90.115:/vol/v2vrwu2/kvm_export cluster-rhel4u8-64b-pv-raw-intel root.72.123's password: root.72.123's password: cluster-rhel4u8-64-pv.img: 100% [====================================]D 0h02m34s virt-v2v: cluster-rhel4u8-64b-pv-raw-intel configured with virtio drivers Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: If the /etc/fstab of a guest machine contained a reference to a floppy disk (/dev/fd0), both virt-inspector and virt-v2v printed the following harmless warning during inspection or conversion: unknown filesystem /dev/fd0 This warning has been suppressed to avoid confusion, and should no longer appear even if the guest machine refers to floppy disks in /etc/fstab. This is fine thanks. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0586.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0586.html |