Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 152818 Details for
Bug 233375
Make SOS flag the situation when running on a fully virtualized guest, but with a -xen kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
An updated patch for the xen plugin that reports a PV kernel on HVM
sos-xen-plugin-report-pv-kernel-on-hvm.patch (text/plain), 1.12 KB, created by
Chris Lalancette
on 2007-04-17 15:17:19 UTC
(
hide
)
Description:
An updated patch for the xen plugin that reports a PV kernel on HVM
Filename:
MIME Type:
Creator:
Chris Lalancette
Created:
2007-04-17 15:17:19 UTC
Size:
1.12 KB
patch
obsolete
>--- lib/sos/plugins/xen.py.orig 2007-04-17 10:48:50.000000000 -0400 >+++ lib/sos/plugins/xen.py 2007-04-17 11:19:16.000000000 -0400 >@@ -44,8 +44,11 @@ class xen(sos.plugintools.PluginBase): > self.domCollectProc() > self.addCopySpec("/sys/hypervisor") > elif host_type == "hvm": >- # what do we collect here??? >- pass >+ # check to see if running a xen kernel on an HVM guest; if so, >+ # make some noise >+ (status, output) = commands.getstatusoutput("/bin/uname -r | grep -q xen") >+ if status == 0: >+ self.addCustomText("Xen: WARNING: Fully virtualized guest detected, but running paravirtualized kernel\n") > elif host_type == "dom0": > # default of dom0, collect lots of system information > self.addCopySpec("/var/log/xen") >@@ -64,6 +67,6 @@ class xen(sos.plugintools.PluginBase): > # for bare-metal, we don't have to do anything special > return > >- self.addCustomText("Xen hostType: "+host_type) >+ self.addCustomText("Xen hostType: "+host_type+"\n") > return >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233375
:
152714
| 152818