|10|Java|Jobs for the Java Virtual Machine|
|11|Parallel|Generalized parallel jobs|
|12|Local|A job run under the schedd using a starter (advanced form of Scheduler)|
-|13|Max|A placeholder, not a universe|
+|13|VM|A job that is a virtual machine image|
+|14|Max|A placeholder, not a universe|
{subsection: Job Status}
@@ -72,6 +73,8 @@
|111|JOB_NO_CKPT_FILE|There is no checkpoint file (lost)|
|112|JOB_SHOULD_HOLD|The job should be put on hold|
|113|JOB_SHOULD_REMOVE|The job should be removed|
+|114|JOB_MISSED_DEFERRAL_TIME|The job missed its deferred execution time|
+|115|JOB_EXITED_AND_CLAIM_CLOSING|Same as JOB_EXITED, but also inform schedd that the claim will not accept any more jobs|
{subsection: Job Hold Reason Codes}
@@ -95,6 +98,12 @@
|14 |{quote:IwdError} |Unix errno|
|15 |{quote:SubmittedOnHold} |N/A|
|16 |{quote:SpoolingInput} |N/A|
+|17 |{quote:JobShadowMismatch} |N/A|
+|18 |{quote:InvalidTransferGoAhead} |N/A|
+|19 |{quote:HookPrepareJobFailure} |Hook process exit code (or exit signal, if negative)|
+|20 |{quote:MissedDeferredExecutionTime} |N/A|
+|21 |{quote:StartdHeldJob} |WANT_HOLD_SUBCODE parameter|
+|22 |{quote:UnableToInitUserLog} |N/A|
{subsection: Log event codes}
@@ -126,13 +135,11 @@
|Grid resource up |25|
|Grid resource down |26|
|Grid submit |27|
-
-{subsection: Starters and Shadows}
-
-|*Shadow* |*Starter* |*Universe*|
-|jim |jim |PVM|
-|V6 |V5 |Standard|
-|V6.1 |V6.1 |Everything else|
+|Job Ad Information |28|
+|Job Status Unknown |29|
+|Job Status Known |30|
+|Job Stage In |31|
+|Job Stage Out |32|
{subsection: Queue-Management Commands}
@@ -162,6 +169,10 @@
|10023 |{quote:BeginTransaction}|
|10024 |{quote:AbortTransaction}|
|10025 |{quote:SetTimerAttribute}|
+|10026 |{quote:GetAllJobsByConstraint}|
+|10027 |{quote:SetAttribute2}|
+|10028 |{quote:CloseSocket}|
+|10029 |{quote:SendSpoolFileIfNeeded}|
{subsection: ClassAd Log Commands}
|*Number* |*Action*|
@@ -171,6 +182,7 @@
|104 |{quote:DeleteAttribute}|
|105 |{quote:BeginTransaction}|
|106 |{quote:EndTransaction}|
+|107 |{quote:LogHistoricalSequenceNumber}|
{subsection: DaemonCore Commands and Signals}
From condor_includes/condor_commands.h
@@ -193,6 +205,7 @@
|DC_OFF_PEACEFUL |60015|
|DC_SET_PEACEFUL_SHUTDOWN |60016|
|DC_TIME_OFFSET |60017|
+|DC_PURGE_LOG |60018|
{subsection: CEDAR Authentication Methods}
From condor_includes/condor_auth.h and condor_io/condor_secman.C