hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
164 stars 64 forks source link

daos dcp: don't try to copy if walk fails #480

Closed daltonbohning closed 3 years ago

daltonbohning commented 3 years ago

Don't try to perform a copy if the walk fails, since the file list may be in an invalid state.

Signed-off-by: Dalton Bohning daltonx.bohning@intel.com

adammoody commented 3 years ago

Thanks @daltonbohning and @dsikich .