Conversation
The --signal argument to Debian's start-stop-daemon doesn't make it send a signal, but defines which signal should be send when --stop is specified. Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
liewegas
added a commit
that referenced
this pull request
Mar 11, 2013
Fixes for RadosGW init script Reviewed-by: Sage Weil <sage@inktank.com>
Member
|
After thinking about this a bit more, i reverted the second setuid patch. We need to make sure that the paths are all readable and writeble by that user first (/var/lib/ceph/rgw/*, /var/log/ceph, /var/run/ceph, at a minimum), and the mkcephfs, chef, juju, and/or ceph-deploy bits may also need to be fixed up accordingly... |
liewegas
added a commit
that referenced
this pull request
Dec 14, 2016
use the right syntax for RHEL/CentOS distros to check for ceph status Reviewed-by: Sage Weil <sage@redhat.com>
ddiss
pushed a commit
to ddiss/ceph
that referenced
this pull request
May 29, 2017
tests: workunit: install iozone package from OBS (openSUSE/SLES only) Reviewed-by: Jan Fajerski <jfajerski@suse.com>
ricardoasmarques
pushed a commit
to ricardoasmarques/ceph
that referenced
this pull request
Feb 20, 2018
mgr/dashboard_v2: Datatable related code improvements
liewegas
pushed a commit
to liewegas/ceph
that referenced
this pull request
Nov 5, 2021
…tups Feature/38 community events meetups
m-ildefons
pushed a commit
to m-ildefons/ceph
that referenced
this pull request
Feb 10, 2023
rgw/sfs: drop upstream-specific github actions
tobias-urdin
pushed a commit
to tobias-urdin/ceph
that referenced
this pull request
Aug 2, 2023
Update README.rst
Moisi
pushed a commit
to Moisi/ceph
that referenced
this pull request
Jun 30, 2025
Merge in STORAGEENG/ceph from bugfix/STOROBJ-3843-transfer-meter-failing-1 to aka_version_18.2.1 * commit 'a119ac258df30e2fda49be136ad50872db035623': Log message consistency More complete bucket owner fetch implementation. More complete solution to handoff bucket_owner set. Check we're dealing with a handoff user. Unbreak usage logging.
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.
The --signal argument to Debian's start-stop-daemon doesn't make it send a signal, but defines which signal should be send when --stop is specified.
Also pass --chuid to make setuid to www-data work.
And finally, made sure the Signed-off-by line is in the commit messages.