From e6e500e0e029eae7c391b9c7976a9d2097ab76b6 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 19 Oct 2010 12:38:56 +0000 Subject: [PATCH] 3089578: InstUtils::dolitesetup, set return code to 2 for normal shared-root case git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7884 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/InstUtils.pm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index 8ef01d3b7..0e49fa8a6 100644 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -966,7 +966,15 @@ sub dolitesetup # if there is no statelite info then just return if (!$foundstatelite) { - return 1; + + if ($::VERBOSE) + { + my $rsp; + push @{$rsp->{data}}, "Please update statlite,litefile,litetree tables if you want to use AIX statelite support.\n"; + xCAT::MsgUtils->message("I", $rsp, $callback); + } + + return 2; } #