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 619864 Details for
Bug 861152
simfs missing in hrStorage in an OpenVZ container
[?]
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]
Add support for simfs
net-snmp-5.5-simfs.patch (text/plain), 1.24 KB, created by
Romain LE DISEZ
on 2012-10-01 16:16:27 UTC
(
hide
)
Description:
Add support for simfs
Filename:
MIME Type:
Creator:
Romain LE DISEZ
Created:
2012-10-01 16:16:27 UTC
Size:
1.24 KB
patch
obsolete
>--- net-snmp-5.5/agent/mibgroup/hardware/fsys/fsys_mntent.c.simfs 2012-10-01 16:55:52.108009985 +0200 >+++ net-snmp-5.5/agent/mibgroup/hardware/fsys/fsys_mntent.c 2012-10-01 16:56:24.919052104 +0200 >@@ -139,6 +139,7 @@ > !strcmp(typename, MNTTYPE_REISERFS) || > !strcmp(typename, MNTTYPE_OCFS2) || > !strcmp(typename, MNTTYPE_VXFS) || >+ !strcmp(typename, MNTTYPE_SIMFS) || > !strcmp(typename, MNTTYPE_LOFS)) > return NETSNMP_FS_TYPE_OTHER; > >--- net-snmp-5.5/agent/mibgroup/hardware/fsys/mnttypes.h.simfs 2012-10-01 16:56:58.510008950 +0200 >+++ net-snmp-5.5/agent/mibgroup/hardware/fsys/mnttypes.h 2012-10-01 16:58:01.012063471 +0200 >@@ -132,6 +132,9 @@ > #ifndef MNTTYPE_VXFS > #define MNTTYPE_VXFS "vxfs" > #endif >+#ifndef MNTTYPE_SIMFS >+#define MNTTYPE_SIMFS "simfs" >+#endif > > /* > * File systems to monitor, but not covered by HR-TYPES enumerations >--- net-snmp-5.5/agent/mibgroup/hardware/fsys/mounts.h.simfs 2012-10-01 16:59:47.063009268 +0200 >+++ net-snmp-5.5/agent/mibgroup/hardware/fsys/mounts.h 2012-10-01 17:00:16.869016320 +0200 >@@ -74,6 +74,9 @@ > #ifndef MOUNT_VXFS > #define MOUNT_VXFS "vxfs" > #endif >+#ifndef MOUNT_SIMFS >+#define MOUNT_SIMFS "simfs" >+#endif > > /* > #ifndef MNTTYPE_AFS
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 861152
: 619864