[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2016-05-16 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-219629360 closed as I have more commits for restart network, restartvpc, update network, upgrade network (from old version 4.5 or before). the downtime of network is r

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2016-05-16 Thread ustcweizhou
Github user ustcweizhou closed the pull request at: https://github.com/apache/cloudstack/pull/1198 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2016-05-02 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-216207184 @ustcweizhou thanks, can you rebase against latest master and share state of your PR this looks like an interesting change we should have tag:needlov

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2016-01-20 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-173196826 Ping @remibergsma @borisroman This one needs an integration test to cover the changes. Worth writing one for. Who got time left? :) Cheers

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-12 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-164199095 @DaanHoogland @wilderrodrigues assume there are two routers now routerA (master) and routerB (backup). if we destroy routerA (master) at first, then rou

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-12 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-164186641 I will look at improving the integration tests but can you do the improvements to the code as @wilderrodrigues suggested (or comment on them)? --- If your pro

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-11 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163875769 @wilderrodrigues thanks! I am not in a hurry to merge it into 4.6 or master. Let's merge it after fully testing (scripts and functional test) and 2+ LGTM.

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163867468 @remibergsma @DaanHoogland This PR Looks Okay To Me, no good, but okay. Please merge it and I will improve the code and add Marvin tests to cover i

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1198#discussion_r47328907 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -2558,6 +2575,62 @@ public boolean

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163864347 FYI, run integration tests: ``` nosetests --with-marvin --marvin-config=${marvinCfg} -s -a tags=advanced,required_hardware=true \ component/test

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163557163 I know this issue. You can get it working with @Autowire and @Quialifier annotations. If BaseCmd does the same, then it should be fine. Cheers,

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163554256 @wilderrodrigues I used VirtualNetworkApplianceService at first, and met an issue like: "spring autowiring with unique beans: Spring expected single

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread ustcweizhou
Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1198#discussion_r47204914 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -2558,6 +2575,62 @@ public boolean res

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1198#discussion_r47204055 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -2558,6 +2575,62 @@ public boolean

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163541774 Hi @ustcweizhou, The content is a bit misleading because you used the ```VpcVirtualNetworkApplianceService``` instead of ```VirtualNetworkAppliance

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163540200 @wilderrodrigues thanks for review! This PR apply on redundant networks, not redundant VR for VPC. I tested it several times. you may get a result from my

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread ustcweizhou
Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1198#discussion_r47202713 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -2558,6 +2575,62 @@ public boolean res

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163539499 Hi @ustcweizhou, I made a couple of comments in your code that would need addressing. Could you have a look at that? In addition, would you

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1198#discussion_r47201935 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -2558,6 +2575,62 @@ public boolean

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-10 Thread wilderrodrigues
Github user wilderrodrigues commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1198#discussion_r47201591 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -2558,6 +2575,62 @@ public boolean

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-09 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163329948 Sounds like a great improvement. Will test it! Pinging @wilderrodrigues to have a look. --- If your project is set up for it, you can reply to this ema

[GitHub] cloudstack pull request: CLOUDSTACK-9114: restartnetwork with clea...

2015-12-09 Thread ustcweizhou
GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/1198 CLOUDSTACK-9114: restartnetwork with cleanup should restart the RVRs one by one Testing results: (1) before change: job started at 2015-12-09 09:26:07,570, ended at 2015-1