From ce7718e31dbc88b7b87e2020654e747b7565648f Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 25 May 2011 12:35:12 +0000 Subject: [PATCH] move comments git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9684 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/schema/samples/Sample.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-server/lib/xcat/schema/samples/Sample.pm b/xCAT-server/lib/xcat/schema/samples/Sample.pm index c3e69e0b9..fd81f8fa8 100644 --- a/xCAT-server/lib/xcat/schema/samples/Sample.pm +++ b/xCAT-server/lib/xcat/schema/samples/Sample.pm @@ -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.',