mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-29 15:51:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user