From b0515adb97c358496cf35935527782413d0bdbf7 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 8 Jun 2011 07:39:28 +0000 Subject: [PATCH] fix bug 3312626 ---- add one warning message after the set frame number git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9763 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPcfg.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/FSPcfg.pm b/perl-xCAT/xCAT/FSPcfg.pm index 5d2c9601a..0d52c889d 100644 --- a/perl-xCAT/xCAT/FSPcfg.pm +++ b/perl-xCAT/xCAT/FSPcfg.pm @@ -382,6 +382,7 @@ sub frame { } push @$result, [$node,@$data[1], 0]; + push @$result, [$node,"It will take several minutes to complete. So please wait for several minutes, then the other operations could be done. Otherwise, the other operation will fail.", 0]; } else { ################################# @@ -400,6 +401,7 @@ sub frame { } push @$result, [$node,@$data[1],0]; + push @$result, [$node,"It will take several minutes to complete. So please wait for several minutes, then the other operations could be done. Otherwise, the other operation will fail.", 0]; ################################# # Set frame number to database