Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Getting a configuration dump when multiline values are present
- Date: Fri, 25 Mar 2022 16:29:03 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Getting a configuration dump when multiline values are present
Hi Marco.
Unfortunately there is no way to get condor_config_val to emit a valid config if there are multiline values in the configuration.
I have opened a ticket to fix this.
https://opensciencegrid.atlassian.net/browse/HTCONDOR-1032
as a workaround, it should be possible to use
condor_config_val -verbose -dump
and process the result with a script that detects the multiline values and emits the proper @= tags to make a valid config.
-tj
-----Original Message-----
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> On Behalf Of Marco Mambelli
Sent: Thursday, March 24, 2022 9:33 PM
To: htcondor-users@xxxxxxxxxxx
Subject: [HTCondor-users] Getting a configuration dump when multiline values are present
Greetings,
I'm using "condor_config_val -dump" to get a summary to reproduce the current condor configuration (defined in multiple files).
I used to be able to dump that in a file and use it as configuration to have the same settings.
This is not working any more when there are multiline attributes, the dump does not have the tags resulting in an invalid condor config.
Is it there any way to generate a single dump with all the simplifications of condor_config_val -dump (like eliminating comments and resolving re-definitions of attributes) that can output a valid HTCondor config?
Thank you,
Marco
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/