Re: new primary storage

2020-02-17 Thread Daan Hoogland
giorno lun 3 feb 2020 alle ore 10:25 Daan Hoogland < > daan.hoogl...@gmail.com> ha scritto: > >> thanks Charlie, can you take your issue to a github issue on the project >> please? thanks >> >> On Mon, Feb 3, 2020 at 9:57 AM Charlie Holeowsky < >> charli

Re: new primary storage

2020-02-03 Thread Daan Hoogland
> the problem is reproducible but I do not understand if I am the only one to > have noticed it and if there is another more elegant and definitive > solution. > > > > Il giorno ven 31 gen 2020 alle ore 13:31 Daan Hoogland < > daan.hoogl...@gmail.com> ha scritto: > >&

Re: new primary storage

2020-01-31 Thread Daan Hoogland
ail.com> ha scritto: > >> I still don't understand >> why com.cloud.hypervisor.kvm.storage.LibvirtStoragePool don't find the >> volume d93d3c0a-3859-4473-951d-9b5c5912c76 that exists as file >> 39148fe1-842b-433a-8a7f-85e90f316e04... >> >> It's the onl

Re: new primary storage

2020-01-20 Thread Daan Hoogland
also, can you see the primary storage being mounted? On Mon, Jan 20, 2020 at 12:33 PM Daan Hoogland wrote: > Why do you think that Charlie? Is it in the logs like that somewhere? > > On Mon, Jan 20, 2020 at 9:52 AM Charlie Holeowsky < > charlie.holeow...@gmail.com> wrote: &

Re: new primary storage

2020-01-20 Thread Daan Hoogland
but it seems to me that the cloudstack > system goes looking for the volume with its "old" name (path) that doesn't > exist... > > Il giorno sab 18 gen 2020 alle ore 21:41 Daan Hoogland < > daan.hoogl...@gmail.com> ha scritto: > >> Charlie, >> fo

Re: new primary storage

2020-01-14 Thread Daan Hoogland
.agent.Agent.processRequest(Agent.java:645) > at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1083) > at com.cloud.utils.nio.Task.call(Task.java:83) > at com.cloud.utils.nio.Task.call(Task.java:29) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.uti

Re: new primary storage

2020-01-09 Thread Daan Hoogland
Charlie, I think you'll have to explain a bit more about your environment to get an answer. what type of storage is it? Where did you migrate the VM from and to? What types() of hypervisors are you using? Though saying *the* agent logs suggests KVM, you are still leaving people guessing a lot. On

Re: Create new role Domain Admin + VR Access

2019-11-19 Thread Daan Hoogland
Fernando, Do you mean you want to give extra UI access or just the API? As you showed the API access is the same already, but that does not change the UI and shows extra tabs or so, You'll need to hack the javascript to have tabs hidden or visible other than the defaults. (also I'd say upgrade from

Re: Delete files with no reference in DB?

2019-11-13 Thread Daan Hoogland
H Fariborz, If you checked all relevant tables, by all means. Think of volumes, templates, snapshots, I don't thinks there is any others. Best is to do a grep on a db dump for the basename of the file, if that doesn't give a hit, you are free to go. On Wed, Nov 13, 2019 at 3:45 PM Fariborz Navidan

Re: Apache CloudStack Generic Key-Value and Communication Plug-in

2018-09-20 Thread Daan Hoogland
sounds nice Ivan, Do you have a whitepaper on it? I strugle to see a clear usecase for this plugin. maybe you have a casus or two!?! On Wed, Sep 19, 2018 at 9:02 AM Ivan Kudryavtsev wrote: > Hello, community. > > We glad to announce a new Open Source plug-in for Apache CloudStack which > helps t

Re: GPU/vGPU on VMware is Supported?

2018-09-11 Thread Daan Hoogland
just noticed it is not in yet, Zy. https://github.com/apache/cloudstack/pull/2340 contains the changes intended for it. On Mon, Sep 10, 2018 at 8:55 AM Daan Hoogland wrote: > not sure if that got merged, Zy. you'll have to check the code. If I > encounter it I'll let you know. &

Re: GPU/vGPU on VMware is Supported?

2018-09-09 Thread Daan Hoogland
not sure if that got merged, Zy. you'll have to check the code. If I encounter it I'll let you know. On Fri, Sep 7, 2018 at 3:30 AM zy.zhang...@neusoft.com < zy.zhang...@neusoft.com> wrote: > Hi,all: > > Is GPU/vGPU on VMware supported in CS? > > I noticed that there is a GPU/vGPU Support Design

[DISCUSS] Removing IAM services

