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

inconsistency in log dir naming #6

Open
amarts opened this issue May 30, 2019 · 0 comments
Open

inconsistency in log dir naming #6

amarts opened this issue May 30, 2019 · 0 comments

Comments

@amarts
Copy link
Member

amarts commented May 30, 2019

[atumball@localhost gluster-tester]$ git grep var/log/gluster-tester
glustertester/main.py:                            default="/var/log/gluster-tester")
glustertester/playbooks/runner.yaml:    logdir: "{{ lookup('env', 'LOGDIR') | default('/var/log/gluster-tester') }}"
glustertester/scripts/run-tests.py:        cmd += " &>/var/log/gluster-tester/regression-%d.log" % (num+1)
glustertester/scripts/run-tests.py:                "/var/log/gluster-tester/glusterfs-logs.tgz", "w:gz") as tar:
[atumball@localhost gluster-tester]$ git grep var/logs/gluster-tester
README.md:rm -rf /var/logs/gluster-tester
README.md:mkdir -p /var/logs/gluster-tester /d
README.md:    --logdir=/var/logs/gluster-tester \

problem is, logdir is directly used, instead of using a variable, which makes the run error out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant