[GitHub] cloudstack issue #1665: Changes database upgrade script names to be consiste...

2016-09-02 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1665 LGTM --- 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 fea

[GitHub] cloudstack issue #1624: Fixes regarding VOLUME_DELETE events resulting from ...

2016-09-02 Thread ProjectMoon
Github user ProjectMoon commented on the issue: https://github.com/apache/cloudstack/pull/1624 We can have someone test it. Are you looking for results of a manual test, reproduction tests, or something automated? A manual test is probably the best from our side because we don't reall

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-09-02 Thread rhtyd
Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r77325991 --- Diff: server/src/com/cloud/user/AccountManagerImpl.java --- @@ -677,6 +679,17 @@ public boolean deleteAccount(AccountVO account, long callerUserId, Acc

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-09-02 Thread rhtyd
Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r77326112 --- Diff: server/src/com/cloud/user/AccountManagerImpl.java --- @@ -761,6 +774,17 @@ protected boolean cleanupAccount(AccountVO account, long callerUserId,

[GitHub] cloudstack issue #1660: CLOUDSTACK-9470: [BLOCKER] Bug in SshHelper affectin...

2016-09-02 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1660 LGTM. --- 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 fe

[GitHub] cloudstack issue #1665: Changes database upgrade script names to be consiste...

2016-09-02 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1665 Tests performed: - Upgraded from 4.9.0, upgrade path ran (whose sql file names were changed) - Clean db deployment --- If your project is set up for it, you can reply to this

[GitHub] cloudstack issue #1665: Changes database upgrade script names to be consiste...

2016-09-02 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1665 Tests performed after fwd-merge, all pass: - Upgraded from 4.9.1.0 - Clean db deployment --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack issue #1665: Changes database upgrade script names to be consiste...

2016-09-02 Thread milamberspace
Github user milamberspace commented on the issue: https://github.com/apache/cloudstack/pull/1665 LGTM. Tested on CS 4.9.0 to 4.9.1.0-snapshot installation. (perhaps just change the comment below inside the SQL file to indicate 4.9.1.0 (missing .0?) "-- Schema upgr

[GitHub] cloudstack issue #1635: CLOUDSTACK-9451

2016-09-02 Thread nathanejohnson
Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/1635 @jburwell sorry I've been silent, I've been on vacation for a bit and I will be juggling plans this weekend as well. I plan to update this PR soon, and as far as a Marvin test I am not a

[GitHub] cloudstack pull request #1660: CLOUDSTACK-9470: [BLOCKER] Bug in SshHelper a...

2016-09-02 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1660#discussion_r77363519 --- Diff: utils/src/main/java/com/cloud/utils/ssh/SshHelper.java --- @@ -196,6 +201,16 @@ public static void scpTo(String host, int port, String user, F

Re: upgrade divergence vs/ new install

2016-09-02 Thread Pierre-Luc Dion
Look like anything in Config.java is not applied when upgrading CloudStack, so if that file change, we need to update the configuration name="init". This is the case for anyone upgrading prior 4.6. https://issues.apache.org/jira/browse/CLOUDSTACK-9489 I'm not sure how we should proceed with this

[GitHub] cloudstack issue #1560: CLOUDSTACK-9386: DS template copies don’t get dele...

2016-09-02 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1560 @jburwell @rhtyd I post test results: ``` [root@ussarlabcsmgt41 cloudstack]# cat /tmp//MarvinLogs/test_volumes_SAGNPP/results.txt test DeployVM in anti-affinity groups for proje

[GitHub] cloudstack issue #1665: Changes database upgrade script names to be consiste...

2016-09-02 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1665 Thanks @milamberspace Based on the tests and LGTMs, I'll proceed with merging this on 4.9. On fwd-merging, I've fixed conflicts and renamed a subsequent class to match the change. Fwd-merged

[GitHub] cloudstack issue #1660: CLOUDSTACK-9470: [BLOCKER] Bug in SshHelper affectin...

2016-09-02 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1660 LGTM thanks @nvazquez for the change. Can you help with testing, unfortunately I don't have the resources (some infra issues) to run tests across vmware and xenserver. --- If your project is set

Re: 4.8.2.0/4.9.1.0 RC Status

2016-09-02 Thread Pierre-Luc Dion
Hi John, I would like to rise the following issue recently found that I think affect any update past 4.6. https://issues.apache.org/jira/browse/CLOUDSTACK-9489 I think it should be relatively easy to fix but I'm scared about the impact of overriding costumized value. I'm testing this these days..

[GitHub] cloudstack pull request #1665: Changes database upgrade script names to be c...

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1665 --- 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 feature is

Re: upgrade divergence vs/ new install

2016-09-02 Thread Rohit Yadav
Hi PL, That's correct, all new global settings should use the ConfigKey class to setup new global settings. Any changes that may be done recently (4.6+) that added new global settings directly in Config.java won't get added to the configuration table unless it's a fresh installation. Can you g

Re: upgrade divergence vs/ new install

2016-09-02 Thread Pierre-Luc Dion
I'll investigate further but setting init to false dynamite my db at the first try :-S. I'll continue next week but might be a dangerous path so far :-S On Fri, Sep 2, 2016 at 2:03 PM, Rohit Yadav wrote: > Hi PL, > > > That's correct, all new global settings should use the ConfigKey class to

[GitHub] cloudstack pull request #1671: Adding support for cross-cluster storage migr...

2016-09-02 Thread mike-tutkowski
GitHub user mike-tutkowski opened a pull request: https://github.com/apache/cloudstack/pull/1671 Adding support for cross-cluster storage migration for managed storage when using XenServer This PR adds support for cross-cluster storage migration of VMs that make use of managed stor