2018-08-21 Thread Daan Hoogland
i'm +1 on this it has not been developed for the longest while. (changed the title to indicate _all_ people are supposed to have an opinion.) On Tue, Aug 21, 2018 at 4:32 PM, Khosrow Moossavi wrote: > Hello Community > > Following up after PR#2613[1] to cleanup POMs across the whole repository,

Re: CloudStack DNS names to PowerDNS export

2018-08-21 Thread Daan Hoogland
hey Ivan, I don't have much experience with anything but bind, but this looks nice! On Tue, Aug 21, 2018 at 7:45 AM, Ivan Kudryavtsev wrote: > Hello, users, devs. > > We developed a small service for the creation of DNS records (A, , PTR) > in the PowerDNS and published it in the GitHub: > >

Re: LDAP in 4.11.1

2018-08-02 Thread Daan Hoogland
Marty, Ilya is right I worked on this a few months ago, so let me try and help you. It sounds like you are mixing two types of ldap integration, There are three: 1: link individual account 2: link a domain for which auto import will be enabled, this one will auto create an account for each user 3:

Re: 4.11.0 -> 4.11.1 problem: Guest VMs losing connection after few minutes

2018-07-20 Thread Daan Hoogland
> > -+ a router with bad firmware > > > > > JZ: also unlikely > > > > > > > > > > - of course a strange cofiguration of the software router in you > host > > > > might > > > > > be the issue as well > > > >

Re: 4.11.0 -> 4.11.1 problem: Guest VMs losing connection after few minutes

2018-07-20 Thread Daan Hoogland
upgrade sounds like an unhappy > incident > > but can't be sure. > > The iptables restart, was this on the VirtualRouter or on the host, or > > maybe on the guest? and the restart network? > > > > JZ: iptables restart on host machine. (or network restart on

Re: 4.11.0 -> 4.11.1 problem: Guest VMs losing connection after few minutes

2018-07-20 Thread Daan Hoogland
that behaviour sound familiar from a couple of cases: - an ip-address conflict. - flakey hardware being one of -+ if card in the host -+ a router with bad firmware - of course a strange cofiguration of the software router in you host might be the issue as well by all I know this happening after up

Re: [RESULT][VOTE] Apache CloudStack 4.11.1.0

2018-06-27 Thread Daan Hoogland
nice, On Wed, Jun 27, 2018 at 3:11 PM, Giles Sirett wrote: > Great news > Well done to all of those involved > > Kind regards > Giles > > giles.sir...@shapeblue.com > www.shapeblue.com > 53 Chandos Place, Covent Garden, London WC2N 4HSUK > @shapeblue > > > > > -Original Message- > From:

Re: Current cloudstack prebuilt images wrong VR address

2018-06-25 Thread Daan Hoogland
> wrote: > > > Yes, Daan. > > > > The problem is with template, not with ACS. My English is so-so, but I > > meant that) > > > > And I use a Basic zone, no isolation, etc. > > > > пн, 25 июн. 2018 г., 19:29 Daan Hoogland : > > > >> Stepha

Re: Current cloudstack prebuilt images wrong VR address

2018-06-25 Thread Daan Hoogland
Stephan, Ivan, As I read it, it is not a cloudstack problem but a problem with the template used. Andrija may know?? On Mon, Jun 25, 2018 at 2:24 PM, Stephan Seitz wrote: > Hi! > > AFAIK, the password reset script always tries to connect to TCP/8080 on the > server that offered the dhcp lease. W

Re: [VOTE] Apache CloudStack 4.11.1.0 LTS [RC3]

2018-06-22 Thread Daan Hoogland
Sean, I've been busy with that scenario for a while and it is not a consistent error. I have the feeling that it happens more4 lately but just yesterday I manually testit several times 2 VPC with connected private gw and static routes to each other. I could restart with no problem. On Fri, Jun 22,

Re: Migrating workloads into CloudStack

2018-06-22 Thread Daan Hoogland
Mark I do not feel qualified to answer but nobody else does, so ... I don't know these tools. Can your send a pointert to the one you wish to use? I would expect the root admin priovilidges are required as you would have to create the proper offerings and networks for the VMs to be migated too. Tha

Re: com.cloud.agent.api.CheckRouterCommand timeout

2018-06-21 Thread Daan Hoogland
makes sense, well let's hope all breaks soon ;) On Thu, Jun 21, 2018 at 2:15 PM, Melanie Desaive < m.desa...@heinlein-support.de> wrote: > Hi Daan, > > Am 21.06.2018 um 15:29 schrieb Daan Hoogland: > > Melanie, attachments get deleted for this list. Your assumption for

