slaprunner: code simplification
Showing
-
Owner
This is a follow-up of the discussion on 783d0ab0
However, it looks overkill to checksum the data in order to detect changes. I'd rather look at change times (which are updated on any metadata/data change), using
find -cmin -1
. -
Maintainer
Thank you for the commit.
However, it looks overkill to checksum the data in order to detect changes. I'd rather look at change times (which are updated on any metadata/data change), using
find -cmin -1
.yes, this part can take more than 5 minutes on bigger instances and some instances has more than 20k files to verify.
Please register or sign in to comment