Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of Problem:
p2v does not display the disk device of the cciss storage.
Version-Release number of selected component:
virt-v2v-0.8.7-5.el6.x86_64
virt-p2v-0.8.6-4.20120427.1.el6
How reproducible:
Always
Step to Reproduce:
1. Download the virt-p2v iso from brewweb.
2. Install rhel6.2-x86_64 on machine with cciss.
login the os to check disk info:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p1 7.7G 2.2G 5.2G 29% /
tmpfs 3.9G 260K 3.9G 1% /dev/shm
# fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/cciss/c0d0'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/cciss/c0d0: 146.7 GB, 146745262080 bytes
255 heads, 63 sectors/track, 17840 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 1 17841 143305919+ ee GPT
# blockdev --getsize64 /dev/cciss/c0d0
146745262080
3. Boot the source machine with virt-p2v from pxe,input the ip and password of conversion server.
4. Check the disk info under fixed storage item.
Actual Results:
no disk device displayed under fixed storage item.
Expected Results:
disk device "cciss/c0d0" displayed under fixed storage item normally.
Additional info:
It works well on build virt-p2v_0.8.6-3.20120425.1.el6.iso, so it is a regression bug.
Confirmed this bug, and that it's a regression. It was introduced by fa10746132a63333a1eb5e2c0198ba490a5aba56. It's fixed upstream in d6ddbbfbfe754dd99b90ef99a70ffbc84826ba5b.
Verified this bug on build virt-p2v-0.8.6-5.20120502.1.el6
Version-Release number of selected component:
virt-v2v-0.8.7-6.el6.x86_64
virt-p2v-0.8.6-5.20120502.1.el6
steps
1. Download the virt-p2v iso from brewweb.
2. Install rhel6.2-x86_64 on machine with cciss.
login the os to check disk info:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p1 7.7G 2.2G 5.2G 29% /
tmpfs 3.9G 260K 3.9G 1% /dev/shm
# fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/cciss/c0d0'! The util
fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/cciss/c0d0: 146.7 GB, 146745262080 bytes
255 heads, 63 sectors/track, 17840 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 1 17841 143305919+ ee GPT
# blockdev --getsize64 /dev/cciss/c0d0
146745262080
3. Boot the source machine with virt-p2v from pxe,input the ip and password of
conversion server.
4. Check the disk info under fixed storage item, disk device "cciss/c0d0" checked by default.
5. Click convert button.
6. Source machine can be converted successfully.
Changed the status to verified.
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.
http://rhn.redhat.com/errata/RHEA-2012-0965.html
Description of Problem: p2v does not display the disk device of the cciss storage. Version-Release number of selected component: virt-v2v-0.8.7-5.el6.x86_64 virt-p2v-0.8.6-4.20120427.1.el6 How reproducible: Always Step to Reproduce: 1. Download the virt-p2v iso from brewweb. 2. Install rhel6.2-x86_64 on machine with cciss. login the os to check disk info: # df -h Filesystem Size Used Avail Use% Mounted on /dev/cciss/c0d0p1 7.7G 2.2G 5.2G 29% / tmpfs 3.9G 260K 3.9G 1% /dev/shm # fdisk -l WARNING: GPT (GUID Partition Table) detected on '/dev/cciss/c0d0'! The util fdisk doesn't support GPT. Use GNU Parted. Disk /dev/cciss/c0d0: 146.7 GB, 146745262080 bytes 255 heads, 63 sectors/track, 17840 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/cciss/c0d0p1 1 17841 143305919+ ee GPT # blockdev --getsize64 /dev/cciss/c0d0 146745262080 3. Boot the source machine with virt-p2v from pxe,input the ip and password of conversion server. 4. Check the disk info under fixed storage item. Actual Results: no disk device displayed under fixed storage item. Expected Results: disk device "cciss/c0d0" displayed under fixed storage item normally. Additional info: It works well on build virt-p2v_0.8.6-3.20120425.1.el6.iso, so it is a regression bug.