fixed a bug for nodestatus
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11515 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f3b97c1336
commit
e92cdf5792
@ -1123,7 +1123,7 @@ sub process_request {
|
||||
}else{
|
||||
$oldappstatus = $oldappstatus."\,$tmp1\=$tmp2";
|
||||
}
|
||||
$newappstatus =~ s/(\w+)\=(\w+)//g;
|
||||
$newappstatus =~ s/(\w+)\=(\w+)//;
|
||||
}
|
||||
$status1->{$node1}->{appstatus}= $oldappstatus;
|
||||
$status1->{$node1}->{appstatustime}= $currtime;
|
||||
|
Loading…
Reference in New Issue
Block a user