plugin_vm: improved wording of message regarding overridden transparent_hugepage
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
e2f86d412f
commit
645ede75b9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class VMPlugin(base.Plugin):
|
|||
cmdline = cmd.read_file("/proc/cmdline", no_error = True)
|
||||
if cmdline.find("transparent_hugepage=") > 0:
|
||||
if not sim:
|
||||
log.info("transparent_hugepage overriden in kernel boot cmdline, ingoring value from profile")
|
||||
log.info("transparent_hugepage is already set in kernel boot cmdline, ingoring value from profile")
|
||||
return None
|
||||
|
||||
sys_file = self._thp_file()
|
||||
|
|
|
|||
Loading…
Reference in a new issue