-
Notifications
You must be signed in to change notification settings - Fork 50
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
rbd-mirror: allow mirroring to a different namespace #172
Conversation
qa: barbican: restrict python packages with upper-constraints Reviewed-by: Casey Bodley <[email protected]>
… ctor Signed-off-by: Shilpa Jagannath <[email protected]>
Fixes: https://tracker.ceph.com/issues/67604 Signed-off-by: Xuehan Xu <[email protected]>
(recover/backfill)_delete should remove oids in the snap mapper together with the objects Signed-off-by: Xuehan Xu <[email protected]>
Fixes: https://tracker.ceph.com/issues/67564 Signed-off-by: Xuehan Xu <[email protected]>
…-ool-writes Revert "crimson/os/seastore: wait ool writes in DeviceSubmission phase" Reviewed-by: Xuehan Xu <[email protected]> Reviewed-by: Myoungwon Oh <[email protected]>
Fixes https://tracker.ceph.com/issues/67223 Signed-off-by: Afreen Misbah <[email protected]>
rbd: fix CLI output of `rbd group snap info` command when a group snapshot with no member images Reviewed-by: Ilya Dryomov <[email protected]> Reviewed-by: Sunil Angadi <[email protected]>
Presently, the requests array in the REST module has the potential to grow indefinitely, leading to excessive memory consumption, particularly when dealing with lengthy and intricate request results. To address this issue, a limit will be imposed on the requests array within the REST module. This limitation will be governed by the `mgr/restful/x/max_requests` configuration parameter specific to the REST module. when submit_request called we will check request array if exceed max_request option if it does we will check if the future trimmed request finished and log error message in case we are trimming un-finished requests. Fixes: https://tracker.ceph.com/issues/59580 Signed-off-by: Nitzan Mordechai <[email protected]>
…max_request option Signed-off-by: Nitzan Mordechai <[email protected]>
Signed-off-by: Nitzan Mordechai <[email protected]>
…ols-newline-trim test: test_rados_tools compare output without trimming newline
mgr/cephadm: require "group" parameter in nvmeof specs Reviewed-by: Redouane Kachach <[email protected]>
adding support for SSO based on auth2-proxy Reviewed-by: Adam King <[email protected]>
Explain how to deal with "unfound objects" when restarting OSDs in a cache-tiered environment. Fixes: https://tracker.ceph.com/issues/44286 Signed-off-by: Zac Dover <[email protected]>
…guration Fixes https://tracker.ceph.com/issues/67629 Signed-off-by: Gil Bregman <[email protected]>
Fixes https://tracker.ceph.com/issues/67629 Signed-off-by: Gil Bregman <[email protected]>
Add a new context getter function to fetch a daemon's rank and rank generation value. Signed-off-by: John Mulligan <[email protected]>
Allow subcomponent names up to 32 chars long. Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
Add parameters related to ctdb clustering to the smb service deployment spec. Signed-off-by: John Mulligan <[email protected]>
The clustered mode of a logical smb cluster needs certain additional capabilities in the rados pool. Improve, reorganize the key configuration functions, and add the new caps. Signed-off-by: John Mulligan <[email protected]>
Add support for using rados object locks to the rados store classes. Callers directly using the rados store outside the store interface will be able to make use of locking. Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
Add a new module clustermeta that implements a JSON based interface compatible with sambacc. This module will be called directly by cephadm as it places the daemons on the cluster nodes. Signed-off-by: John Mulligan <[email protected]>
Add support to the smb service module so that cephadm will provide information about the layout of the smb daemons to the clustermeta module that, in turn, will provide the information sambacc needs to configure ctdb. Signed-off-by: John Mulligan <[email protected]>
Add a new `clustering` field to the smb cluster resource. This field can be used to select either automatic clustering with ctdb, or disable it, or require it. The default is automatic and is based on the count value in the placement spec. A count of 1 disables clustering and any other value it is enabled. Signed-off-by: John Mulligan <[email protected]>
Signed-off-by: John Mulligan <[email protected]>
Encapsulate the logic determining the name of a stray service into a method reducing the length and levels of indent in the stray checker function. Signed-off-by: John Mulligan <[email protected]>
Extend the system's current stray service detection with a new method on the service classes so that new classes can hook into the stray services in the case that ceph services and cephadm services have differing names or use subsystems that call into ceph with different names (my use case). Signed-off-by: John Mulligan <[email protected]>
wrong base repo? |
This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days. |
This pull request has been automatically closed because there has been no activity for 90 days. Please feel free to reopen this pull request (or open a new one) if the proposed change is still appropriate. Thank you for your contribution! |
Comment
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. "pacific"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
Checklist
Show available Jenkins commands
jenkins retest this please
jenkins test classic perf
jenkins test crimson perf
jenkins test signed
jenkins test make check
jenkins test make check arm64
jenkins test submodules
jenkins test dashboard
jenkins test dashboard cephadm
jenkins test api
jenkins test docs
jenkins render docs
jenkins test ceph-volume all
jenkins test ceph-volume tox
jenkins test windows