diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index e55faf9a1..58de2d100 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -186,7 +186,7 @@ vmmaster => { } }, vm => { - cols => [qw(node mgr host migrationdest template storage storagemodel cfgstore memory cpus nics nicmodel bootorder clockoffset virtflags master vncport textconsole powerstate beacon datacenter cluster guestostype othersettings vidmodel vidproto vidpassword comments disable)], + cols => [qw(node mgr host migrationdest storage storagemodel cfgstore memory cpus nics nicmodel bootorder clockoffset virtflags master vncport textconsole powerstate beacon datacenter cluster guestostype othersettings vidmodel vidproto vidpassword comments disable)], keys => [qw(node)], table_desc => 'Virtualization parameters', descriptions => { @@ -194,7 +194,6 @@ vm => { 'mgr' => 'The function manager for the virtual machine', 'host' => 'The system that currently hosts the VM', 'migrationdest' => 'A noderange representing candidate destinations for migration (i.e. similar systems, same SAN, or other criteria that xCAT can use', - 'template' => 'The template that creating vm will base on', 'storage' => 'A list of storage files or devices to be used. i.e. /cluster/vm/ or nfs:///path/to/folder/', 'storagemodel' => 'Model of storage devices to provide to guest', 'cfgstore' => 'Optional location for persistant storage separate of emulated hard drives for virtualization solutions that require persistant store to place configuration data', @@ -1827,10 +1826,6 @@ my @nodeattrs = ( tabentry => 'vm.migrationdest', access_tabentry => 'vm.node=attr:node', }, - {attr_name => 'vmtemplate', - tabentry => 'vm.template', - access_tabentry => 'vm.node=attr:node', - }, {attr_name => 'vmstorage', tabentry => 'vm.storage', access_tabentry => 'vm.node=attr:node', @@ -1867,6 +1862,10 @@ my @nodeattrs = ( tabentry => 'vm.virtflags', access_tabentry => 'vm.node=attr:node', }, + {attr_name => 'vmmaster', + tabentry => 'vm.master', + access_tabentry => 'vm.node=attr:node', + }, {attr_name => 'vmvncport', tabentry => 'vm.vncport', access_tabentry => 'vm.node=attr:node',