Skip to content

Commit

Permalink
HTCONDOR-2457: Have example pipe output into file
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeBollig committed May 23, 2024
1 parent ed9d33a commit 882232e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v23/configuration/job-router-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ For existing HTCondor-CE's utilizing the deprecated old job router syntax can do
to using the new syntax:

1. Output the current configuration by running `condor_ce_config_val -summary > summary-file`
2. Convert the stored configuration by running `condor_transform_ads -convert:file summary-file`
3. Place the output of the previous command into the HTCondor-CE's configuration.
2. Convert the stored configuration by running `condor_transform_ads -convert:file summary-file > converted-job-routes.conf`
3. Place the `converted-job-routes.conf` from the previous command into the HTCondor-CE's configuration.
4. Tweak new job routes as needed. For assistance please reach out to [[email protected]](mailto:[email protected])
5. Set [JOB_ROUTER_USE_DEPRECATED_ROUTER_ENTRIES](https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#JOB_ROUTER_USE_DEPRECATED_ROUTER_ENTRIES)=False
in the HTCondor-CE's configuration.
Expand Down

0 comments on commit 882232e

Please sign in to comment.