Comment 2 for bug 1912950

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks for the report and sorry for the delay in replying.

I did a quick test here and tried to reproduce the bug using a Jammy VM. Here's what I did:

# mkdir tmp1 tmp2
# for i in $(seq 20); do > tmp1/${i}; done
# chmod -R +t tmp1
# rsync -avz tmp1/ tmp2/

Everything seemed to work fine. It's important to say that I'm not using ZFS here, but from your description I got the impression that you aren't either; am I correct in assuming this?

Could you please provide a reproducer for this bug? Also, it would be nice if you could confirm whether this still happens on Impish/Jammy.

Thanks.