Michael Burns has uploaded a new change for review. Change subject: add mcelog and enable by default ......................................................................
add mcelog and enable by default Change-Id: I939e5b34ebba142cc767c5ade09a03e572aa4436 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=851368 Signed-off-by: Mike Burns <[email protected]> --- M recipe/common-pkgs.ks M recipe/ovirt17-install.ks M recipe/rhevh6-install.ks 3 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/31/15531/1 diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks index bf1ed76..32f9ad9 100644 --- a/recipe/common-pkgs.ks +++ b/recipe/common-pkgs.ks @@ -114,3 +114,4 @@ bridge-utils squashfs-tools +mcelog diff --git a/recipe/ovirt17-install.ks b/recipe/ovirt17-install.ks index e73fc88..41b1af2 100644 --- a/recipe/ovirt17-install.ks +++ b/recipe/ovirt17-install.ks @@ -1 +1 @@ -services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt,ovirt-post,ovirt-cim,anyterm,collectd,libvirtd,cgconfig +services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt,ovirt-post,ovirt-cim,anyterm,collectd,libvirtd,cgconfig,mcelog diff --git a/recipe/rhevh6-install.ks b/recipe/rhevh6-install.ks index 310d1c2..1dddb9b 100644 --- a/recipe/rhevh6-install.ks +++ b/recipe/rhevh6-install.ks @@ -1,3 +1,3 @@ -services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt-post,ovirt-cim,cgconfig --disabled=netfs,ovirt-awake,libvirt-guests,libvirtd +services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt-post,ovirt-cim,cgconfig,mcelog --disabled=netfs,ovirt-awake,libvirt-guests,libvirtd -- To view, visit http://gerrit.ovirt.org/15531 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I939e5b34ebba142cc767c5ade09a03e572aa4436 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Michael Burns <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
