Re: ACS 4.11 Domain router placeholder record.

2018-05-22 Thread Daan Hoogland
Glenn, this sounds like it is related to a bug that was just fixed; https://github.com/apache/cloudstack/pull/2653 Did you do a AddNicToVMCmd manually or was it a consequential action as a result? When saying it is related I do not think it is the same. On Mon, May 21, 2018 at 6:21 AM, Glen Baars

build/replace.properties

2018-05-22 Thread Daan Hoogland
Anyone knows any reason we have this file called build/replace.properties (still)? It is reported to be in the .gitignore file, yet it has a history in git. -- Daan

Re: build/replace.properties

2018-05-22 Thread Rohit Yadav
Daan - the replace.properties is used to replace @VAR@ like params in various config files by maven, a different properties file is used by packaging deb/rpm scripts. - Rohit From: Daan Hoogland Sent: Tuesday, May 22, 2018 2:

Re: build/replace.properties

2018-05-22 Thread Daan Hoogland
ok, so it should be removed from .gitignore than On Tue, May 22, 2018 at 1:00 PM, Rohit Yadav wrote: > Daan - the replace.properties is used to replace @VAR@ like params in > various config files by maven, a different properties file is used by > packaging deb/rpm scripts. > > > - Rohit > >

RE: ACS 4.11 Domain router placeholder record.

2018-05-22 Thread Glen Baars
Hello Daan, It seems that they are getting a similar result but from a different cause. Is a network suppose to have a placeholder record? Kind regards, Glen Baars -Original Message- From: Daan Hoogland Sent: Tuesday, 22 May 2018 3:02 PM To: dev Subject: Re: ACS 4.11 Domain router plac

Resource recalculation task warnings

2018-05-22 Thread Nicolas Vazquez
Hi guys, I'm seeing these warnings in current master, are you experiencing it too or is it just my environment? INFO [c.c.r.ResourceLimitManagerImpl] (ResourceCountChecker-1:ctx-f538212d) (logid:34c33b65) Started resource counters recalculation periodic task. WARN [c.c.u.d.T.Transaction] (R

4.11.1 install feedback

2018-05-22 Thread Rene Moser
Hi I ran the update from 4.9.3 to 4.11.1 (rohit lab) and got into the issue where I can still not login with admin after upgrade. I immediately get a "session expired" in the UI. I remember an issue related to roles but can not find the "workaround" and thought it were fixed for 4.11.1. Any help

Re: 4.11.1 install feedback

2018-05-22 Thread Rene Moser
appending some logs 2018-05-22 17:45:49,929 DEBUG [c.c.a.ApiServlet] (qtp1386767190-11:ctx-0a395356) (logid:33635259) ===START=== 10.184.2.226 -- GET command=listZones&response=json&_=1527003949904 2018-05-22 17:45:49,932 DEBUG [c.c.a.ApiServer] (qtp1386767190-11:ctx-0a395356 ctx-7a746d15) (logid

Re: Resource recalculation task warnings

2018-05-22 Thread Suresh Kumar Anaparti
Hi Nicolas, I could see these warnings in my environment as well, with the master build. -Suresh On Tue, May 22, 2018 at 8:44 PM, Nicolas Vazquez < nicolas.vazq...@shapeblue.com> wrote: > Hi guys, > > > I'm seeing these warnings in current master, are you experiencing it too > or is it just my

RE: 4.11.1 install feedback

2018-05-22 Thread Paul Angus
Had you 'upgraded' to dynamic roles in your 4.9 environment Rene? Kind regards, Paul Angus paul.an...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue -Original Message- From: Rene Moser Sent: 22 May 2018 16:48 To: dev@cloudstack.ap

Re: Resource recalculation task warnings

2018-05-22 Thread Suresh Kumar Anaparti
Nicolas, Forgot to add that I observed these logs for Snapshot scheduler. WARN [c.c.u.d.T.Transaction:709] (main:null) (logid:) txn: Commit called when it is not a transaction: -SnapshotSchedulerImpl.scheduleNextSnapshotJob:345-SnapshotSchedulerImpl.start:415-CloudStackExtendedLifeCycle$1.with:7

Re: 4.11.1 install feedback

2018-05-22 Thread Dag Sonstebo
Rene – did you set dynamic.apichecker.enabled to true? Regards, Dag Sonstebo Cloud Architect ShapeBlue On 22/05/2018, 16:48, "Rene Moser" wrote: appending some logs 2018-05-22 17:45:49,929 DEBUG [c.c.a.ApiServlet] (qtp1386767190-11:ctx-0a395356) (logid:33635259) ===START===

Re: 4.11.1 install feedback

2018-05-22 Thread Rene Moser
On 05/22/2018 06:08 PM, Paul Angus wrote: > Had you 'upgraded' to dynamic roles in your 4.9 environment Rene? right, it was for 4.9. Yes, did that. the "session expired" issue seems only related to UI. api keys still work.

Re: Resource recalculation task warnings

2018-05-22 Thread Nicolas Vazquez
Thanks Suresh. I'll try to investigate the issue and come with a fix. Regards, Nicolas Vazquez From: Suresh Kumar Anaparti Sent: Tuesday, May 22, 2018 1:08:36 PM To: dev Subject: Re: Resource recalculation task warnings Nicolas, Forgot to add that I observed

Re: 4.11.1 install feedback

2018-05-22 Thread Dag Sonstebo
You may want to try a update cloud.configuration set value='true' where name='dynamic.apichecker.enabled' and see if that lets you login. Regards, Dag Sonstebo Cloud Architect ShapeBlue On 22/05/2018, 17:25, "Rene Moser" wrote: On 05/22/2018 06:08 PM, Dag Sonstebo wrote: > Rene – did y

Re: Can't build master

2018-05-22 Thread Tutkowski, Mike
Hi Rohit, I’ve tried a few things so far, but none seem to install genisoimage in /usr/bin as the test indicates is required. From https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+Up+a+CloudStack+Development+Environment+on+Mac+OS+X, I’ve tried these steps: • sudo port install cd

Re: Can't build master

2018-05-22 Thread Khosrow Moossavi
Mike I have no idea about your issue on OS X but if you only need and care to build the artifacts, you can use docker based cloudstack-deb-builder[1] or if you only want to run maven phases (test, verify, etc) you can override docker image entrypoint, such as: docker run -it ... --entrypoint

ISO upload fails on 4.11

2018-05-22 Thread Glen Baars
Hello Devs, It seems that cross zone ISO downloads are broken in 4.11. I have had a look at the github issues and can't see it listed. Is it fixed in the upcoming 4.11.1? Also, I see that there is a direct download option for ISO uploads, does this make sense? I understand its usage in template