Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Synopsis

    The worker drive map feature, particular to Windows workers, which instructs workers to automatically mount specified drives before they process jobs. 
     If there is a conflict due to the same drive letter being mapped in the worker_drive_map and in the job's drive mapping (sampled from the submitting user's environment), the drive mapping in the worker_drive_map is the one that will be used

    Note

    This parameter also requires that the worker_flags have the auto_mount flag set.

    ...

    Note

    The syntax for this parameter is very strict:

    • the opening brace "{" must be on the same line as the '=' sign
    • the first mapping definition must come immediately after the opening brace
    • further mappings must be each on a new line, with no leading spaces
    • no blank lines between mappings
    • the closing brace must be on its own line, with no leading spaces
    Info
    titleIn the event of a conflict between worker and job drive mappings

    If there is a conflict due to the same drive letter being mapped in the worker_drive_map and in the job's drive mapping (sampled from the submitting user's environment), the drive mapping in the worker_drive_map is the one that will be used.

    Examples

    worker_drive_map = {Z:|\\home\geebers

    ...