From 56b8762801e47ae81f9610542b22eda785e7176c Mon Sep 17 00:00:00 2001 From: xuweibj Date: Thu, 21 Jun 2018 01:01:51 -0400 Subject: [PATCH] fix error of xcatmn --- xCAT-probe/subcmds/xcatmn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-probe/subcmds/xcatmn b/xCAT-probe/subcmds/xcatmn index 2cabc7013..2c1f2cd25 100755 --- a/xCAT-probe/subcmds/xcatmn +++ b/xCAT-probe/subcmds/xcatmn @@ -1146,7 +1146,9 @@ sub check_daemon_attributes { my $node_num = `nodels 2>&1 | wc -l`; chomp($node_num); my $xcatmaxconnections = 64; + my $xcatmaxconnections_site = 64; my $xcatmaxbatchconnections = 50; + my $xcatmaxbatchconnections_site = 50; my @site_max_info = `lsdef -t site -i xcatmaxconnections,xcatmaxbatchconnections -c 2>&1`; foreach my $site_max (@site_max_info) {