Uh oh!
There was an error while loading. Please reload this page.
[CLOUDSTACK-10128] Simplify the search for host to execute command - #2402
Conversation
997a80f to
acdc87dComparerafaelweingartner
commented
Jan 11, 2018
@DaanHoogland, @rhtyd, and @mike-tutkowski can you review these changes? |
yadvr
commented
Jan 11, 2018
@rafaelweingartner do you mean it's blocker for 4.11 or for #2298 , we're already past freeze now and we should not be accepting any feature PRs now. |
rafaelweingartner
commented
Jan 11, 2018
Hmm, that is a good question.
It feels like a critical problem, but I am not sure now if it is a blocker or not. |
…eleted. The fix here is the same one as introduced in master by apache#2402
yadvr
commented
Jan 11, 2018
@rafaelweingartner I think you've answered yourself. Wrt a release, I would consider blocker to be something that would literally stop some part or the whole of CloudStack to be working (installation, upgrade failures included). We can always fix rest of the bugs as part of a minor (for example the next, 4.11.1.0) release. |
blueorangutan
commented
Jan 11, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
rafaelweingartner
commented
Jan 11, 2018
Ah ok. Thanks for the feedback. |
blueorangutan
commented
Jan 11, 2018
Packaging result: ✖centos6 ✔centos7 ✖debian. JID-1644 |
acdc87d to
a36f878Compare…eleted. The fix here is the same one as introduced in master by apache#2402
…eleted. The fix here is the same one as introduced in master by apache#2402
0f8eff5 to
3f78e85Compare3f78e85 to
1c8bbddComparemike-tutkowski
commented
Jan 11, 2018
This should definitely at least go into a maintenance release for 4.11. I can test this out soon. Thanks, @rafaelweingartner! |
rafaelweingartner
commented
Jan 11, 2018
@mike-tutkowski Welcome! Travis is failing, but I have not yet figured out why. It looks like a timeout thing. |
mike-tutkowski
commented
Jan 11, 2018
@rafaelweingartner I have the same problem with Travis on my PR. |
yadvr
commented
Jan 12, 2018
@rafaelweingartner can you fix build issues, I'll rekick anyway. |
blueorangutan
commented
Jan 12, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
rafaelweingartner
commented
Jan 12, 2018
@rhtyd the build issues were already fixed. You started your packing with my first commit here, and there was a build issue at that time, but not anymore |
blueorangutan
commented
Jan 12, 2018
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1648 |
yadvr
commented
Jan 12, 2018
@rafaelweingartner okay, I'll kick tests. |
blueorangutan
commented
Jan 12, 2018
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + xenserver-65sp1) has been kicked to run smoke tests |
yadvr
commented
Jan 12, 2018
@rafaelweingartner travis test LGTM, I've fixed one of the intermittent failing issues here - #2403 |
blueorangutan
commented
Jan 12, 2018
Trillian test result (tid-2120)
|
yadvr
commented
Jan 12, 2018
Test LGTM. |
yadvr
commented
Jan 14, 2018
@rafaelweingartner@mike-tutkowski /cc @DaanHoogland and others - can you comment if this should be considered for 4.11.0.0, is this blocker/critical from your perspective if we merge/accept #2298 ? |
DaanHoogland
commented
Jan 14, 2018
is this fixing something that used to work before? Is the server not starting? |
rafaelweingartner
commented
Jan 15, 2018
Hmm..I am inclined to follow Daan's opinion on this one. It is a bug for sure, but it is a very specific one that we can easily fix later (if someone reports it). Anyways, it is going into 4.12... :) |
@rhtyd @rafaelweingartner@DaanHoogland I don't think it's really a blocker. Perhaps we can get it into the first maintenance release for 4.11. It causes two problems:
|
mike-tutkowski
commented
Jan 15, 2018
@rhtyd @rafaelweingartner@DaanHoogland If we are OK with waiting until the first 4.11 maintenance release for this PR, then I will hold off on testing this PR until we have 4.11 out the door. |
yadvr
commented
Jan 15, 2018
Okay @mike-tutkowski@rafaelweingartner@DaanHoogland I've moved this to 4.11.1 milestone. |
mike-tutkowski
commented
Jan 22, 2018
The managed-storage test for 4.11 RC1 that failed and led to the creation of the JIRA ticket that this PR addresses now passes: test_04_create_volume_snapshot_using_sf_snapshot_and_archiving (TestSnapshots.TestSnapshots) ... === TestName: test_04_create_volume_snapshot_using_sf_snapshot_and_archiving | Status : SUCCESS === Ran 1 test in 1931.664s OK |
mike-tutkowski
commented
Jan 22, 2018
I have also tested the other failed use case that led to this PR: Take a volume snapshot of a volume. Delete the volume and the primary storage the volume was on. Create a new volume from the volume snapshot. The test is now successful. |
mike-tutkowski
commented
Jan 22, 2018
The code LGTM. Also, as noted above, I tested both failed use cases that led to this PR and they both work now. |
rafaelweingartner
commented
Jan 22, 2018
@rhtyd I noticed that you changed the base branch for this PR, from master to 4.11. Do you want me to open a new PR against master? Given that you might run into trouble when merging forward. |
DaanHoogland
commented
Jan 24, 2018
@rafaelweingartner no extra PR please, we will merge forward 4.11 after merge of any fixes |
rafaelweingartner
commented
Feb 19, 2018
reviewers (@DaanHoogland, @mike-tutkowski, @rhtyd ) what is your positions here? It seems that the tests passed and we have a consensus. If you are ok with this one, I would like to proceed and merge this to 4.11 and then forward to 4.12 (master branch) |
mike-tutkowski
commented
Feb 19, 2018
Yes, per my prior comments, the code LGTM and the two tests that previously failed now pass. |
rafaelweingartner
commented
Feb 19, 2018
@mike-tutkowski thanks! |
mike-tutkowski
commented
Feb 19, 2018
via email
Sounds good - we should all get used to marking that field.
On Feb 19, 2018, at 12:46 PM, Rafael Weingärtner <notifications@github.com<mailto:notifications@github.com>> wrote:
@mike-tutkowski<https://github.com/mike-tutkowski> thanks!
I am getting used to look directly to the "reviweres" section on Github and checking the approved ones. I did not seen any for this PR, that is why I asked again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2402 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AC4SHxDTguzYeKeTROs1yhRE0tmZFpSMks5tWd2pgaJpZM4RasNN>. |
rafaelweingartner
commented
Feb 19, 2018
Since everything is ok, I will merge this one. Let's see if I still know how to do it :) |
[CLOUDSTACK-10128] Simplify the search for hosts to execute commands
Port 4.20 - Persistência do IP de quem acessou o console de uma VM e API para listagem de sessões do console Closesapache#2402 See merge request scclouds/scclouds!980
@mike-tutkowski found a problem in #2315 when converting a snapshot to a template from a storage pool that has been deleted. Following his feedback in #2298 I am creating this PR to address the issue.