Re: com.cloud.agent.api.CheckRouterCommand timeout

2018-06-21 Thread Daan Hoogland
gt; after it had occured. Nevertheless I would appreciate some insight into > how the checkRouter command is handled, as I expect the problem to come > back again. > Am 21.06.2018 um 10:39 schrieb Daan Hoogland: > > Melanie, this depends a bit on the type of hypervisor. The command &

Re: com.cloud.agent.api.CheckRouterCommand timeout

2018-06-21 Thread Daan Hoogland
Melanie, this depends a bit on the type of hypervisor. The command executes the checkrouter.sh script on the virtual router if it reaches it, but it seems your problem is before that. I would look at the network first and follow the path that the execution takes for your hypervisortype. On Wed, Ju

Re: [VOTE] Apache CloudStack 4.11.1.0 LTS [RC2]

2018-06-12 Thread Daan Hoogland
- release checksums all check out. - I installed an all-KVM 4.9.3.1 with a redundant VPC and two nets with VMs. I upgraded to 4.11.1. The only glitch was that the documentation says to register new system VMs as 'systemvm-kvm-4.11'. This should be 'systemvm-kvm-4.11.1'. The nets kept running and up

Re: Autoscale without Netscaler

2018-06-05 Thread Daan Hoogland
Matheus, As you are now at 4.11 so that statement would mean it is in. I don't know it, but there is a whole class of API calls concerning autoscaling, did you try those? regards, On Tue, Jun 5, 2018 at 4:28 AM, Matheus Fontes wrote: > Does it work? > http://docs.cloudstack.apache.org/en/latest

Re: [VOTE] Apache CloudStack 4.11.1.0 LTS [RC1]

2018-05-28 Thread Daan Hoogland
I checked three verification files, unpacked and build the code, and am trusting the process otherwise: 0 (binding) The reason I am not giving a +1 is because the code presently does not build on anything but linux, due to the configdrive test not building on macosx (and I presume windows) If we ad

Re: CloudStack Uasge lists expunged Volumes. Is that correct?

2018-05-18 Thread Daan Hoogland
E.DETACH", etc. On Fri, May 18, 2018 at 1:03 PM, Melanie Desaive < m.desa...@heinlein-support.de> wrote: > Hi Daan, > > Am 18.05.2018 um 10:28 schrieb Daan Hoogland: > > > It seems that only 5 of those volumes should have been > > reported between the 16th an

Re: Dynamic roles question

2018-05-18 Thread Daan Hoogland
> role. Don't think it's good for business cases. > > 2018-05-18 15:41 GMT+07:00 Daan Hoogland : > > > actually whet is in place is moving users between accounts, and thus > > allowing for their role to change. The accounts would stay the same, but > > the ef

Re: Dynamic roles question

2018-05-18 Thread Daan Hoogland
actually whet is in place is moving users between accounts, and thus allowing for their role to change. The accounts would stay the same, but the effective role of the users changes with it's account. MoverUserCmd is the API. On Fri, May 18, 2018 at 7:44 AM, Ivan Kudryavtsev wrote: > Hello, Ilya

Re: CloudStack Uasge lists expunged Volumes. Is that correct?

2018-05-18 Thread Daan Hoogland
Melanie, The usage server hasn't really changed for 4.11 but it has some old behaviour that might be counter intuitive. The fact that an expunged volume is shown doesn't seem strange to me though. Before it was expunged it has existed. There has been usage for the volume so there should be a usage

Re: [DISCUSS] VR upgrade downtime reduction

2018-05-01 Thread Daan Hoogland
can be driven towards making all VRs redundant enabled by > default that can allow for a firewall+connections state transfer > (conntrackd + VRRP2/3 based) during rolling reboots. > > > - Rohit > > <https://cloudstack.apache.org> > > > > ___

Re: Not able to authenticate using microsoft AD

2018-03-30 Thread Daan Hoogland
ks it will go into 4.11.1. ​[1] https://github.com/apache/cloudstack/pull/2517​ On Fri, Mar 23, 2018 at 10:10 AM, Daan Hoogland wrote: > Shyam, please do raise a bug. I will not start on this immediately but > this does need fixing. Can you leave all relevant data in the ticket, like

Re: CS 4.11 ERR Unknow parameters listall

2018-03-27 Thread Daan Hoogland
Oliver, 'listall' is added in a generic way by the ui. It is not implemented by all API, so no need to worry about it. Biligual auto correct use. Read at your own risico On Sat, 24 Mar 2018, 23:49 Olivier GUIN, wrote: > Hello, > > When I display Hosts, I have this message : > /WARN : Received

