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 295092 Details for
Bug 433183
SOS does not collect ext3 filesystem information.
[?]
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.
dumpe2fs plugins
dumpe2fs.py (text/x-python), 1.04 KB, created by
Zhenyong(Jerry) Jiang
on 2008-02-17 08:01:24 UTC
(
hide
)
Description:
dumpe2fs plugins
Filename:
MIME Type:
Creator:
Zhenyong(Jerry) Jiang
Created:
2008-02-17 08:01:24 UTC
Size:
1.04 KB
patch
obsolete
>### This program is free software; you can redistribute it and/or modify >## it under the terms of the GNU General Public License as published by >## the Free Software Foundation; either version 2 of the License, or >## (at your option) any later version. > >## This program is distributed in the hope that it will be useful, >## but WITHOUT ANY WARRANTY; without even the implied warranty of >## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >## GNU General Public License for more details. > >## You should have received a copy of the GNU General Public License >## along with this program; if not, write to the Free Software >## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > >import sos.plugintools >import os >import string > >class dumpe2fs(sos.plugintools.PluginBase): > """dumpe2fs related information > """ > def setup(self): > inpipe, pipe = os.popen4("mount -t ext3", 'r') > inpipe.close() > for line in pipe.readlines(): > L = string.split(line) > str = "dumpe2fs " + L[0] > self.collectExtOutput(str) > > pipe.close() > 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 Raw
Actions:
View
Attachments on
bug 433183
: 295092