Update pbs accounting records authored by Paul Rich's avatar Paul Rich
......@@ -24,6 +24,24 @@ Cobalt provides a set of accounting log records based upon the accounting record
- **Y** - Confirmed Reservation - Reservation has been created
- **YA** - Modify Reservation - Reservation information has been modified
Common fields in reservation records:
- reservation_id - id of the reservation that was removed
- requester - user@host to identify who deleted the resource reservation
- ctime - creation time of reservation
- stime - start time of reservation active period
- etime - end time of reservation active period
- resource_list - list of information on resources used. Must be sufficient for charging for resources used.
- active_id - identifier for which activation of the reservation this is.
- duration - requested duration of the reservation
- exec_host - name of host on which the reservation has been placed
- account - submitter supplied a string for accounting (default: None)
- resource - identifier of the resource that Cobalt is managing. Usually the system name.
- start - requested time at which the reservation is to start
- end - expected time at which the reservation is to end
- queue - name of the associated queue
- name - name string of the reservation
- users - list of users for a reservation
## Boot Records (XC40 KNL Memory Control Scripts Only) ##
When nodes are rebooted on a KNL Cray XC40 by the memory mode control scripts provided with Cobalt, there are two additional records that are written. These files are generated on a per-job basis at a directory specified in the Cobalt configuration file. The record types are:
......
......