Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Do jobs perform/require a successful checksum before they begin?
- Date: Thu, 26 Mar 2020 14:52:37 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Do jobs perform/require a successful checksum before they begin?
TLDR question is: ÂAre files checksummed upon transfer before the job
can start?
No. You can force HTCondor to checksum the network transfer by
enabling integrity (which may also required encryption for file transfers;
see https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#SEC_*_INTEGRITY),
but there's no end-to-end verification.
- ToddM