Skip to content
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

/var/tmp/frr is not being properly cleaned up #18128

Open
2 tasks done
donaldsharp opened this issue Feb 12, 2025 · 0 comments
Open
2 tasks done

/var/tmp/frr is not being properly cleaned up #18128

donaldsharp opened this issue Feb 12, 2025 · 0 comments
Assignees
Labels

Comments

@donaldsharp
Copy link
Member

Description

1 run of topotests creates almost 8k directories in the /var/tmp/frr directory:
root@eva:/var/tmp/frr# ls -altr | wc -l
7964
root@eva:/var/tmp/frr#

of which only 230 have files in them:

root@eva:/var/tmp/frr# find . -type f -print | wc -l
230

Something is not getting cleaned up properly.

Version

latest master

How to reproduce

run topotests look in /var/tmp/frr

Expected behavior

less stuff hanging around upon shutdown.

Actual behavior

lots of stuff hanging around on shutdown.

Additional context

Llamas are closely related to Alpacas

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@donaldsharp donaldsharp added the triage Needs further investigation label Feb 12, 2025
@eqvinox eqvinox self-assigned this Feb 18, 2025
@eqvinox eqvinox added bug and removed triage Needs further investigation labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants