mirror of
https://github.com/nspcc-dev/ansible-goodies.git
synced 2026-03-01 04:28:24 +00:00
Static /tmp files leading to surpising effects #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Sep 22, 2023).
Originally assigned to: @532910 on GitHub.
Current Behavior
http-gw (and likely others) role saves a file with neofs-http-gw binary into /tmp/neofs-http-gw-linux-amd64 and leaves it after the exit which leads to the following:
Expected Behavior
Some private tmp space should be used for a particular play/role run, it should be cleaned up after the use.