forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
added variable placeholders for config #2
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
Closed
Closed
Conversation
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
build_pg_dicts() is used to construct a set of dictionaries (PG to Primary OSD, PG to Acting OSDs, etc.) from the output of 'ceph pg dump'. The original code wasn't very efficient. So much so, that when used in a new test that creates a large cluster, its run time was prohibitively long. Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
…es-have-incorrect-info-in-gui mgr/dashboard: Fixed incorrect snapshot scheduled date for rbd block in GUI
…-in-grafana mgr/dashboard: 72409 : Fixed parsing error in grafana for host overall performance iframe
rgw: check all JWKS for STS Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
osd/scrub: do not limit operator-initiated repairs Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com> Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Fixes: https://tracker.ceph.com/issues/72421 Signed-off-by: Ankush Behl <cloudbehl@gmail.com>
rgw/multisite: Fix lifetime issues Reviewed-by: Casey Bodley <cbodley@redhat.com>
Fixes: https://tracker.ceph.com/issues/70882 Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
I had been thinking of list and trim as purely internal interfaces, but they are called through HTTP and thus need to be prepared for bad input. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Didn't include `associated_cancellation_slot.hpp`. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Asio does not have nearly as many actual explicit concepts one can use as one might like. And there's no reason we might not want our own asynchrony-related concepts. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
If path provided, use in statfs. Replumb internal statfs for internal only to allow for use in ll_statfs and statfs Fixes: https://tracker.ceph.com/issues/72355 Signed-off-by: Christopher Hoffman <choffman@redhat.com>
qa/suites/krbd: use a standard fixed-1 cluster in unmap subsuite Reviewed-by: Ramana Raja <rraja@redhat.com>
Reimplement with `initiate` rather than the old style. This necessitates getting rid of the old `async::Completion` in anything that was calling it, and other changes. Also, use disposition for error handling. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
A convenience function for turning coroutines that return values and use exceptions, `error_code`, or similar into `int`-returning functions that take references to out parameters. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This avoids having two entry points with different error checking preparation, etc. to get out of sync or have a fix get forgotten. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Easier to debug. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
monitoring: Add per share metrics to SMB dashboard Reviewed-by: Pedro Gonzalez <pegonzal@redhat.com>
…operations-erasure-code-profile-tr72436 doc/rados: Fix broken links Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/install: Linkify mention of ceph.conf and use ref for links
…-troubleshooting-stuck-during-recovery doc/cephfs: edit troubleshooting.rst Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Follow up on comments made by Anthony D'Atri in ceph#64832 and make other small changes to increase the ease of reading this text. Signed-off-by: Zac Dover <zac.dover@proton.me>
Edit "Avoiding Recovery Roadblocks" in the "Stuck During Recovery" section of doc/cephfs/troubleshooting.rst. This commit follows ceph#64854. Signed-off-by: Zac Dover <zac.dover@proton.me>
…-troubleshooting doc/cephfs: edit troubleshooting.rst Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Avoids severe slowdowns with detect_stack_use_after_return=1. The root cause is unclear, but ASan's fake stack GC behavior is suspected. Tuning the UAR (Use-After-Return) fake stack size (reduced from 64KB–1MB to 64KB) helped delay the onset of the performance degradation. Fixes: https://tracker.ceph.com/issues/71704 Signed-off-by: Chanyoung Park <chaney.p@kakaoenterprise.com>
Fixes: https://tracker.ceph.com/issues/70254 Signed-off-by: Chanyoung Park <chaney.p@kakaoenterprise.com>
…equence_10_bug_fix test/osd: Fix pack for minor issues in ceph_test_rados_io_sequence Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
…-calls mgr/cephadm: limit calls to list_servers Reviewed-by: John Mulligan <jmulligan@redhat.com>
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
|
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build/ops
ceph-volume
cephadm
cephfs
CI
core
crimson
dashboard
documentation
Improvements or additions to documentation
libcephsqlite
mgr
mon
monitoring
needs-rebase
nfs
orchestrator
rbd
rgw
rook
telemetry
tests
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.
qa/clyso/upgrade: adds variable placeholders in the workflows instead of hardcoding them
Signed-off-by: Sam Goyal sam.goyal@clyso.com
Contribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an
xbetween the brackets:[x]. Spaces and capitalization matter when checking off items this way.Checklist
Show available Jenkins commands
jenkins test classic perfJenkins Job | Jenkins Job Definitionjenkins test crimson perfJenkins Job | Jenkins Job Definitionjenkins test signedJenkins Job | Jenkins Job Definitionjenkins test make checkJenkins Job | Jenkins Job Definitionjenkins test make check arm64Jenkins Job | Jenkins Job Definitionjenkins test submodulesJenkins Job | Jenkins Job Definitionjenkins test dashboardJenkins Job | Jenkins Job Definitionjenkins test dashboard cephadmJenkins Job | Jenkins Job Definitionjenkins test apiJenkins Job | Jenkins Job Definitionjenkins test docsReadTheDocs | Github Workflow Definitionjenkins test ceph-volume allJenkins Jobs | Jenkins Jobs Definitionjenkins test windowsJenkins Job | Jenkins Job Definitionjenkins test rook e2eJenkins Job | Jenkins Job Definition