From 32d5fad9a6f8bea8c9ef11e4fa764d378abbdaa5 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 17 May 2011 19:03:46 +0000 Subject: [PATCH] Actually add virttype to the DB description for virttype git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9620 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index f11545baf..fe87bcbb3 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -167,7 +167,7 @@ vmmaster => { #storagemodel to allow chvm on a clone to be consistent with the master by default #nics to track the network mapping that may not be preserved by the respective plugin's specific cfg info #nicmodel same as storagemodel, except omitting for now until chvm actually does nics... - cols => [qw(name os arch profile storage storagemodel nics vintage originator comments disable)], + cols => [qw(name os arch profile storage storagemodel nics vintage originator virttype comments disable)], keys => [qw(name)], nodecol => 'name', #well what do you know, I used it... table_desc => 'Inventory of virtualization images for use with clonevm. Manual intervention in this table is not intended.',