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.
Created attachment 516312[details]
ovirt.log
Description of problem:
Appvg on usb can't be discovered during automatically.
Version-Release number of selected component (if applicable):
rhev-hypervisor-6.1-20110801.0.el6_1
How reproducible:
100%
Steps to Reproduce:
1. Auto install RHEVH with "storage_init=/dev/sda;/dev/sdb storage_vol=50:5:5:50:500:500:500:500 swap_encrypt=Swap;Swap2 local_boot firstboot".
2. Execute command "lvs".
3. Execute command "pvscan"
4. Execute command "lvs".
Actual results:
Appvg on usb can't be discovered during automatically.
After execute command "pvscan", Appvg on usb will be discovered.
# cat /etc/issue
Red Hat Enterprise Virtualization Hypervisor release 6.1 (20110801.0.el6_1)
Kernel \r on an \m (\l)
Please login as 'admin' to configure the node
[root@localhost ~]# lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
Config HostVG -wi-ao 52.00m
Data HostVG -wi-ao 500.00m
Logging HostVG -wi-ao 52.00m
Swap HostVG -wi-ao 8.00m
[root@localhost ~]# pvscan
PV /dev/sdb1 VG AppVG lvm2 [3.73 GiB / 2.76 GiB free]
PV /dev/mapper/1ATA ST3500418AS 5VMFG7RKp3 VG HostVG lvm2 [465.28 GiB / 464.68 GiB free]
Total: 2 [469.02 GiB] / in use: 2 [469.02 GiB] / in no VG: 0 [0 ]
[root@localhost ~]# lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
Data2 AppVG -wi--- 500.00m
Swap2 AppVG -wi--- 500.00m
Config HostVG -wi-ao 52.00m
Data HostVG -wi-ao 500.00m
Logging HostVG -wi-ao 52.00m
Swap HostVG -wi-ao 8.00m
Expected results:
Appvg on usb should be discovered during automatically.
Additional info:
1. I test this issue with rhev-hypervisor-6.2-0.9.el6, install to local disk and usb device, appvg on usb shhows direct, don't need manually execute "pvscan".
2. This no such problem with below kernel command line in FC and iscsi machine.
"storage_init=/dev/sda;/dev/sdb storage_vol=50:5:5:50:500:500:500:500 swap_encrypt=Swap;Swap2 local_boot firstboot".
Since this only was a problem on RHEL 6.1, and RHEL 6.2 did not exhibit this issue, I'd like QE to try to retest on RHEL 6.2 GA.
If this can be reproduced on RHEL 6.2 GA then we will look into it further, otherwise this is notabug.
(In reply to comment #2)
> Since this only was a problem on RHEL 6.1, and RHEL 6.2 did not exhibit this
> issue, I'd like QE to try to retest on RHEL 6.2 GA.
>
> If this can be reproduced on RHEL 6.2 GA then we will look into it further,
> otherwise this is notabug.
Test version:
rhev-hypervisor6-6.2-20111117.1.el6
Auto install RHEVH with "storage_init=/dev/sda;/dev/sdb
storage_vol=50:5:5:50:500:500:500:500 swap_encrypt=Swap;Swap2 local_boot
firstboot".
Appvg on usb can be discovered during automatically.
So close this bug as work for me with rhevh 6.2 GA build: rhev-hypervisor6-6.2-20111117.1.el6.
Created attachment 516312 [details] ovirt.log Description of problem: Appvg on usb can't be discovered during automatically. Version-Release number of selected component (if applicable): rhev-hypervisor-6.1-20110801.0.el6_1 How reproducible: 100% Steps to Reproduce: 1. Auto install RHEVH with "storage_init=/dev/sda;/dev/sdb storage_vol=50:5:5:50:500:500:500:500 swap_encrypt=Swap;Swap2 local_boot firstboot". 2. Execute command "lvs". 3. Execute command "pvscan" 4. Execute command "lvs". Actual results: Appvg on usb can't be discovered during automatically. After execute command "pvscan", Appvg on usb will be discovered. # cat /etc/issue Red Hat Enterprise Virtualization Hypervisor release 6.1 (20110801.0.el6_1) Kernel \r on an \m (\l) Please login as 'admin' to configure the node [root@localhost ~]# lvs LV VG Attr LSize Origin Snap% Move Log Copy% Convert Config HostVG -wi-ao 52.00m Data HostVG -wi-ao 500.00m Logging HostVG -wi-ao 52.00m Swap HostVG -wi-ao 8.00m [root@localhost ~]# pvscan PV /dev/sdb1 VG AppVG lvm2 [3.73 GiB / 2.76 GiB free] PV /dev/mapper/1ATA ST3500418AS 5VMFG7RKp3 VG HostVG lvm2 [465.28 GiB / 464.68 GiB free] Total: 2 [469.02 GiB] / in use: 2 [469.02 GiB] / in no VG: 0 [0 ] [root@localhost ~]# lvs LV VG Attr LSize Origin Snap% Move Log Copy% Convert Data2 AppVG -wi--- 500.00m Swap2 AppVG -wi--- 500.00m Config HostVG -wi-ao 52.00m Data HostVG -wi-ao 500.00m Logging HostVG -wi-ao 52.00m Swap HostVG -wi-ao 8.00m Expected results: Appvg on usb should be discovered during automatically. Additional info: 1. I test this issue with rhev-hypervisor-6.2-0.9.el6, install to local disk and usb device, appvg on usb shhows direct, don't need manually execute "pvscan". 2. This no such problem with below kernel command line in FC and iscsi machine. "storage_init=/dev/sda;/dev/sdb storage_vol=50:5:5:50:500:500:500:500 swap_encrypt=Swap;Swap2 local_boot firstboot".