add tablespace to the example
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9443 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6163d15628
commit
0201401550
@ -40,7 +40,7 @@ package xCAT_schema::Sample;
|
||||
types => {
|
||||
jobid => 'INTEGER',
|
||||
},
|
||||
engine => 'InnoDB',
|
||||
engine => 'InnoDB', # note engine supported only for MySQL
|
||||
table_desc => 'Stores jobs.',
|
||||
descriptions => {
|
||||
jobid => 'The job id.',
|
||||
@ -57,6 +57,7 @@ package xCAT_schema::Sample;
|
||||
jobid => 'INTEGER',
|
||||
cpu_usage => 'FLOAT',
|
||||
},
|
||||
tablespace =>'XCATTBS32K', # note tablespace only for DB2
|
||||
table_desc => 'Stores the node status.',
|
||||
descriptions => {
|
||||
node=> 'The node.',
|
||||
|
Loading…
Reference in New Issue
Block a user