Add fluent-cap-ctl command to handle add/drop/get/clear capability operations#3162
Merged
Conversation
fa89e68 to
89e34d0
Compare
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
89e34d0 to
be43311
Compare
0bfd905 to
42bf09d
Compare
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
42bf09d to
6e91870
Compare
Member
|
|
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
Contributor
Author
Hmm..., right. I'll remove |
Member
|
How about other options? keep |
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
repeatedly
reviewed
Nov 17, 2020
repeatedly
approved these changes
Nov 17, 2020
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
Contributor
Author
|
I'll merge this PR after CIs are finishing. |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Jan 22, 2021
https://build.opensuse.org/request/show/865189 by user coolo + dimstar_suse updated to version 1.12.0 see installed CHANGELOG.md # v1.12 ## Release v1.12.0 - 2020/01/05 ### New feature * in_tail: Add `follow_inode` to support log rotation with wild card fluent/fluentd#2992 * in_tail: Handle linux capability fluent/fluentd#3155 fluent/fluentd#3162 * windows: Add win32 events alternative to unix signals fluent/fluentd#3131 ### Enhancement * buffer: Enable metadata comparison optimization on all platform fluent/fluentd#3095 * fluent-plugin-config-formatter: Handle `service_discovery` type fluent/fluentd#3178 * in_http: Add `add_query_params` parameter to add query par
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.
Please review #3155 first.
Which issue(s) this PR fixes:
None. Follows up #3155
What this PR does / why we need it:
Linux capability operation should be handled in Fluentd management command.
This should be unified interface to add/drop/get/clear operations for Ruby executables which are used to execute Fluentd supervisor and worker(s).
Docs Changes:
Needed.
I'll send a PR to describe this command.fluent/fluentd-docs-gitbook#249
Release Note:
Same as title.