Use info tag instead of data for checking whether auto discovery running

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14093 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
leiaibj 2012-10-23 06:05:46 +00:00
parent 0a87db910b
commit c6d0097565

View File

@ -812,9 +812,9 @@ sub nodediscoverstop{
sub nodediscoverstatus{
my $discover_running = xCAT::ProfiledNodeUtils->is_discover_started();
if($discover_running){
setrsp_infostr("Profiled nodes discover is running");
setrsp_progress("Profiled nodes discover is running");
}else{
setrsp_infostr("Profiled nodes discover not started");
setrsp_progress("Profiled nodes discover not started");
}
}