Re: Welcoming Mike as the new Apache CloudStack VP

2018-03-27 Thread Daan Hoogland
hang tough, Mike! And thanks, Wido. On Tue, Mar 27, 2018 at 8:37 AM, Boris Stoyanov < boris.stoya...@shapeblue.com> wrote: > Thank you Wido and congrats Mike! > > -Boris Stoyanov > > > boris.stoya...@shapeblue.com > www.shapeblue.com > 53 Chandos Place, Covent Garden, London WC2N 4HSUK > @shapeb

Re: Not able to authenticate using microsoft AD

2018-03-23 Thread Daan Hoogland
Shyam, please do raise a bug. I will not start on this immediately but this does need fixing. Can you leave all relevant data in the ticket, like logs and traces? On Wed, Mar 21, 2018 at 10:30 AM, Daan Hoogland wrote: > ok, Javier and Shyam. This definitely sound like a bug. I have no i

Re: Not able to authenticate using microsoft AD

2018-03-21 Thread Daan Hoogland
bute in Config.java. > Perhaps > > moved to ConfigDepot > > > > On Tue, Mar 20, 2018 at 4:53 PM, soundar rajan > > wrote: > > > > > yes its microsoftad and all the required parameters are configured > > > correctly > > > > > >

Re: Not able to authenticate using microsoft AD

2018-03-21 Thread Daan Hoogland
Shyam On Tue, Mar 20, 2018 at 12:52 PM, soundar rajan wrote: ​ ​..​ > Did not find configuration ldap.username.attribute in Config.java. > Perhaps > moved to ConfigDepot > ​this is not an issue.​

Re: Not able to authenticate using microsoft AD

2018-03-20 Thread Daan Hoogland
t] > (qtp510113906-27:ctx-d5e5dcf9) (logid:4d1b7c7c) Authentication failure: > {"loginresponse":{"uuidList":[],"errorcode":531,"errortext":"Failed to > authenticate user shyam.soundar in domain 1; please provide valid > credentials"}} >

Re: Not able to authenticate using microsoft AD

2018-03-20 Thread Daan Hoogland
le to import all users. Any idea. > > Regards > Shyam > > On Mon, Mar 19, 2018 at 11:20 PM, Daan Hoogland > wrote: > > > Shyam, do you have any related log message, preferably with stack trace > > that is related? Do you see that request are coming in on your AD? >

Re: Not able to authenticate using microsoft AD

2018-03-19 Thread Daan Hoogland
ponse":{"uuidList":[],"errorcode":531,"errortext":"Failed to > authenticate user shyam.soundar in domain 1; please provide valid > credentials"}} > > > On Mon, Mar 19, 2018 at 6:10 PM, soundar rajan > wrote: > > > Hi, > > > > V

Re: Not able to authenticate using microsoft AD

2018-03-19 Thread Daan Hoogland
Shyam, sorry to hear. What versions are you using? On Mon, Mar 19, 2018 at 11:55 AM, soundar rajan wrote: > Hi ALL, > > I have successfully configured Active directory and able to import the > users to cloudstack. > > But users is not able to login with there domain credentials do i miss > anyth

Re: CCS (Cloudstack Container Service) in CloudStack 4.11

2018-03-13 Thread Daan Hoogland
Don't bother. Ccs will not work with 4.9 Biligual auto correct use. Read at your own risico On 13 Mar 2018 18:05, "Parth Patel" wrote: Hi Da'an, I will give that a try, till then I will try the ccs first with ACS 4.9 :P Thanks, Parth Patel On Tue, 13 Mar 2018 at 17:39

Re: CCS (Cloudstack Container Service) in CloudStack 4.11

2018-03-13 Thread Daan Hoogland
Parth, The plugin 1.0 won't work with any version beyond 4.9 (4.7 and 4.7 aren't tested). There is a branch, 'on-top-of-pr-2071-for-4.10 ', that we are now porting to 4.11. If you have capability to build it you can try that. On Tue

Re: first timer - quickstart feedback

2018-03-08 Thread Daan Hoogland
Gomez, for documentation you can also enter a PR on github to have it fixed directly On Thu, Mar 8, 2018 at 9:26 AM, Paul Angus wrote: > Hi Gomez, > > Are you familiar with Jira? > https://issues.apache.org/jira/projects/CLOUDSTACK/ > issues/CLOUDSTACK-10267?filter=allopenissues > > This the bes

Re: [DISCUSS] DB upgrade issue workaround for 4.10.0.0 users upgrading to 4.11.0.0

