Bug 1183626
Summary: | missing package "vdsm-hook-ethtool-options" in RHEV-H which is needed for setting up ethtool_opts | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Martin Pavlik <mpavlik> |
Component: | ovirt-node-plugin-vdsm | Assignee: | Douglas Schilling Landgraf <dougsland> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Pavlik <mpavlik> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.5.0 | CC: | danken, dougsland, ecohen, fdeutsch, gklein, iheim, lsurette, myakove, pstehlik, ycui, yeylon, ylavi |
Target Milestone: | --- | ||
Target Release: | 3.5.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | node | ||
Fixed In Version: | ovirt-node-plugin-vdsm-0.2.0-18 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-12 14:01:02 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: | 1044033, 1164311 |
Description
Martin Pavlik
2015-01-19 10:48:23 UTC
Looking at the el6 build it looks like vdsm and ethtool (this is missing a spec depencyn) are the only dependencies, can you confirm this, Dan? Doesn't look like a missing requirement or a blocker for 3.5.0. Moving to 3.5.1 for consideration to how we want to support this. Yes. All that is needed is to require vdsm-hook-ethtool-options. (In reply to Dan Kenigsberg from comment #3) > Yes. All that is needed is to require vdsm-hook-ethtool-options. Is there any impact to not including this package? Answering the needinfo, with a snippet form irc: setting up ethtool_opts rfe https://bugzilla.redhat.com/show_bug.cgi?id=1044033 VERIFIED [root@rose08 ~]# rpm -qa | grep hook vdsm-hook-vhostmd-4.16.8.1-6.el6ev.noarch vdsm-hook-ethtool-options-4.16.8.1-6.el6ev.noarch [root@rose08 ~]# cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor 6.6 (20150123.2.el6ev) [root@localhost ~]# rpm -qa | grep hook vdsm-hook-ethtool-options-4.16.8.1-6.el7ev.noarch vdsm-hook-vhostmd-4.16.8.1-6.el7ev.noarch [root@localhost ~]# cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor 7.0 (20150123.2.el7ev) [root@localhost ~]# rpm -q vdsm vdsm-4.16.8.1-6.el7ev.x86_64 |