Skip to content

In prepare_data_and_shm_script use ln instead of cp

  • in mirrornet block_log is copied as before
  • block_log must be on same partition - /cache - to create hardlink (with symbolic link there are other issues - file permissions and symbolic links are not visible if target is outside of docker volume/bind mount)

Merge request reports