2018-02-14 Thread Daan Hoogland
work to do in terms of solving merge conflicts but these are generally less then port work as the order of any commits to the intemediats is always preserved. On Wed, Feb 14, 2018 at 6:15 PM, Rene Moser wrote: > Hi Daan > > On 02/14/2018 05:26 PM, Daan Hoogland wrote: > > Rene, &g

Re: [DISCUSS] DB upgrade issue workaround for 4.10.0.0 users upgrading to 4.11.0.0

2018-02-14 Thread Daan Hoogland
Rene, The issue is certainly not due the git workflow but to upgrade schemes we have. The result of this workflow for us is that it is easier to find to which branches a particular commit is added as by merging forward the commit id of the actual fix doesn't change. so instead of looking in each

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
automatically. > > > They are running. I can verify that by > > > virsh list --all > > > > > > and > > > I can see their console and it sugests that it is Cloudstack 4.11 > > systemVM > > > > > > BUT > > > it didn't so

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
Sent: 09 February 2018 15:31 > > To: users@cloudstack.apache.org > > Subject: Re: cloudstack-management fails to start after upgrade 4.10 -> > > 4.11 > > > > the same result > > > > [root@mtl1-apphst03 management]# virsh list --all > > IdName

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
or better through cloudstack On Fri, Feb 9, 2018 at 4:59 PM, Daan Hoogland wrote: > Jevgeni, > > What Paul means is: Those two VMs are probably the old ones base on the > 4.10 systemvm template. These need to be upgraded before you can deploy > anything. The way to do that is

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
: Re: cloudstack-management fails to start after upgrade 4.10 -> > > 4.11 > > > > the same result > > > > [root@mtl1-apphst03 management]# virsh list --all > > IdName State > > ---

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
2018-02-09 14:06:14,505 INFO [o.a.c.f.j.i.AsyncJobManagerImpl] > > > (AsyncJobMgr-Heartbeat-1:ctx-0a480d6a) (logid:b7a572a2) End cleanup > > > expired > > > async-jobs > > > 2018-02-09 14:06:14,582 DEBUG [c.c.n.r.VirtualNetworkApplianceManager > > Impl] &g

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
logid:) Process host VM state report from > ping process. host: 3 > 2018-02-09 14:06:16,895 DEBUG [c.c.v.VirtualMachinePowerStateSyncImpl] > (AgentManager-Handler-4:null) (logid:) Process VM state report. host: 3, > number of records in report: 2 > 2018-02-09 14:06:16,895 DEBUG [c.c.v.VirtualMachinePowerSta

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
vgeni Zolotarjov wrote: > Yes, its KVM > > On Fri, Feb 9, 2018 at 4:06 PM, Daan Hoogland > wrote: > > > I am at a loss but really would like to help you. > > is it a KVM with the management server running locally? > > > > On Fri, Feb 9, 2018 at 3:02 PM, J

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
gt; RAM: 192 GB > Storage: 3+ TB > > I was running cloudstack-4.10 without problems since it was released > > Your help is appreciated > > On Fri, Feb 9, 2018 at 3:57 PM, Daan Hoogland > wrote: > > > Jevgeni, > > > > can you describe your environment in m

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
cate the necessary DB scripts in the package. So I fetched an > update > > from github repo. > > > > Even then it failed to start and I had to do some more DB altering from > > file https://github.com/apache/cloudstack/blob/4.11/ > > engine/schema/resources/META-IN

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
> ContextHandler.java:890) > at > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized( > ServletContextHandler.java:532) > at > org.eclipse.jetty.server.handler.ContextHandler. > startContext(ContextHandler.java:853) > at > org.eclipse.jetty.servlet.

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
before you continue Jevgeni, Do you have a good backup and is no-one able to access this installation with UI or API, when you roll back? On Fri, Feb 9, 2018 at 10:15 AM, Ernie Janse van Rensburg < ernie.jvrensb...@shapeblue.com> wrote: > engine/schema/resources/META-INF/db/schema-41000to41100.s

Re: cloudstack-management fails to start after upgrade 4.10 -> 4.11

2018-02-09 Thread Daan Hoogland
Jevgeni, It looks like the db upgrade went wrong. You'll have to restore a backup, or be very savvy about what you do next. For some reason the new column, 'for_vpc' was already defined. The management server saw that the db was version 4.10 and self is 4.11. It then starts the run the required up

Re: SystemVM not starting after updating console SSL cert

2018-02-07 Thread Daan Hoogland
t; And can you get to the hosts that run the console proxy to do an > investigation there, as to why the consoleproxy stops again? > > >> How can I get there if the machine is not running. > ​not to the machine itself but to the hypervisor it runs on, it might have logs with useful

