Skip to content
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

[DNM] hammer: rbd: fix coding mistake in pre-refactor rbd CLI #10990

Closed
wants to merge 4 commits into from

Conversation

YankunLi
Copy link
Contributor

@YankunLi YankunLi commented Sep 6, 2016

@tchaikov
Copy link
Contributor

tchaikov commented Sep 6, 2016

could you prefix the title of your commit message with the subcomponent your are changing ? see https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst#preparing-and-sending-patches, in this case, "rbd: " would suffice.

@smithfarm do we need a ticket for this issue?

@dillaman
Copy link

dillaman commented Sep 6, 2016

lgtm

@YankunLi YankunLi changed the title hammer: rbd: this command should be EXPORT_DIFF rbd: this command should be EXPORT_DIFF Oct 12, 2016
@smithfarm
Copy link
Contributor

@tchaikov Yes, I opened the tracker issue and linked it.

@smithfarm smithfarm changed the title rbd: this command should be EXPORT_DIFF rbd: fix coding mistake in pre-refactor rbd shell Oct 23, 2016
@smithfarm smithfarm changed the title rbd: fix coding mistake in pre-refactor rbd shell rbd: fix coding mistake in pre-refactor rbd CLI Oct 23, 2016
@smithfarm smithfarm self-assigned this Nov 11, 2016
@smithfarm smithfarm changed the title rbd: fix coding mistake in pre-refactor rbd CLI hammer: rbd: fix coding mistake in pre-refactor rbd CLI Nov 11, 2016
@smithfarm
Copy link
Contributor

@YankunLi Could you rebase please?

@smithfarm
Copy link
Contributor

@YankunLi Please also add a line Fixes: http://tracker.ceph.com/issues/17671 to the commit message, right above the Signed-off-by: line. Thanks.

Fixes: http://tracker.ceph.com/issues/17671

Signed-off-by: liyankun <lioveni99@gmail.com>
@YankunLi
Copy link
Contributor Author

@smithfarm, Thinks, i have rebase this branch, and update the comment.

@smithfarm
Copy link
Contributor

@YankunLi Please rebase again to get rid of the merge commit. First, git rebase -i HEAD~2 and then, in the editor that appears, delete the line corresponding to the merge commit. Then save and exit from the editor. Then git push -f origin fix_bug_EXPORT_DIFF1 to force-push the changes to github. Thanks!

@smithfarm
Copy link
Contributor

Marking DNM (and replacing with #11948 ) until we can get the merge commit removed.

smithfarm added a commit that referenced this pull request Nov 18, 2016
…actor rbd CLI

Reviewed-by: Nathan Cutler <ncutler@suse.com>
smithfarm added a commit that referenced this pull request Nov 20, 2016
…actor rbd CLI

Reviewed-by: Nathan Cutler <ncutler@suse.com>
smithfarm added a commit that referenced this pull request Nov 21, 2016
…actor rbd CLI

Reviewed-by: Nathan Cutler <ncutler@suse.com>
@smithfarm
Copy link
Contributor

smithfarm commented Nov 21, 2016

@YankunLi Please rebase again to get rid of the merge commits. First, git rebase -i HEAD~2 and then, in the editor that appears, delete the lines corresponding to the merge commits. Then save and exit from the editor. Then git push -f origin fix_bug_EXPORT_DIFF1 to force-push the changes to github.

Please do not use "git merge" because that introduces additional merge commits that are undesirable.

@smithfarm smithfarm changed the title hammer: rbd: fix coding mistake in pre-refactor rbd CLI [DNM] hammer: rbd: fix coding mistake in pre-refactor rbd CLI Nov 21, 2016
@smithfarm
Copy link
Contributor

@YankunLi I'm closing this for now, because #11948 has already been reviewed and tested.

Your help with backports and stable releases is most welcome. Please consider studying tutorials on "git interactive rebasing" and "git commit --amend" for modifying PRs.

@smithfarm smithfarm closed this Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants