Add important note in doc/radosgw/config.rst#37
Merged
yehudasa merged 1 commit intoceph:masterfrom Feb 1, 2013
alram:master
Merged
Add important note in doc/radosgw/config.rst#37yehudasa merged 1 commit intoceph:masterfrom alram:master
yehudasa merged 1 commit intoceph:masterfrom
alram:master
Conversation
For CentOS and similar, FastCgiWrapper is turned on by default. This causes Apache to spawn radosgw processes.
yehudasa
added a commit
that referenced
this pull request
Feb 1, 2013
Add important note in doc/radosgw/config.rst
chamdoo
pushed a commit
to chamdoo/ceph
that referenced
this pull request
Nov 13, 2015
C bindings: add a bunch of the newer options
tchaikov
pushed a commit
to tchaikov/ceph
that referenced
this pull request
May 18, 2017
Wip mgr stats
ivancich
added a commit
to ivancich/ceph-fork
that referenced
this pull request
Sep 27, 2017
93f760c Merge pull request ceph#40 from ivancich/wip-change-client-rec-init 824d92d Merge pull request ceph#38 from ivancich/wip-improve-next-request-return 941d1be Change initialization of IndIntruHeapData to C++'s value-initialization to better future-proof the code. Since at the momeent they are scalars they'll be zero-initialized (i.e., to zero). However if they ever become something more complex, their default constructors will be called. 19153d9 Merge pull request ceph#39 from ivancich/wip-delta-rho-plugin a94c4e0 Allow the calculations of rho and delta to be handled by a "tracker" specified via template parameter (i.e., by static polymorphism). The tracker follows a simple interface constisting of three functions and one static function. 856a26c Clarify code surrounding the return value of do_next_request. b632cfd Merge pull request ceph#37 from ivancich/wip-fix-uninit-data e6df585 The coverity scan published in ceph-devel on 2017-09-21 revealed some uninitialized data in a constructor. This fixes that. 165a025 Merge pull request ceph#34 from TaewoongKim/anticipate 72e4df9 Make anticipation_timeout configurable with config file 2f06d63 Add anticipation duration that keeps from resetting tag values to the current time git-subtree-dir: src/dmclock git-subtree-split: 93f760c
galsalomon66
added a commit
that referenced
this pull request
Jan 14, 2021
… (1+some_column/function), the constant-value was modified per each new-row, which cause a wrong calculation; (#37)
tobias-urdin
pushed a commit
to tobias-urdin/ceph
that referenced
this pull request
Aug 2, 2023
Do not check error_code with empty content length Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
jmolmo
pushed a commit
to jmolmo/ceph
that referenced
this pull request
Dec 19, 2023
cephadm: fix call home bootstrap error message
athanatos
pushed a commit
to athanatos/ceph
that referenced
this pull request
Feb 14, 2025
Fix uninitialized scalar data
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.
For CentOS and similar, FastCgiWrapper is turned on by default.
This causes Apache to spawn radosgw processes.