Description of problem:
sosreport should contain more information in /proc/sys/ directory
Version-Release number of selected component (if applicable):
RHCOS 4.14
How reproducible:
Steps to Reproduce:
1) Login to the node 2) Execute : # toolbox 3) Then execute # sos report 4) now extract sosreport, below are the information: sh-5.1# cd sosreport-worker-0-123123123-2024-08-09-mlozqgk sh-5.1# ls proc/sys crypto dev kernel
Actual results:
It can be seen only crypto,dev,kernel directories under /proc/sys
Expected results:
It will be good to see below directories as well to see more kernel/sysctl parameters of the node: ------------- sosreport-hostname-123123123-2024-08-08-eoughjk]$ ls proc/sys abi crypto debug dev fs kernel net user vm -------------
Additional info:
After generating sosreport for RHEL, the directories can be seen: ------------- ]$ ls proc/sys abi crypto debug dev fs kernel net user vm -------------