move comments

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9684 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-05-25 12:35:12 +00:00
parent 662eb61d2e
commit ce7718e31d

View File

@ -28,8 +28,8 @@ package xCAT_schema::Sample;
# 8 Restart the the xcatd, the tables will be automatically generated.
# 9 If you have service nodes, copy all the files to those also and restart
# the daemon.
#
#
# Note compress and tablespace are only supported for DB2
# engine is only supported for MySQL
###############################################################################
%tabspec = (
x_lljob => { #your table name should start with "x_".
@ -40,7 +40,7 @@ package xCAT_schema::Sample;
types => {
jobid => 'INTEGER',
},
engine => 'InnoDB', # note engine supported only for MySQL
engine => 'InnoDB',
table_desc => 'Stores jobs.',
descriptions => {
jobid => 'The job id.',
@ -57,8 +57,8 @@ package xCAT_schema::Sample;
jobid => 'INTEGER',
cpu_usage => 'FLOAT',
},
compress =>'YES', # note compress only for DB2
tablespace =>'XCATTBS32K', # note tablespace only for DB2
compress =>'YES',
tablespace =>'XCATTBS32K',
table_desc => 'Stores the node status.',
descriptions => {
node=> 'The node.',