diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-03-04 12:49:58 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-03-04 18:46:48 +0400 |
commit | ae600003290b3454e32cac9df696f0227951b0fa (patch) | |
tree | e2deb03102a0a819978a05587ba6d7d0b7269dd8 /mcp/reclass/classes/cluster/mcp-common-ha/infra | |
parent | 4e4b7928649577beed448004acb9ed5f33700301 (diff) |
Turn off meltdown/spectre patches
Change-Id: Id75ffe4db808a4ec250ba8b86c5d49f1206c3784
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/infra')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/infra/kvm.yml.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/infra/kvm.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/infra/kvm.yml.j2 index 349d4f1c8..22d62c578 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/infra/kvm.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/infra/kvm.yml.j2 @@ -41,6 +41,9 @@ parameters: boot_options: - spectre_v2=off - nopti + - nospec_store_bypass_disable + - noibrs + - noibpb sysctl: net.ipv4.ip_forward: 0 libvirt: |