From 0201401550b37b512040053936ffaea826844bd9 Mon Sep 17 00:00:00 2001 From: lissav Date: Sun, 1 May 2011 11:46:29 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/schema/samples/Sample.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/schema/samples/Sample.pm b/xCAT-server/lib/xcat/schema/samples/Sample.pm index c40f7b04b..77e3fbe32 100644 --- a/xCAT-server/lib/xcat/schema/samples/Sample.pm +++ b/xCAT-server/lib/xcat/schema/samples/Sample.pm @@ -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.',