Re: SystemVM not starting after updating console SSL cert

2018-02-07 Thread Daan Hoogland
Amit, couple of questions as I am not sure what you are asking for. When you say this is an old query, do you mean it is an old version of CloudStack? Which version is it? During your install of the new certificates, did you destroy the systemvms and let cloudstack recreate them? And can you get t

Re: Apache project page updates needed.

2018-02-05 Thread Daan Hoogland
I think this is PMC work, not sure though, i haven't been maintaining this a lot. any one has wisdom on this? On Fri, Feb 2, 2018 at 5:28 PM, Ron Wheeler wrote: > http://cloudstack.apache.org/ list upcoming conferences in 2016 and 2017. > Nothing planned for 2018. > > > -- > Ron Wheeler > Presid

Re: [fosdem] Anybody going to Fosdem this weekend?

2018-02-02 Thread Daan Hoogland
what he said !!! On Thu, Feb 1, 2018 at 11:58 PM, Rohit Yadav wrote: > Hi all, > > I will be at Fosdem in Brussels this weekend, and I know Daan is going to > be there too - if you're going it would be lovely to meet you and discuss > CloudStack among other things, tweet me @rhtyd. > > Cheers. >

Re: [VOTE] Apache Cloudstack 4.11.0.0 LTS [RC2]

2018-01-31 Thread Daan Hoogland
did package verification with all three sig files and including my own monkeying and Boris testing; +1 (binding) On Fri, Jan 26, 2018 at 1:19 PM, Rohit Yadav wrote: > Hi All, > > I've created a 4.11.0.0 release (RC2), with the following artifacts up for > testing and a vote: > > Git Branch and C

Re: Shape Blue Container Service

2018-01-17 Thread Daan Hoogland
Ghaith, There is a 4.10 version in the code but not as a packaged installable. If you’re comfortable with source installations have a look at https://github.com/shapeblue/ccs/tree/on-top-of-pr-2071-for-4.10 A release for 4.10 is planned but we do not have a date yet. Hope that satisfies your que

Re: [DISCUSS] Freezing master for 4.11

2018-01-16 Thread Daan Hoogland
m: +37256850001 > E-mail: k...@wavecom.ee > Skype: kristian.liivak > http://www.wavecom.ee > http://www.facebook.com/wavecom.ee > > - Original Message - > From: "Daan Hoogland" > To: "users" > Cc: "dev" > Sent: Monday, Januar

Re: [DISCUSS] Freezing master for 4.11

2018-01-15 Thread Daan Hoogland
​Kristian, ​ On Mon, Jan 15, 2018 at 11:49 AM, Kristian Liivak wrote: >> > ​... ​ ​As for this one:​ > Also there is major security hole. When instance is destroyd and expunged >> > and new instance is created with old IP all old data is unaffected in VR >> > New instance will get then old ro

Re: [DISCUSS] Freezing master for 4.11

2018-01-15 Thread Daan Hoogland
I suggest you discuss it on the vote thread for RC1 Kristian. On Mon, Jan 15, 2018 at 12:47 PM, Kristian Liivak wrote: > > This fix is only for smaller part of password management.. > Is´t possible that someone have look VR password distribution with > instance creation ? -- Daan

Re: [DISCUSS] Freezing master for 4.11

2018-01-15 Thread Daan Hoogland
liivak > http://www.wavecom.ee > http://www.facebook.com/wavecom.ee > > - Original Message - > From: "Daan Hoogland" > To: "users" > Cc: "dev" > Sent: Monday, January 15, 2018 1:22:23 PM > Subject: Re: [DISCUSS] Freezing master for

Re: [DISCUSS] Freezing master for 4.11

2018-01-15 Thread Daan Hoogland
ince no new regression > >> failures were seen I accepted and merge it on that discretion. The PR > was > >> originally on the 4.11 milestone, however, due to it lacking a JIRA id > and > >> no response from the author it was only recently removed from the > mile

Re: [Discuss] Management cluster / Zookeeper holding locks

2017-12-18 Thread Daan Hoogland
Are you proposing to add zookeeper as an optional requirement, Marc-Aurèle? or just curator? and what is the decision mech of including it or not? On Mon, Dec 18, 2017 at 9:33 AM, Marc-Aurèle Brothier wrote: > Hi everyone, > > I was wondering how many of you are running CloudStack with a cluster

Re: Container Service

