[GitHub] blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467748713 Trillian test result (tid-3410) Environment: kvm-centos7 (x2), Advanced Networking with Mgm

[GitHub] div8cn opened a new issue #3196: VM snapshot revert failure without memory

2019-02-26 Thread GitBox
div8cn opened a new issue #3196: VM snapshot revert failure without memory URL: https://github.com/apache/cloudstack/issues/3196 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ Snapshot,xenserver ~~~ # CLOUDSTACK VERSION ~~~

[GitHub] ustcweizhou commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
ustcweizhou commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467621552 @AndreaGHG is there any log in management-server.log ? When I open a console, I got the following logs `

[GitHub] wido opened a new issue #3195: Python 3 compatibility

2019-02-26 Thread GitBox
wido opened a new issue #3195: Python 3 compatibility URL: https://github.com/apache/cloudstack/issues/3195 A lot of Python code inside CloudStack is still Python 2 and we have just 10 months left before Python 2 is no longer supported: https://pythonclock.org/ Various items need to

[GitHub] nvazquez edited a comment on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
nvazquez edited a comment on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467593642 @borisstoyanov I have rebased the 4.11 branch and tested those files locally without errors

[GitHub] nvazquez edited a comment on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
nvazquez edited a comment on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467593642 @borisstoyanov I have rebased the 4.11 branch and tested those files locally without errors

[GitHub] blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467594809 @nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smo

[GitHub] nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467594667 @blueorangutan test This is an au

[GitHub] nvazquez edited a comment on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
nvazquez edited a comment on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467593642 @borisstoyanov I have rebased the 4.11 branch and tested those files locally without errors

[GitHub] blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467593770 @nvazquez unsupported parameters provided. Supported mgmt server os are: `centos6, centos7, u

[GitHub] nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467593642 @borisstoyanov I have rebased the 4.11 branch and tested those files locally without errors on fai

[GitHub] svenvogel commented on issue #3190: Include 'removed' async jobs to check recurring snapshots

2019-02-26 Thread GitBox
svenvogel commented on issue #3190: Include 'removed' async jobs to check recurring snapshots URL: https://github.com/apache/cloudstack/pull/3190#issuecomment-467573742 @borisroman @rhtyd can you take a look? This is an autom

[GitHub] svenvogel commented on issue #3186: Add possibility to set KVM MTU size for NIC

2019-02-26 Thread GitBox
svenvogel commented on issue #3186: Add possibility to set KVM MTU size for NIC URL: https://github.com/apache/cloudstack/pull/3186#issuecomment-467573524 @GabrielBrascher @rafaelweingartner @rhtyd can you review it? thanks Th

[GitHub] blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467571934 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2614 ---

[GitHub] blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
blueorangutan commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467564329 @nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make pro

[GitHub] nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates

2019-02-26 Thread GitBox
nvazquez commented on issue #3075: WIP: Prevent regenerating keystore and add background task to upload certificates URL: https://github.com/apache/cloudstack/pull/3075#issuecomment-467563967 @blueorangutan package This is an

[GitHub] AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467513498 @ustcweizhou There are no errors in /var/log/cloud.log on ssvm even when I try to open a console. There is only

[GitHub] ustcweizhou edited a comment on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
ustcweizhou edited a comment on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467504425 @AndreaGHG could you check errors in /var/log/cloud.log in consoleproxy vm ?

[GitHub] ustcweizhou commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
ustcweizhou commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467504425 @AndreaGHG could you check errors in /var/log/cloud.log in secondarystorage vm ? --

[GitHub] AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467437502 I have created 2 DNS records: cs-proxy1-priv.example.it - 10.168.1.1 (console proxy private IP) cs-proxy1-pub.

[GitHub] AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467437502 I have created 2 DNS records: cs-proxy1-priv.example.it - 10.168.1.1 (console proxy private IP) cs-proxy1-pub.

[GitHub] JnSchl commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2019-02-26 Thread GitBox
JnSchl commented on issue #3138: StrongSwan with several rightsubnet's - ikev1 URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-467396551 Maybe these links/info can help fixing or identifying this problem: - [[strongSwan] multiple traffic selectors per child_sa](htt

[GitHub] ustcweizhou commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
ustcweizhou commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467382597 @AndreaGHG could you provide more details ? the value of global setting consoleproxy.url.domain and consolepr

[GitHub] JnSchl edited a comment on issue #3138: StrongSwan with several rightsubnet's - ikev1

2019-02-26 Thread GitBox
JnSchl edited a comment on issue #3138: StrongSwan with several rightsubnet's - ikev1 URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-467362453 Well unfortunately, it seems that we have more problems with this issue. As soon as we update the virtual router to 4.11.

[GitHub] JnSchl commented on issue #3138: StrongSwan with several rightsubnet's - ikev1

2019-02-26 Thread GitBox
JnSchl commented on issue #3138: StrongSwan with several rightsubnet's - ikev1 URL: https://github.com/apache/cloudstack/issues/3138#issuecomment-467362453 Well unfortunately, it seems that we have more problems with this issue. As soon as we update the virtual router to 4.11.2.0 mult

[GitHub] AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException

2019-02-26 Thread GitBox
AndreaGHG commented on issue #3164: Cannot open console: ConsoleProxyServlet NullPointerException URL: https://github.com/apache/cloudstack/issues/3164#issuecomment-467351516 @ustcweizhou consoleproxy.url.domain was not configured. I've resolved both private and public proxy's IP