sosreport / sos

A unified tool for collecting system logs and other debug information
http://sos.rtfd.org
GNU General Public License v2.0
507 stars 543 forks source link

[libvirt] Capture process/thread list when vcpu pinning is enabled #1687

Open links84 opened 5 years ago

links84 commented 5 years ago

Thread list along with PSR information is very crucial information for NFV/OpenStack troubleshooting to identify if cpus dedicated for KVM or ovs-dpdk is being used by any other process. Since all openstack deployments with ovd-dpdk are expected to have vms with cpu pinning, we can capture this information in libvirt plugin.

links84 commented 5 years ago

Can someone assign this to me?

TurboTurtle commented 5 years ago

No need to worry about issue assignment - we have almost never used them. If you have a patch for this feel free to open the PR and just reference this issue in the commit message (e.g. 'Fixes: #1687').

But also just know that you don't need to open an issue to submit a PR - the commit message with the PR should serve to document the need for the change it's making, so opening a separate issue becomes a bit redundant.

links84 commented 5 years ago

ack. thanks.