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

Mismatched Data Dir permissions #111

Closed
Pneumatus opened this issue Jul 2, 2013 · 1 comment
Closed

Mismatched Data Dir permissions #111

Pneumatus opened this issue Jul 2, 2013 · 1 comment

Comments

@Pneumatus
Copy link

When using elasticsearch::data and elasticsearch::default recipes together, data directories have their permission bits changed on every run.

elasticsearch::data sets directories to 0775 (lines 17 & 40)
elasticsearch::default sets directories to 0755 (line 48)

This issue doesn't occur if you set directories in path.data to be subdirectories of the mount paths but seeing as each data directory gets an additional 'elasticsearch' subdirectory anyway, a further directory seems unnecessary.

zimbatm pushed a commit to zimbatm/cookbook-elasticsearch that referenced this issue Jul 29, 2013
@karmi karmi closed this as completed in dd22676 Aug 1, 2013
@karmi
Copy link
Contributor

karmi commented Aug 1, 2013

Ah, sure, pulled the referenced commit in -- thanks @Pneumatus for reporting and @zimbatm for the patch!

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

2 participants