Fix some init/mkcephfs related issues#52
Closed
dalgaaf wants to merge 4 commits intoceph:masterfrom
dalgaaf:wip-da-mkcephfs-init
Closed
Fix some init/mkcephfs related issues#52dalgaaf wants to merge 4 commits intoceph:masterfrom dalgaaf:wip-da-mkcephfs-init
dalgaaf wants to merge 4 commits intoceph:masterfrom
dalgaaf:wip-da-mkcephfs-init
Conversation
Create pid and log dir only on start and not e.g. also on stop. These calls are useless in other situtations than startup the cluster or process. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Check if $sshdir exist. If not, create it before cd to the directory. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Fix handling of admin socket. The current script already use $RUN_DIR to define a default, which is /var/run. Replace the explicit path from get_conf call and replace it with $RUN_DIR. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Add var/run/ceph to the directory list in debian/ceph.dirs Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
XinzeChi
pushed a commit
to XinzeChi/ceph
that referenced
this pull request
Jan 29, 2016
Wip parameter reference
ddiss
pushed a commit
to ddiss/ceph
that referenced
this pull request
Oct 25, 2016
Spec file cleanups
chardan
pushed a commit
to chardan/ceph
that referenced
this pull request
Jun 6, 2017
When trying to figure out how long to run a test to get a meaningful value, we may fall into an infinite loop when the whole benchmark has been optimized away. We now try to detect this case by hard-limiting the number of iterations we do in the loop. This partly solves ceph#52. A complete solution involves properly deoptimizing the return value of the benchmark function.
rjfd
added a commit
to rjfd/ceph
that referenced
this pull request
Jan 30, 2018
mgr/dashboard_v2:Fix pylint import ordering error in tools.py
ivancich
added a commit
to ivancich/ceph-fork
that referenced
this pull request
Apr 19, 2018
c3815c3d72 Allow the dmclock library to handle the "cost" of an operation/request. This is in contrast to just measuring ops. If the cost is set at the value 1, then it's equivalent to the old code. 5cd3851fab Update .gitignore to deal with cscope files. c4334e5 Merge pull request ceph#52 from Rubonnek/pass-by-reference 2358ec4 Added const references to various function parameters git-subtree-dir: src/dmclock git-subtree-split: c3815c3d7249b635d8569bc9c9d6a02002601ea6
ivancich
added a commit
to ivancich/ceph-fork
that referenced
this pull request
May 9, 2018
030ee12c46 Allow the dmclock library to handle the "cost" of an operation/request. This is in contrast to just measuring ops. If the cost is set at the value 1, then it's equivalent to the old code. c7e4470 Update .gitignore to deal with cscope files. 3b5e95d Merge pull request ceph#53 from yzhan298/mod-parameter 6a4a8e7 Change a variable name from delay to finishing_check_period c4334e5 Merge pull request ceph#52 from Rubonnek/pass-by-reference 2358ec4 Added const references to various function parameters git-subtree-dir: src/dmclock git-subtree-split: 030ee12c460bf9a26bb8061b1cd9460a539cc76b
ivancich
added a commit
to ivancich/ceph-fork
that referenced
this pull request
May 10, 2018
17662d86c5 Allow the dmclock library to handle the "cost" of an operation/request. This is in contrast to just measuring ops. If the cost is set at the value 1, then it's equivalent to the old code. c7e4470 Update .gitignore to deal with cscope files. 3b5e95d Merge pull request ceph#53 from yzhan298/mod-parameter 6a4a8e7 Change a variable name from delay to finishing_check_period c4334e5 Merge pull request ceph#52 from Rubonnek/pass-by-reference 2358ec4 Added const references to various function parameters git-subtree-dir: src/dmclock git-subtree-split: 17662d86c51e4f40ade9ce1ab75bb49b9ecb285f
ivancich
added a commit
to ivancich/ceph-fork
that referenced
this pull request
May 11, 2018
effea49 Merge pull request ceph#46 from ivancich/wip-add-cost 6f8e3d6 Allow the dmclock library to handle the "cost" of an operation/request. This is in contrast to just measuring ops. If the cost is set at the value 1, then it's equivalent to the old code. 3d777c1 Merge pull request ceph#55 from ceph/wip-da-sca-20180425 c7e4470 Update .gitignore to deal with cscope files. 3b5e95d Merge pull request ceph#53 from yzhan298/mod-parameter 653d149 misc: mark constructors as explicit 6a4a8e7 Change a variable name from delay to finishing_check_period c4334e5 Merge pull request ceph#52 from Rubonnek/pass-by-reference 2358ec4 Added const references to various function parameters git-subtree-dir: src/dmclock git-subtree-split: effea49
galsalomon66
referenced
this pull request
in galsalomon66/ceph
Sep 17, 2022
Migrate queries from s3-tests Signed-off-by: Albin Antony <aantony@redhat.com>
irq0
pushed a commit
to irq0/ceph
that referenced
this pull request
Oct 14, 2022
Updated CHANGELOG.md with 0.7.0 release label
irq0
pushed a commit
to irq0/ceph
that referenced
this pull request
Oct 14, 2022
Revert "Merge pull request ceph#52 from 0xavi0/changelog-0.7.0"
tobias-urdin
pushed a commit
to tobias-urdin/ceph
that referenced
this pull request
Aug 2, 2023
Handle empty bucket while nuking Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Moisi
pushed a commit
to Moisi/ceph
that referenced
this pull request
Oct 14, 2024
Merge in STORAGEENG/ceph from OBJGEN1-163-multi-shard-list-ceph18 to aka_version_18.2.1 * commit 'e9c095ede42bb67ce2cafc2e4fc16e413685112e': port lc delete perf improvements to ceph18
athanatos
pushed a commit
to athanatos/ceph
that referenced
this pull request
Feb 14, 2025
Added const references to various function parameters
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.
Fix some init/mkcephfs related issues we had patches laying around for a long time in the SUSE packages.
Add var/run/ceph to debian/ceph.dirs to may fix tcc#4036