-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc]: Update docs to not place log file in directory being archived. #332
Comments
@golaz Does this only happen if there's a large number of files/tars? Or only on a function besides I tried to make a Minimal Complete Verifiable Example (MCVE) to fill out a bug report (to eventually fix the underlying issue), but it seems to work for me:
The workaround also works:
|
@forsyth2, two reasons why your example failed to reproduce the bug:
Here is a modified example that will reproduce (verified on chrysalis)
|
Describe your documentation update
In https://e3sm-project.github.io/zstash/_build/html/main/best_practices.html, under “Archive” – we need to put the log file in different directory, otherwise zstash will crash trying to archive a file being modified. Typically put it under the
zstash
subdir instead. (mkdir zstash; ... tee zstash/zstash_create_20190226.log
) instead. Check if that is done in other areas and fix it in those places too.The text was updated successfully, but these errors were encountered: