#2050 closed enhancement (fixed)
Add subtype and node columns to job item
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.10 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The subtype
column is a link to ItemSubtype
and should be used for easier filtering of the OTHER type jobs that are not linked to a plug-in.
The node
column is an text optional text column that can be used together with the server
column to further specify the computer that executes a job. For example, the server is typically set to the controller node in cluster (Open Grid cluster) and the node can then be set to the actual node that does the job.
Change History (7)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
comment:4 by , 8 years ago
comment:5 by , 8 years ago
comment:6 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
(In [7264]) References #2050: Add subtype and node columns to job item
Added the
node
column. The update script will extract the part within[...]
on existing jobs and move to the node column.