Merged
Conversation
added 2 commits
April 18, 2013 11:20
We fixed move in f5ba0fb but missed this one. Signed-off-by: Sage Weil <sage@inktank.com>
Ensure that we return 0 for these cases. Signed-off-by: Sage Weil <sage@inktank.com>
liewegas
pushed a commit
that referenced
this pull request
Apr 19, 2013
Wip mon crush Reviewed-by: Dan Mick <dan.mick@inktank.com>
liewegas
pushed a commit
to liewegas/ceph
that referenced
this pull request
Nov 18, 2016
liewegas
pushed a commit
to liewegas/ceph
that referenced
this pull request
Nov 5, 2021
andriytk
pushed a commit
to andriytk/cortx-rgw
that referenced
this pull request
Jun 6, 2022
…h simple object (ceph#224) * rgw_sal_motr: [CORTX-31438] Fix for overwrite of multipart object with simple object Problem:- When doing multipart object overwrite using simple object, multipart object parts was not getting deleted,resulting in leak. Solution:- Added a code in MotrAtomicWriter::complete function, so that it will check whether the old object which is present in bucket is multipart or simple object,according to that it will call the respective functions to delete the object. Signed-off-by: dharmendra-jyani <dharmendra.jyani@seagate.com> * rgw_sal_motr: [CORTX-31438] Removed old_obj as it is no longer used and replaces func with function name Signed-off-by: dharmendra-jyani <dharmendra.jyani@seagate.com> * rgw_sal_motr: [CORTX-31438] Removed unnecessary variables and added TODO comments Signed-off-by: dharmendra-jyani <dharmendra.jyani@seagate.com> Co-authored-by: Sachin Punadikar <sachin.punadikar@seagate.com>
14 tasks
irq0
pushed a commit
to irq0/ceph
that referenced
this pull request
Oct 11, 2023
rgw/sfs: Add retry mechanism to read/write multipart transaction
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.
No description provided.