diff options
Diffstat (limited to 'patches/reclass-system-salt-model/0002-linux.system-AArch64-Remove-mcelog.patch')
-rw-r--r-- | patches/reclass-system-salt-model/0002-linux.system-AArch64-Remove-mcelog.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/patches/reclass-system-salt-model/0002-linux.system-AArch64-Remove-mcelog.patch b/patches/reclass-system-salt-model/0002-linux.system-AArch64-Remove-mcelog.patch new file mode 100644 index 00000000..1c33a3a8 --- /dev/null +++ b/patches/reclass-system-salt-model/0002-linux.system-AArch64-Remove-mcelog.patch @@ -0,0 +1,34 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2017 Enea AB and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +From: Alexandru Avadanii <Alexandru.Avadanii@enea.com> +Date: Fri, 14 Jul 2017 19:26:11 +0000 +Subject: [PATCH] linux.system: AArch64: Remove mcelog + +mcelog is not available on AArch64 hardware, so skip trying to install +it. This implies Ceilometer should not use mcelog on AArch64. + +Signed-off-by: Guillermo Herrero <Guillermo.Herrero@enea.com> +Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> +--- + linux/system/single/init.yml | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/linux/system/single/init.yml b/linux/system/single/init.yml +index 8de2dda..c702a48 100644 +--- a/linux/system/single/init.yml ++++ b/linux/system/single/init.yml +@@ -19,8 +19,6 @@ parameters: + version: purged + unattended-upgrades: + version: purged +- mcelog: +- version: latest + kernel: + modules: + - nf_conntrack |