The docs say:
If THP is properly disabled, the output of both commands should be the following:
always madvise [never]
However, my output for the two given commands is:
e/enabled
always madvise [never]
and
e/defrag
always defer defer+madvise madvise [never]
Does that mean that disabling was not successful?
OS: Ubuntu 18.04
Also related:
The docs distinguish between RedHat, CentOS, Amazon Linux and other Linux distros for verifying the disabled status but then have exactly the same commands for both, which is a bit odd.