From 0b986d36404fa0d4bd077c0a2840471a4727c5ca Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 2 May 2011 18:08:13 +0000 Subject: [PATCH] assign table bootparams to 16K tablespace in DB2 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9457 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 565d43243..f2d925867 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -265,6 +265,7 @@ boottarget => { bootparams => { cols => [qw(node kernel initrd kcmdline addkcmdline dhcpstatements adddhcpstatements comments disable)], keys => [qw(node)], + tablespace =>'XCATTBS16K', table_desc => 'Current boot settings to be sent to systems attempting network boot for deployment, stateless, or other reasons. Mostly automatically manipulated by xCAT.', descriptions => { 'node' => 'The node or group name',