[Libvirt-cim] [PATCH] (#2) Remove value 4 from VSSD ValueMap

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Tue Sep 23 20:23:33 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1222201308 25200
# Node ID 193c94848d62dfeb5eb00566d0331995c4a42931
# Parent  30bffd9a299131895f695f0061dc57141dc09a97
(#2) Remove value 4 from VSSD ValueMap.

libvirt treats "Turn Off" and "Shutdown" in the same manner.

Updates:
  -Remove unintended debug

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r 30bffd9a2991 -r 193c94848d62 schema/VSSD.mof
--- a/schema/VSSD.mof	Tue Sep 23 13:22:54 2008 -0700
+++ b/schema/VSSD.mof	Tue Sep 23 13:21:48 2008 -0700
@@ -29,6 +29,10 @@
                 "One of hd,fd,cdrom.")]
   string BootDevice;
 
+  [Override, ValueMap { "2", "3", ".." }, 
+             Values { "Turn Off", "Save state", "DMTF Reserved" }]
+  uint16 AutomaticShutdownAction;
+
 };
 
 [Description (
@@ -41,6 +45,10 @@
 
   [Description ("The device to boot from.  One of hd,fd,cdrom.")]
   string BootDevice;
+
+  [Override, ValueMap { "2", "3", ".." }, 
+             Values { "Turn Off", "Save state", "DMTF Reserved" }]
+  uint16 AutomaticShutdownAction;
 
 };
 
@@ -55,4 +63,8 @@
   [Description ("Path to the init process for the container")]
   string InitPath;
 
+  [Override, ValueMap { "2", "3", ".." }, 
+             Values { "Turn Off", "Save state", "DMTF Reserved" }]
+  uint16 AutomaticShutdownAction;
+
 };




More information about the Libvirt-cim mailing list