From 03ea26b4994b9b3c2c5352b57679cee144615206 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 28 May 2013 12:27:37 +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/trunk@16431 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 ab55b523a..f32986bf6 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.',