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 |
...
Note |
---|
The syntax for this parameter is very strict:
|
Info | ||
---|---|---|
| ||
If there is a conflict due to the same drive letter being mapped in the |
Examples
worker_drive_map = {Z:|\\home\geebers
}
...