Bug 816443
| Summary: | install rhev-h onto kingston sd card fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | yuanquan chen <yuachen> | ||||
| Component: | ovirt-node | Assignee: | Mike Burns <mburns> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.3 | CC: | acathrow, bsarathy, cshao, fdeutsch, gouyang, jboggs, leiwang, mburns, ovirt-maint, shcao, ycui | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-04-27 10:02:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
yuanquan chen
2012-04-26 05:10:29 UTC
Created attachment 580365 [details]
ovirt log of Installation
Though it fails to install rhev-h into kingston sd card which is connected via kingston sd card reader, it can successes to install rhev-h into the kingston sd card connected via sandisk reader. So to summarize: kingston card + kingston reader == FAIL sandisk card + sandisk reader == PASS kingston card + sandisk reader == PASS What about sandisk card and kingston reader? (In reply to comment #4) > So to summarize: > > kingston card + kingston reader == FAIL > sandisk card + sandisk reader == PASS > kingston card + sandisk reader == PASS > > What about sandisk card and kingston reader? Hi Mike, Please ignore my comment#3, I mess up the result at that time, and I tested today, the results is: kingston card + kingston reader == FAIL kingston card + sandisk reader == FAIL sandisk card + sandisk reader == PASS sandisk card + kingston reader == PASS So it seems it's the the kingston card problem. I also try to format it manually, it fails also, details as below: 1. make 4 primer partitions as 256M, 256M, 256M, the rest of disk size 2. format each partition as ext2 filesystem 3. the formatting of partition 3 fails at writing inode table: [chenyq@localhost ~]$ sudo mkfs /dev/sdc3 mke2fs 1.41.14 (22-Dec-2010) Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) Stride=0 blocks, Stripe width=0 blocks 65536 inodes, 262144 blocks 13107 blocks (5.00%) reserved for the super user First data block=1 Maximum filesystem blocks=67371008 32 block groups 8192 blocks per group, 8192 fragments per group 2048 inodes per group Superblock backups stored on blocks: 8193, 24577, 40961, 57345, 73729, 204801, 221185 Writing inode tables: 2/32 Could not write 5 blocks in inode table starting at 16387: Attempt to write block from filesystem resulted in short write Then the disk could not be found by the system. I've read about USB stick claiming to be larger than they are. Could this be the case here? (In reply to comment #6) > I've read about USB stick claiming to be larger than they are. > Could this be the case here? I've suspected this reason too, but after read the /var/log/ovirt.log, it seems not. According to bz815721, it seems does not report error even size is not enough, QE will re-test this on the new build. Using the method "mkfs.ext2 -cc /dev/sdc" to check the sd card bad blocks, then it successes to install rhev-h into the kingston sd card connected via kingston reader. So it's a sd card issue, not a bug. After installing rhev-h into kingston sd card, boot rhev-h from the installed card: [root@localhost admin]# lvs LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert Config HostVG -wi-ao-- 8.00m Data HostVG -wi-ao-- 4.48g Logging HostVG -wi-ao-- 2.00g [root@localhost admin]# pvs PV VG Fmt Attr PSize PFree /dev/sdc4 HostVG lvm2 a-- 6.49g 0 [root@localhost admin]# udevadm info -q env -n /dev/sdc sdc sdc1 sdc2 sdc3 sdc4 [root@localhost admin]# udevadm info -q env -n /dev/sdc4 UDEV_LOG=3 DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/host6/target6:0:0/6:0:0:1/block/sdc/sdc4 MAJOR=8 MINOR=36 DEVNAME=/dev/sdc4 DEVTYPE=partition SUBSYSTEM=block MPATH_SBIN_PATH=/sbin ID_VENDOR=Kingston ID_VENDOR_ENC=Kingston ID_VENDOR_ID=11b0 ID_MODEL=FCR-HS219_1 ID_MODEL_ENC=FCR-HS219\x2f1\x20\x20\x20\x20\x20 ID_MODEL_ID=6148 ID_REVISION=9745 ID_SERIAL=Kingston_FCR-HS219_1_111201000775-0:1 ID_SERIAL_SHORT=111201000775 ID_TYPE=disk ID_INSTANCE=0:1 ID_BUS=usb ID_USB_INTERFACES=:080650: ID_USB_INTERFACE_NUM=00 ID_USB_DRIVER=usb-storage ID_PATH=pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:1 ID_PART_TABLE_TYPE=gpt ID_FS_UUID=tnNTkQ-xPLt-AWnC-dXrE-HwlY-DDDu-ii3F5K ID_FS_UUID_ENC=tnNTkQ-xPLt-AWnC-dXrE-HwlY-DDDu-ii3F5K ID_FS_VERSION=LVM2\x20001 ID_FS_TYPE=LVM2_member ID_FS_USAGE=raid LVM_SBIN_PATH=/sbin DEVLINKS=/dev/block/8:36 /dev/disk/by-id/usb-Kingston_FCR-HS219_1_111201000775-0:1-part4 /dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:1-part4 |