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 152714 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]
A quick patch to the "xen.py" module to check if running a -xen kernel on HVM guest
xen-add-pv-kernel-on-fv-check.patch (text/plain), 829 bytes, created by
Chris Lalancette
on 2007-04-16 20:05:38 UTC
(
hide
)
Description:
A quick patch to the "xen.py" module to check if running a -xen kernel on HVM guest
Filename:
MIME Type:
Creator:
Chris Lalancette
Created:
2007-04-16 20:05:38 UTC
Size:
829 bytes
patch
obsolete
>--- xen.py.orig 2007-04-16 15:48:03.000000000 -0400 >+++ xen.py 2007-04-16 16:02:02.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") > elif host_type == "dom0": > # default of dom0, collect lots of system information > self.addCopySpec("/var/log/xen")
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