defect 3333: use th signal 12 (USR2) to stop the install monitor process
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15007 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
281319225b
commit
9a9b28a9f3
@ -768,6 +768,7 @@ $SIG{TERM} = $SIG{INT} = sub {
|
||||
}
|
||||
if ($pid_MON) {
|
||||
kill 2, $pid_MON;
|
||||
kill 12, $pid_MON;
|
||||
}
|
||||
xCAT::Table::shut_dbworker;
|
||||
if ($dbmaster) {
|
||||
|
Loading…
Reference in New Issue
Block a user