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

leo_redundant_manager does not honor log configuration #99

Closed
Licenser opened this issue Nov 7, 2013 · 2 comments
Closed

leo_redundant_manager does not honor log configuration #99

Licenser opened this issue Nov 7, 2013 · 2 comments

Comments

@Licenser
Copy link
Contributor

Licenser commented Nov 7, 2013

I noticed that the redundant manager application does not honor the log configuration. This causes problems when leofs runs in an environment where the ./ directory is not owned by leofs and logs are in a centralized location (like /var/log or /log)

deps/leo_redundant_manager/include/leo_redundant_manager.hrl
154:-define(DUMP_FILE_MEMBERS,   "./log/ring/members.dump.").
deps/leo_redundant_manager/src/leo_redundant_manager.erl
372:                    FileName = ?DUMP_FILE_MEMBERS ++ integer_to_list(leo_date:now()),
@yosukehara
Copy link
Member

Thank you for posting the issue.
I'll improve and modify that.

@ghost ghost assigned yosukehara Nov 8, 2013
@yosukehara
Copy link
Member

I have fixed this issue, which will be included in LeoFS v0.16.1.

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

No branches or pull requests

2 participants