Fixes in ./docs/radosgw/config.rst#38
Merged
johnwilkins merged 3 commits intoceph:masterfrom Feb 5, 2013
alram:master
Merged
Conversation
Some people have configured host with a FQDN or an IP which prevents /etc/init.d/radosgw start to launch the daemon.
Won't work with the public port, it needs to be the admin port.
internalurl and adminurl are mandatory. Typo in publicurl.
johnwilkins
pushed a commit
that referenced
this pull request
Feb 5, 2013
Fixes in ./docs/radosgw/config.rst
XinzeChi
pushed a commit
to XinzeChi/ceph
that referenced
this pull request
Jan 29, 2016
osd: only calculate op crush mapping if we don't have the PG Reviewed-by: Haomai Wang <haomai@xsky.com> Reviewed-by: Zhiqiang Wang <zhiqiang@xsky.com>
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
ricardoasmarques
added a commit
to ricardoasmarques/ceph
that referenced
this pull request
Jan 30, 2018
mgr/dashboard_v2: Add hosts page
tserong
pushed a commit
to tserong/ceph
that referenced
this pull request
Sep 15, 2022
rgw/sfs: undelete objects implementation.
tobias-urdin
pushed a commit
to tobias-urdin/ceph
that referenced
this pull request
Aug 2, 2023
s3tests: send raw http requests to test redirects
jmolmo
pushed a commit
to jmolmo/ceph
that referenced
this pull request
Dec 19, 2023
cephadm: fix bootstrap with --enable-storage-insights set
Moisi
pushed a commit
to Moisi/ceph
that referenced
this pull request
Oct 14, 2024
Merge in STORAGEENG/ceph from OBJGEN1-1107-v18.2.1-handoff-anonymous-auth to aka_version_18.2.1 * commit '1fc3db2defec2ca1d222acbb72d9294aada146e4': Set skip_timestamp_validation for presigned URL requests. Add stubs for an upcoming gen2 feature. Add simple unit tests for anonymous gRPC callout. Add runtime configuration. WIP working anonymous authz. Deal with protobuf field rename. WIP: Wire in the S3 Anonymous engine. Updated authenticator.proto from endpoint. Add a handoff_helper shared_ptr to req_state. Add HandoffHelper to RGWProcessEnv. Config1. Fixes. Remove ANONYMOUS from HandoffAuthResult. Remove unused headers and an unused macro. Remove unused configuration parameters. Unused #include (thanks clangd) Remove unnecessary std::once initialisation of map. Remove unnecessary move-assign use. Remove HTTP-mode. Minor FMT_STRING conversions.
14 tasks
athanatos
pushed a commit
to athanatos/ceph
that referenced
this pull request
Feb 14, 2025
Clarify code surrounding the return value of do_next_request
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.
There are a few things in docs/radosgw/config.rst which may create confusion.
3 commits: