diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-07-14 21:31:27 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-07-14 21:32:29 +0200 |
commit | 66e14ec7a5a480d11467e604d76615daa92bb527 (patch) | |
tree | a3b3c28c79cabe23f674e63146e650196bea906c /patches/reclass-system-salt-model | |
parent | d3214693fe77551a195fd740e21c65118e8b84f2 (diff) |
reclass: system: AArch64: Remove mcelog
Change-Id: I7cc5162359347ac9472127a8d27730c96050915e
Signed-off-by: Guillermo Herrero <Guillermo.Herrero@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/reclass-system-salt-model')
-rw-r--r-- | patches/reclass-system-salt-model/0002-linux-system-AArch64-Remove-mcelog.patch | 26 |
1 files changed, 26 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..2c6348d5 --- /dev/null +++ b/patches/reclass-system-salt-model/0002-linux-system-AArch64-Remove-mcelog.patch @@ -0,0 +1,26 @@ +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.yml | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/linux/system/single.yml b/linux/system/single.yml +index ef23a39..f07fa68 100644 +--- a/linux/system/single.yml ++++ b/linux/system/single.yml +@@ -11,8 +11,6 @@ parameters: + version: latest + cloud-init: + version: purged +- mcelog: +- version: latest + kernel: + modules: + - nf_conntrack |