-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Adding /etc/rc.d/init.d/functions to the init script when present to … #22985
Conversation
…improve integration with systemd on systemd-based distros. See elastic#22255
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Jenkins, test this |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @aaronmaxlevy. This looks fine to me. However, Isn't /lib/lsb/init-functions
the equivalent for deb and also /etc/rc.status
mandatory for the openSuse RPM compatibility (maybe you have some thoughts here @jbudz )?
@mistic Fair point. I was only thinking about this from the RHEL standpoint but I'll add support for Debian and SUSE also. |
@mistic I've added support for Debian and SUSE as requested. Let me know your thoughts when you get a chance :) Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aaronmaxlevy thanks for help! LGTM right now.
@jbudz @tylersmalley Forgive my ignorance as I've not contributed to Kibana before, but I'm assuming both of you would need to approve this in order for it to get merged (in addition to the approval from @mistic ) ? If so, what is the general turnaround time for getting those reviews done? Thanks! |
@tylersmalley @jbudz any updates on this? Thanks! |
💔 Build Failed |
Hmm, the Jenkins build of this failed with "FATAL: java.io.IOException: java.nio.file.NoSuchFileException: /var/lib/jenkins/workspace/elastic+kibana+pull-request/kibana/.ci/jobs.yml" That doesn't seem like something related to this PR unless I am missing something? Would it be possible to get it to attempt a rebuild? |
Updating fork
…improve integration with systemd on systemd-based distros. See elastic#22255
…ana into add_sysv_init_functions
@tylersmalley @jbudz looks like the issue was that you guys updated your CI stuff since I created this PR. I've since rebased my PR off of master and so ".ci/jobs.yml" should now be present and the Jenkins build should theoretically pass now. |
Any updates on this? |
@aaronmaxlevy could you please merge the last master on that branch so we can move on with that PR? |
💔 Build Failed |
@mistic I merged latest to my branch as requested. |
💚 Build Succeeded |
@elasticmachine merge upstream |
Jenkins, test this |
@mistic Can this PR be merged now, since tests have passed? |
@elasticmachine merge upstream |
@mistic What else is needed before this can be merged (if anything)? Thanks! |
This comment has been minimized.
This comment has been minimized.
@aaronmaxlevy I'll let the CI run for a last time and then merge it |
@elasticmachine merge upstream |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@elasticmachine merge upstream |
Jenkins test this |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
7.x: 096d65f |
elastic#22985) * Adding /etc/rc.d/init.d/functions to the init script when present to improve integration with systemd on systemd-based distros. See elastic#22255 * Adding SysV Init Functions for Debian and SUSE distros * Adding /etc/rc.d/init.d/functions to the init script when present to improve integration with systemd on systemd-based distros. See elastic#22255 * Adding SysV Init Functions for Debian and SUSE distros * docs(NA): include a comment to explain the change Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Tiago Costa <[email protected]>
#22985) (#75111) * Adding /etc/rc.d/init.d/functions to the init script when present to improve integration with systemd on systemd-based distros. See #22255 * Adding SysV Init Functions for Debian and SUSE distros * Adding /etc/rc.d/init.d/functions to the init script when present to improve integration with systemd on systemd-based distros. See #22255 * Adding SysV Init Functions for Debian and SUSE distros * docs(NA): include a comment to explain the change Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Tiago Costa <[email protected]> Co-authored-by: Aaron Levy <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
* master: (24 commits) [ML] Functional tests - skip regression and classification tests [Ingest Manager] fix removing ingest pipelines from elasticsearch (elastic#75092) move tests for placeholder indices to setup (elastic#75096) [jest] temporarily extend default test timeout (elastic#75118) [cli] remove reference to removed --optimize flag (elastic#75083) skip flaky suite (elastic#75044) Adding /etc/rc.d/init.d/functions to the init script when present to … (elastic#22985) [jenkins] add pipeline for hourly security solution cypress tests (elastic#75087) [Reporting/Flaky Test] Skip test for paging list of reports (elastic#75075) remove .kbn-optimizer-cache upload (elastic#75086) skip flaky suite (elastic#74814) Actions add proxy support (elastic#74289) [ILM] TS conversion of Edit policy components (elastic#74747) [Resolver] simulator tests select elements directly instead of using descendant selectors. (elastic#75058) [Enterprise Search] Add Workplace Search side navigation (elastic#74894) [Security solution] Sourcerer: Kibana index pattern selector for security views (elastic#74706) [Logs UI] Remove apollo deps from log link-to routes (elastic#74502) [Maps] add map configurations to docker list (elastic#75035) [functional test][saved objects] update tests for additional copy saved objects to space (elastic#74907) Make the alerts plugin support generics (elastic#72716) ...
…improve integration with systemd on systemd-based distros. See #22255
Closes #22255