[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] File transfer plugins & stdout/err
- Date: Thu, 3 Feb 2022 10:49:23 -0600 (CST)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] File transfer plugins & stdout/err
I noticed whilst writing a plugin that naming for stdout/err seems to be
ignored when using âouput_destinationâ, and confirmed the behaviour with
the builtin http plugin. Is there a way to get stdout/err transferred
without it keeping the sandbox _condor_stdout/_condor_stderr names? Iâve
tried with various transfer_output_remaps, but a solution evades me.
This is with 9.0.9 on the exec node.
This isn't a good general solution, but when you tried
transfer_out_remaps, did you disable output_destination? Also, what
happens if you specify the target URL directly in the output or error
directive?
- ToddM