Bug 1021147

Summary: vdsm from 3.3.1 beta missing dependency selinux-policy-targeted-3.7.19-195.el6_4.12.noarch
Product: [Retired] oVirt Reporter: Jason Brooks <jbrooks>
Component: vdsmAssignee: Eduardo Warszawski <ewarszaw>
Status: CLOSED CURRENTRELEASE QA Contact: Haim <hateya>
Severity: unspecified Docs Contact:
Priority: urgent    
Version: 3.3CC: abaron, acathrow, amureini, bazulay, danken, fdeutsch, herrold, iheim, mgoldboi, yeylon
Target Milestone: ---   
Target Release: 3.3.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-20 10:41:57 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:
Bug Depends On: 1015068    
Bug Blocks:    

Description Jason Brooks 2013-10-19 20:58:15 UTC
Description of problem:

When installing vdsm (standalone host or AIO), install failed on missing selinux-policy-targeted >= 3.7.19-213.

Error: Package: vdsm-4.13.0-2.gitbae164c.el6.x86_64 (ovirt-beta)
           Requires: selinux-policy-targeted >= 3.7.19-213
           Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch
(@updates)

Don't know if this is more appropriately a CentOS bug, but it's a problem for oVirt.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Dan Kenigsberg 2013-10-20 05:02:49 UTC
Unfortunately, ovirt-3.3's vdsm requires an selinux package that has not yet been released.

A manual tweak to the policy is required, beyond ignoring the missing dependency

 sudo semanage fcontext -a -s system_u -t virt_var_run_t -r s0 '/var/run/vdsm(/.*)

Comment 2 Itamar Heim 2013-12-20 02:08:10 UTC
dan - has this been fixed in 3.3.2 and can be closed as such?

Comment 3 Dan Kenigsberg 2013-12-20 10:41:57 UTC
Yes, http://gerrit.ovirt.org/20760 adds the

 selinux-policy-targeted >= 3.7.19-195.el6_4.13

dependency.