Hi, The whole review process starts again from scratch :). You can feel free to reach out the guys who originally reviewed and then go from there. Good luck! Thanks Gary
From: Eduard Matei <eduard.ma...@cloudfounders.com<mailto:eduard.ma...@cloudfounders.com>> Reply-To: OpenStack List <openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>> Date: Monday, December 8, 2014 at 10:25 AM To: OpenStack List <openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [git] Rebase failed Thanks guys, It seems one of the files i was trying to merge was actually removed by remote (?). So i removed it locally (git rm ... ) and now rebase worked, but now i had an extra patchset. Will this be merged automatically or does it need again reviewers ? Thanks, Eduard On Mon, Dec 8, 2014 at 10:18 AM, Sylvain Bauza <sba...@redhat.com<mailto:sba...@redhat.com>> wrote: Le 08/12/2014 09:13, Eli Qiao a écrit : 在 2014年12月08日 16:05, Eduard Matei 写道: Hi, My review got approved and it was ready to merge but automatic merge failed. I tried to rebase manually but it still fails. I'm not very familiar with git, can someone give a hand? git rebase -i master error: could not apply db4a3bb... New Cinder volume driver for openvstorage. hi Eduard yeah, you need to manually rebase the changes. git status check which files should be changes (file name in red) and find <<< in the file , modify it. after doing that , git add <file name>, all conflict files need to be done, then git reabase --continue. Or you can just raise the magical wand and invoke "git mergetool" with your favourite editor (vimdiff, kdiff3 or whatever else) and leave this tool show you the difference in between the base branch (when the code branched), the local branch (the master branch) and the remote branch (your changes) My USD0.02 -Sylvain When you have resolved this problem, run "git rebase --continue". If you prefer to skip this patch, run "git rebase --skip" instead. To check out the original branch and stop rebasing, run "git rebase --abort". Could not apply db4a3bb3645b27de7b12c0aa405bde3530dd19f8... New Cinder volume driver for openvstorage. git rebase --continue etc/cinder/cinder.conf.sample: needs merge You must edit all merge conflicts and then mark them as resolved using git add Review is: https://review.openstack.org/#/c/130733/ Thanks, Eduard -- Eduard Biceri Matei, Senior Software Developer www.cloudfounders.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cloudfounders.com_&d=AAMFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=VlZxHpZBmzzkWT5jqz9JYBk8YTeq9N3-diTlNj4GyNc&m=pEpAxsW74PTDHIs_rhDI9kuiQfsCjXLpYCYCIk64q1Y&s=IQjj8aQTsdRbn4yQZWNRU5pM3Ef5P6vSvRO4kruZtWg&e=> | eduard.ma...@cloudfounders.com<mailto:eduard.ma...@cloudfounders.com> CloudFounders, The Private Cloud Software Company Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.If you are not the named addressee or an employee or agent responsible for delivering this message to the named addressee, you are hereby notified that you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this email in error we request you to notify us by reply e-mail and to delete all electronic files of the message. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the content of this message, and shall have no liability for any loss or damage suffered by the user, which arise as a result of e-mail transmission. _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org<mailto:OpenStack-dev@lists.openstack.org>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Thanks, Eli (Li Yong) Qiao _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org<mailto:OpenStack-dev@lists.openstack.org>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org<mailto:OpenStack-dev@lists.openstack.org> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Eduard Biceri Matei, Senior Software Developer www.cloudfounders.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cloudfounders.com_&d=AAMFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=VlZxHpZBmzzkWT5jqz9JYBk8YTeq9N3-diTlNj4GyNc&m=pEpAxsW74PTDHIs_rhDI9kuiQfsCjXLpYCYCIk64q1Y&s=IQjj8aQTsdRbn4yQZWNRU5pM3Ef5P6vSvRO4kruZtWg&e=> | eduard.ma...@cloudfounders.com<mailto:eduard.ma...@cloudfounders.com> CloudFounders, The Private Cloud Software Company Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee or an employee or agent responsible for delivering this message to the named addressee, you are hereby notified that you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this email in error we request you to notify us by reply e-mail and to delete all electronic files of the message. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the content of this message, and shall have no liability for any loss or damage suffered by the user, which arise as a result of e-mail transmission.
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev