realtime: changed assertion text to be more clear
Related: rhbz#1264128 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
07d63a8fb0
commit
b85e9c2180
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ isolated_cores_expanded=${f:cpulist_unpack:${isolated_cores}}
|
|||
isolated_cores_present_expanded=${f:cpulist_present:${isolated_cores}}
|
||||
|
||||
# Fail if isolated_cores contains CPUs which are not present
|
||||
assert=${f:assertion:non present CPU(s) in isolated_cores:${isolated_cores_expanded}:${isolated_cores_present_expanded}}
|
||||
assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_expanded}:${isolated_cores_present_expanded}}
|
||||
|
||||
[script]
|
||||
script=script.sh
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ isolated_cores_expanded=${f:cpulist_unpack:${isolated_cores}}
|
|||
isolated_cores_present_expanded=${f:cpulist_present:${isolated_cores}}
|
||||
|
||||
# Fail if isolated_cores contains CPUs which are not present
|
||||
assert=${f:assertion:non present CPU(s) in isolated_cores:${isolated_cores_expanded}:${isolated_cores_present_expanded}}
|
||||
assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_expanded}:${isolated_cores_present_expanded}}
|
||||
|
||||
[scheduler]
|
||||
# group.group_name=rule_priority:scheduler_policy:scheduler_priority:core_affinity_in_hex:process_name_regex
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ isolated_cores_expanded=${f:cpulist_unpack:${isolated_cores}}
|
|||
isolated_cores_present_expanded=${f:cpulist_present:${isolated_cores}}
|
||||
|
||||
# Fail if isolated_cores contains CPUs which are not present
|
||||
assert=${f:assertion:non present CPU(s) in isolated_cores:${isolated_cores_expanded}:${isolated_cores_present_expanded}}
|
||||
assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_expanded}:${isolated_cores_present_expanded}}
|
||||
|
||||
[sysctl]
|
||||
kernel.hung_task_timeout_secs = 600
|
||||
|
|
|
|||
Loading…
Reference in a new issue