-Add node col to kvm_masterdata to let me use setNodesAttribs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7291 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ea176ba3f5
commit
0986f98b4b
@ -91,6 +91,7 @@ kvm_nodedata => {
|
||||
kvm_masterdata => {
|
||||
cols => [qw(name xml comments disable)],
|
||||
keys => [qw(name)],
|
||||
nodecol => 'name',
|
||||
table_desc=>'Persistant store for KVM plugin for masters',
|
||||
types => {
|
||||
xml => 'VARCHAR(16000)',
|
||||
@ -162,7 +163,7 @@ vmmaster => {
|
||||
#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)],
|
||||
keys => [qw(name)],
|
||||
nodecol => 'name', #don't anticipate this usage, but just in case...
|
||||
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.',
|
||||
descriptions => {
|
||||
'name' => 'The name of a master',
|
||||
|
Loading…
Reference in New Issue
Block a user