[deb/rpm] Remove /var prefix from tmpfiles.d#82196
Merged
jbudz merged 7 commits intoelastic:masterfrom Nov 9, 2020
Merged
Conversation
We currently include a tmpfiles.d used to create a folder for writing the pid. This is set to /var/run/kibana and newer distributions consider this a legacy path. This is symlinked in supported systems to /run. Example from Fedora 33: /usr/lib/tmpfiles.d/kibana.conf:1: Line references path below legacy directory /var/run/, updating /var/r un/kibana → /run/kibana; please update the tmpfiles.d/ drop-in file accordingly.
Contributor
Author
https://s3-us-west-1.amazonaws.com/kibana.budzenski.com/82196/d455684/kibana-8.0.0-SNAPSHOT-x86_64.rpm |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Member
|
Will be good to not see this warning anymore. Should we update the existing references to /var/run/kibana including in our config? |
Contributor
Author
|
Pushed the kibana.yml change with 975bb12 |
pgayvallet
approved these changes
Nov 9, 2020
Contributor
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
tylersmalley
approved these changes
Nov 9, 2020
jbudz
added a commit
that referenced
this pull request
Nov 9, 2020
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Contributor
Author
|
7.x/7.11: ed10f3b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We currently include a tmpfiles.d used to create a folder for writing
the pid. This is set to /var/run/kibana and newer distributions
consider this a legacy path. This is symlinked in
supported systems to /run.
Example from Fedora 33: