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
This commit is contained in:
lissav 2011-05-02 18:08:13 +00:00
parent 3e9de10d4a
commit 0b986d3640

View File

@ -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',