From 2c317d68413a8f4e6c5ab6492ad452f43e18d72a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 27 Aug 2010 20:51:38 +0000 Subject: [PATCH] Add column to vmmaster table to indicate plugin that manages its lifecycle git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7286 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index cfdeeff5c..a6c3a1216 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -161,6 +161,7 @@ vmmaster => { 'nics' => 'The nic configuration and relationship to vlans/bonds/etc', 'vintage' => "When this image was created", 'originator' => 'The user who created the image', + 'virttype' => 'The type of virtualization this image pertains to (e.g. vmware, kvm, etc)', } }, vm => {