2017-12-01 Thread Daan Hoogland
. On 01/12/2017, 15:56, "benoit lair" wrote: Hello Daan, Do you know if it could pass with a ACS 4.3 ? Do i have to upgrade towards ACS 4.6 ? Thanks 2017-12-01 15:34 GMT+01:00 Daan Hoogland : > benoit, it is at the shapeblue website.

Re: Container Service

2017-12-01 Thread Daan Hoogland
benoit, it is at the shapeblue website. There released version is for 4.6 found at the site http://www.shapeblue.com/cloudstack-container-service/ and there is a branch in the repo for 4.10 https://github.com/shapeblue/ccs/pull/39 but this has not been released. On 01/12/2017, 15:01, "benoit la

Re: cloudstack/simulator

2017-11-29 Thread Daan Hoogland
just completed a pul and run and the simulator comes up. I guess someone fixed your issue without responding ;) On Wed, Nov 29, 2017 at 8:31 AM, Daan Hoogland wrote: > thanks, so clearly the database does not come up in the container. Not > saying that this is not a cloudstack problem bu

Re: cloudstack/simulator

2017-11-29 Thread Daan Hoogland
17 at 5:03 PM, Anthony Galea wrote: > sure: http://txt.do/dqcuj > > > On Tue, Nov 28, 2017 at 5:26 PM, Daan Hoogland > wrote: > > > Anthony, > > attachments get removed from the list. Can you include relevant snippets > > or use some upload service? > &g

Re: cloudstack/simulator

2017-11-28 Thread Daan Hoogland
Anthony, attachments get removed from the list. Can you include relevant snippets or use some upload service? On Tue, Nov 28, 2017 at 2:27 PM, Anthony Galea wrote: > Hi, > > Ran into an issue while trying the docker container cloudstack/simulator >

Re: Where is the vm root password published?

2017-11-27 Thread Daan Hoogland
it isn't logged, Rafael, not by cloudstack. It is cloudmonkey that logs the API response object. It is the same response the UI uses to display it to the user. On Mon, Nov 27, 2017 at 3:45 PM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > Interesting! I did not know that the password

Re: VPC across multiple hypevisors

2017-10-17 Thread Daan Hoogland
Asanka, I've not seen that work but it might. I can't think of a hard impediment but having the two types of hypervisors in the same zone is required. If all else fails, another solution may be to split the tiers into separate networks and create a private gateway from the one to the other. hope yo

Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrade the database

2017-10-13 Thread Daan Hoogland
he VR. On Fri, Oct 13, 2017 at 1:44 PM, Ciobanu Cristian wrote: > Daan, > > Can I track this issue somewhere? > > > Thank you! > Cristian > > -----Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Thursday, October 12, 201

Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrade the database

2017-10-11 Thread Daan Hoogland
deploy with a template used before on this setup, > looks like the password set for new deploy is not working... > > > Any idea why I have those issue? > > Upgraded from 4.5.2 to 4.9.3 ( shapeblue packages ) > > > Regards, > Cristian > > > -Original Message

Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrade the database

2017-10-11 Thread Daan Hoogland
[c.c.h.v.r.VmwareResource] > (DirectAgent-381:ctx-5f16ff50 ns53.ip-149-56-xx.net, > job-3247/job-3248, cmd: CheckSshCommand) (logid:6b3de9fa) Could not connect > to 149.56.xxx.xx due to java.net.ConnectException: Connection timed out > catalina.out:INFO [c.c.h.v.r.Vmwar

Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrade the database

2017-10-11 Thread Daan Hoogland
did you see any stack trace around the place you saw that error; above or just below? did you see any warning messages or suspicious debug statements above the error message? can you double check the package installation of the cloud* packages on your machine and give us the versions? ​the procedu

Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrade the database

2017-10-11 Thread Daan Hoogland
re, local storage) ? > > Regards, > Cristian > > -Original Message----- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Wednesday, October 11, 2017 3:29 PM > To: users@cloudstack.apache.org > Subject: Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrad

Re: Upgrade Cloudstack 4.5 to 4.9 - Unable to upgrade the database

2017-10-11 Thread Daan Hoogland
Hi the management server on starting up should take care of the upgrade. if you have a clustered MS make sure to start only one. In your case after the failure you should probably restore the latest backup before continuing. On Wed, Oct 11, 2017 at 2:26 PM, Ciobanu Cristian wrote: > Hello, > > >

Re: release manager 4.11?

2017-10-10 Thread Daan Hoogland
, 2017 at 9:43 AM, Imran Ahmed wrote: > Hi Daan, > I would be happy for contributing my part. Please guide me about the > procedures. > Regards, > > Imran > > -Original Message----- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Tuesday, October 10,

release manager 4.11?

