summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-10-31 16:43:54 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-11-05 15:16:07 +0100
commit268cc0805bb2b580aa6734656fd698bf54523d6c (patch)
treecdcf9ad4a911a03171d33a5cee565da6c3a03272 /mof
parent4f6220c7c311165fcdf943268fc0a87788e87fb5 (diff)
downloadopenlmi-providers-268cc0805bb2b580aa6734656fd698bf54523d6c.tar.gz
openlmi-providers-268cc0805bb2b580aa6734656fd698bf54523d6c.tar.xz
openlmi-providers-268cc0805bb2b580aa6734656fd698bf54523d6c.zip
Hardware: Added Physical Disk Provider
New Provider: * LMI_DiskPhysicalPackage
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof9
1 files changed, 9 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 74e1ee5..adef642 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -449,3 +449,12 @@ class LMI_PCIBridgeSystemDevice: CIM_SystemDevice
[Override("PartComponent")]
LMI_PCIBridge REF PartComponent;
};
+
+/******************************************************************************
+ * Disks
+ */
+
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskPhysicalPackage") ]
+class LMI_DiskPhysicalPackage: CIM_PhysicalPackage
+{
+};