Skip to content

Remove antiquated/expensive chown

What does this MR do?

As the comment says, this block was meant to be removed at some point. And it's now been approximately 4 years since it was added. It can slow the provisioning process on slower filesystems, as it requires every file to be stated even if no changes are made.

Checklist

See Definition of done.

  • Change added to CHANGELOG.md. Not applicable for Documentation changes and minor changes.
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks

References

Edited by GitLab Release Tools Bot

Merge request reports