Skip to content
Snippets Groups Projects
Commit 403ec118 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Remove external script reference to support defered execution

Remove the hard-coded external script both because it is not needed
and because defer mode produces list output files directly.
parent d7c9d7e3
No related branches found
No related tags found
1 merge request!2Feat parsable file names
...@@ -8,7 +8,7 @@ define(access_age, ...@@ -8,7 +8,7 @@ define(access_age,
(DAYS(CURRENT_TIMESTAMP) - DAYS(ACCESS_TIME)) (DAYS(CURRENT_TIMESTAMP) - DAYS(ACCESS_TIME))
) )
RULE 'gather-exec' EXTERNAL LIST 'gather-info' EXEC '/data/rc/gpfs-policy/gather-info.sh' OPTS 'JOBID' ESCAPE '%' RULE 'gather-exec' EXTERNAL LIST 'gather-info' EXEC '' OPTS 'JOBID' ESCAPE '%'
RULE 'list-path' LIST 'gather-info' RULE 'list-path' LIST 'gather-info'
SHOW ('|size=' || varchar(FILE_SIZE) || SHOW ('|size=' || varchar(FILE_SIZE) ||
'|kballoc='|| varchar(KB_ALLOCATED) || '|kballoc='|| varchar(KB_ALLOCATED) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment