Skip to content

Commit 61ba60a

Browse files
authored
Merge pull request #7262 from fstagni/addVO
[v8.0] SiteDirector: add the --wnVO option (backporting))
2 parents a04d867 + 10cb7c3 commit 61ba60a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,9 @@ def _getPilotOptions(self, queue, **kwargs):
10581058
pilotOptions.append(f"-Q {self.queueDict[queue]['QueueName']}")
10591059
# SiteName
10601060
pilotOptions.append(f"-n {queueDict['Site']}")
1061+
# VO
1062+
if self.vo:
1063+
pilotOptions.append(f"--wnVO={self.vo}")
10611064

10621065
# Generic Options
10631066
if "GenericOptions" in queueDict:

0 commit comments

Comments
 (0)