Collect nested virtualization info

We run our deployment on multiple cloud, it is good to
collect nested virt info in order to investigate
server creation related issue.

It is needed for sc10 kvm jobs which is still in
development here:
https://review.rdoproject.org/r/q/topic:%22fix_octavia_kvm%22+(status:open%20OR%20status:merged)

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: Ib9d89c9ce0e889a7ee6250f66b55c99a245d6d00
This commit is contained in:
Chandan Kumar (raukadah) 2021-03-19 15:18:43 +05:30
parent 354650bcbb
commit a89834e557
1 changed files with 4 additions and 1 deletions

View File

@ -182,7 +182,10 @@ artcl_ignore_errors: true
artcl_commands:
system:
cpuinfo:
cmd: cat /proc/cpuinfo
cmd: |
cat /proc/cpuinfo
echo ""
grep -s -H '' /sys/module/{kvm_intel,kvm_amd}/parameters/nested
capture_file: /var/log/extra/cpuinfo.txt
dmesg:
cmd: dmesg