Skip to content

Commit d61e405

Browse files
committed
fix host names for offline database in the comments
1 parent ef261d4 commit d61e405

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HLTrigger/Configuration/python/Tools/confdbOfflineConverter.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ class OfflineConverter:
2121
# CMSRAC11-V.cms, CMSRAC12-V.cms, CMSRAC21-V.cms
2222

2323
# the possible machines and interfaces for the *offline* database are
24-
# cmsr1-s.cms, cmsr2-s.cms, cmsr3-s.cms
25-
# cmsr1-v.cms, cmsr2-v.cms, cmsr3-v.cms
24+
# cmsr1-s.cern.ch, cmsr2-s.cern.ch, cmsr3-s.cern.ch
25+
# cmsr1-v.cern.ch, cmsr2-v.cern.ch, cmsr3-v.cern.ch
2626
# but the -s and -v interfaces resolve to the same hosts
2727
# The actual machines and interfaces are
28-
# itrac50011-s.cern.ch, itrac50063-s.cern.ch, itrac50078-s.cern.ch
29-
# itrac50011-v.cern.ch, itrac50063-v.cern.ch, itrac50078-v.cern.ch
28+
# itrac5404-s.cern.ch, itrac5413-s.cern.ch, itrac5433-s.cern.ch
29+
# itrac5404-v.cern.ch, itrac5413-v.cern.ch, itrac5433-v.cern.ch
3030

3131
databases = {}
3232
databases['v1'] = {}

0 commit comments

Comments
 (0)