2017-10-10 Thread Daan Hoogland
users and devs, Sorry for the cross post. Is there any devops guru that wishes to take on the 4.11 release, with assistence of course? -- Daan

Re: [ANNOUNCE] Syed Mushtaq Ahmed has joined the PMC

2017-10-09 Thread Daan Hoogland
Good going and clear trail Syed On Mon, Oct 9, 2017 at 2:06 PM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > Congratulation Syed, and thanks for the hard work you have put into ACS so > far. > > On Mon, Oct 9, 2017 at 8:59 AM, Rohit Yadav > wrote: > > > Congratulations Syed! > > >

Re: [VOTE] Apache Cloudstack 4.9.3.0 RC1

2017-09-01 Thread Daan Hoogland
I have had no time to test in any serious way but based on the work of colleagues Glenn and Boris I would say +2 (binding;) +1 (binding) On Wed, Aug 30, 2017 at 7:40 PM, Sebastian Gomez wrote: > Looks well! > > > > Atentamente, > Sebastián Gómez > > On Wed, Aug 30, 2017 at 9:05 AM, Boris Stoyano

Re: one question network survey

2017-08-28 Thread Daan Hoogland
ck). There can be multiple case scenarios but I am mentioning the most generic one . Hope that answers your question if I have correctly understood your question. Regards, -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@sha

one question network survey

2017-08-28 Thread Daan Hoogland
Devs and users, Can you all please tell me how you are using VxLan in your cloudstack environments? The reason behind this is that I am planning some refactoring in the networkgurus and I don’t want to break any running installations on upgrade. If you are not using vxlan but know of people th

Re: Fwd: Error on uploading a SSL Certificate with cloudmonkey

2017-08-15 Thread Daan Hoogland
H Dennis, I am off this week with bad Internet at least the first half of the week. I'll have a look when I can. In the meanwhile, could you find the matching log entry for that error and paste the cloudmonkey command here? Biligual auto correct use. Read at your own risico On 14 Aug 2017 3:52 p

Re: [README][Quarterly Call] - CloudStack Development, Blockers and Community Efforts

2017-07-19 Thread Daan Hoogland
Looking forward to this but I will only be available the first half hour for this. On 19/07/2017, 20:58, "ilya" wrote: Hi Devs and Users Hope this message finds you well, As mentioned earlier, we would like to start with quarterly calls to discuss the direction of clou

Re: Recreating SystemVM's

2017-06-15 Thread Daan Hoogland
Your problem might be like what Swen says, Jeremy but also a wrong systemvm offering or a fault in your management network definition. I am going to sum up some trivialities so bear with me; What type of networking are you using on the XenServers? What version of os does the ms run on? What are t

Re: Retiring OLD Primary Storage - Dealing with System VMs and (assumed) Snapshot related artifacts

2017-06-09 Thread Daan Hoogland
H David, I am not licensed to give support on a vendors propriety product, so take all of this with a gain of the appropriate crystal; Ad 1: you are right but migrating to another host should work as well. Ad 2: There is a table that tells you that a snapshot or image is on a certain primary st

Re: About CloudStack Java samples

2017-05-05 Thread Daan Hoogland
Ahmet, the apache license doesn’t require you to do that but we would be grateful if you do ;) On 05/05/17 12:40, "Ahmet Orkun Gedik" wrote: Perfect! Thank you Rafael, too!! By the way, I have an additional question. Do I need to put my source code to the GitHub or some other site

Re: [VOTE] Retirement of midonet plugin

2017-03-28 Thread Daan Hoogland
+1 On 28/03/17 22:46, "Rafael Weingärtner" wrote: Dear ACS fellows, We have discussed the retirement of Midonet plugin [*]. After quite some talk, we converged in a retirement process and it seems that we all agree that the Midonet plugin should be retired. So, to formalize thing

Re: Welcoming Wido as the new ACS VP

2017-03-20 Thread Daan Hoogland
You know that means for beer, right? On 19/03/17 18:45, "Wido den Hollander" wrote: Thank you Will and all! I'll be present at CCC in Miami this year for a 'official' initiation as VP of the CloudStack project :) Wido > Op 16 maart 2017 om 18:00 schreef Will Stev

Re: Welcoming Wido as the new ACS VP

2017-03-17 Thread Daan Hoogland
Thanks to both of you great Ws. Have a good retirement Will! Good luck in your new capacity Wido! On 17/03/17 08:32, "Paul Angus" wrote: Thanks Will for all the great work. And congratulations Wido - good luck. Kind regards, Paul Angus paul.an...@shapebl

<    1   2   3   4   5   6   7   8   9   >