[Libvirt-cim] [PATCH 1 of 3] Add a field to the LXC_DiskRASD to hold the mount point within the guest

Dan Smith danms at us.ibm.com
Mon May 5 16:45:23 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1210005853 25200
# Node ID 577e78027b67fa2437418ae540bac190d4cdf50b
# Parent  0b51247ab15043ace24a18b6ba56a40be765fb9c
Add a field to the LXC_DiskRASD to hold the mount point within the guest

This corresponds to the VirtualDevice field in the other DiskRASDs

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r 0b51247ab150 -r 577e78027b67 schema/ResourceAllocationSettingData.mof
--- a/schema/ResourceAllocationSettingData.mof	Mon May 05 09:44:01 2008 -0700
+++ b/schema/ResourceAllocationSettingData.mof	Mon May 05 09:44:13 2008 -0700
@@ -39,6 +39,10 @@ class KVM_DiskResourceAllocationSettingD
 ]
 class LXC_DiskResourceAllocationSettingData : LXC_ResourceAllocationSettingData
 {
+
+      [Description ("Mount point within the container")]
+      string MountPoint;
+
 };
 
 [Description ("Xen virtual network configuration"),




More information about the Libvirt-cim mailing list