瀏覽代碼

Merge pull request #9162 from Michael-Gardner/HPCC-16349

HPCC-16349 Added logging to init_thor for frunssh and uslaves check

Reviewed-By: Mark Kelly <mark.kelly@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 年之前
父節點
當前提交
9f2464f2a6
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      initfiles/bin/init_thor.in

+ 4 - 0
initfiles/bin/init_thor.in

@@ -85,7 +85,11 @@ kill_slaves()
                 unlock ${LOCK_DIR}/$component/${component}.lock
                 rm -f $INIT_PID_NAME $instancedir/slaves > /dev/null 2>&1
                 exit 255
+            else
+                log "Frunssh successful"
             fi
+        else
+            log "Could not locate $instancedir/uslaves file"
         fi
     fi