Bug 1351823
Summary: | include sanlock and shadow-utils package in ovirt-node build | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Douglas Schilling Landgraf <dougsland> |
Component: | ovirt-node | Assignee: | Douglas Schilling Landgraf <dougsland> |
Status: | CLOSED ERRATA | QA Contact: | dguo |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.7 | CC: | cshao, dfediuck, gklein, huzhao, lbopf, lsurette, mgoldboi, ycui, ykaul |
Target Milestone: | ovirt-3.5.9 | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ovirt-node-3.2.3-32.el6 | Doc Type: | Enhancement |
Doc Text: |
Red Hat Enterprise Virtualization Hypervisor now includes three new requirements for RPM installation: sanlock >= 2.8-3, sanlock-python, and shadow-utils. This enhancement helps related components of Red Hat Enterprise Virtualization Hypervisor when adding system users during the
installation.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-03 14:28:50 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1349070 |
Description
Douglas Schilling Landgraf
2016-07-01 01:08:03 UTC
To test this bug the rhev-h image must have: sanlock-2.8-3.el6.x86_64 or higher sanlock-lib-2.8-3.el6.x86_64 or higher sanlock-python-2.8-3.el6.x86_64 or higher and vdsm must be part of sanlock and qemu groups. # cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor release 6.8 (20160630.2.el6ev) # rpm -qa | grep -i sanlock sanlock-lib-2.8-3.el6.x86_64 sanlock-2.8-3.el6.x86_64 sanlock-python-2.8-3.el6.x86_64 libvirt-lock-sanlock-0.10.2-60.el6.x86_64 # grep vdsm /etc/group sanlock:x:179:vdsm qemu:x:107:vdsm,sanlock Verified using package rhev-hypervisor6-6.8-20160707.3 [root@hp-dl585g7-03 data]# cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor release 6.8 (20160707.3.el6ev) [root@hp-dl585g7-03 data]# rpm -qa | grep -i sanlock sanlock-2.8-3.el6.x86_64 sanlock-lib-2.8-3.el6.x86_64 sanlock-python-2.8-3.el6.x86_64 libvirt-lock-sanlock-0.10.2-60.el6.x86_64 [root@hp-dl585g7-03 data]# grep vdsm /etc/group sanlock:x:179:vdsm qemu:x:107:vdsm,sanlock 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. https://rhn.redhat.com/errata/RHEA-2016-1557.html |