mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 03:00:26 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user