From 62e8e445b9a7953318a820b45f1033172261bdac Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 28 May 2013 12:28:39 +0000 Subject: [PATCH] up tablespace of servicenode for DB2 , it is close to the8K limit, if more attributes added we would be over git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16432 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 26ccbf272..c7a97c0b8 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -818,6 +818,7 @@ ppchcp => { servicenode => { cols => [qw(node nameserver dhcpserver tftpserver nfsserver conserver monserver ldapserver ntpserver ftpserver nimserver ipforward dhcpinterfaces comments disable)], keys => [qw(node)], + tablespace =>'XCATTBS16K', table_desc => 'List of all Service Nodes and services that will be set up on the Service Node.', descriptions => { node => 'The hostname of the service node as known by the Management Node.',