summaryrefslogtreecommitdiffstats
path: root/sw_config/bmra/patched_preflight.yml
diff options
context:
space:
mode:
Diffstat (limited to 'sw_config/bmra/patched_preflight.yml')
-rw-r--r--sw_config/bmra/patched_preflight.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw_config/bmra/patched_preflight.yml b/sw_config/bmra/patched_preflight.yml
index 41b7efd..ae401f9 100644
--- a/sw_config/bmra/patched_preflight.yml
+++ b/sw_config/bmra/patched_preflight.yml
@@ -223,15 +223,6 @@
with_items: "{{ isolcpus_list }}"
when: isolcpus is defined
- - name: Check isolcpus OS Reserved
- assert:
- that: "item not in isolcpus_list"
- msg:
- - Incorrect configuration pertaining isolcpus. Conflicting or improper values detected
- - The CPU ID 0...{{ ansible_processor_count - 1 }} should NOT be set for isolcpus. Please correct the configuration
- with_items: "{{ lookup('sequence','0-{{ ansible_processor_count - 1 }}').split(',') }}"
- when: isolcpus is defined
-
#TODO relationship between cmk shared/exclusive cores and isolcpus
when: