ACS 4.8 warning - clusterId:: null

2016-07-11 Thread Semih Tolga DEMİR
Hi, Our environment has ACS 4.8, 1 zone, 1 pod and 1 cluster. We see some warning messages in management-server.log and our interface ( clusterId:: null ). The warning lines are below. Can anyone explain the ' clusterId:: null ' is normal behaviour or is it bug? 2016-07-04 13:28:25,538 DEBUG [c

Re: ACS 4.8 warning - clusterId:: null

2016-07-11 Thread Semih Tolga DEMİR
2016-07-04 13:28:25,538 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running routers. 2016-07-04 13:28:25,538 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 routers to upd

Re: ACS 4.8 warning - clusterId:: null

2016-07-11 Thread Semih Tolga DEMİR
Hi, I add readable format now, sorry for previous e-mails, 2016-07-04 13:28:25,538 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running routers. 2016-07-04 13:28:25,538 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (RouterStatusM

Re: about Console proxy url domain

2016-07-11 Thread Dag Sonstebo
Hi Sam, you have to keep in mind when you restart CloudStack your Console proxy will most likely come online with a different public IP address. For you to use the xyz.somedomain.com configuration you need to configure your Nginx server to check for connectivity on the full public IP range in u

RE: Question about migrating local storage datadisks

2016-07-11 Thread Somesh Naidu
Yes, as long as the hypervisor host where the VM is running in step #5 does not have access to the storage where the datadisk currently resides. Regards, Somesh -Original Message- From: technopathol...@gmail.com [mailto:technopathol...@gmail.com] On Behalf Of Douglas Land Sent: Thursday

Amazon Web Services Interface

2016-07-11 Thread Vladislav Nazarenko
Hello All, I'm trying to activate Amazon Web Services Interface according to this description: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/optional_installation.html#amazon-web-services-interface After enabling the services in global options and restarting managem

Re: Amazon Web Services Interface

2016-07-11 Thread Erik Weber
The AWS EC2 API was removed in a recent version, I don't recall which one, but you might want to look at ec2stack neither the less. https://github.com/apache/cloudstack-ec2stack -- Erik On Mon, Jul 11, 2016 at 7:23 PM, Vladislav Nazarenko < vladislav.nazare...@gmail.com> wrote: > Hello All, >

Re: Amazon Web Services Interface

2016-07-11 Thread Vladislav Nazarenko
Hi Erik, thanx for this information... Unfortunately it's still in the official documentation, this makes me really sad. How did you learn about the removal? Kind regards Vlad On 11.07.2016 22:23, Erik Weber wrote: The AWS EC2 API was removed in a recent version, I don't recall which one, b

Is com.cloud.hypervisor.kvm.resource.KVMHAChecker used by CloudStack?

2016-07-11 Thread Rohan T
Hi All, Having been smashed by the unexpected behaviour of the KVM Heartbeat / HA process, we've been working through the logic of the process, and I now believe the intent of the process is sumarised by: = The heartbeat process consists of 3 parts: 1. a shell script that's dis

Re: Opportunity to contribute in Apache CloudStack

2016-07-11 Thread ilya
Hi Janesh Use case: Manage different cloudstacks from single end point Requirements: When cloudstack is used in large scale, there many different types of environments that would need to be supported - but on the high level, there might be: Development CloudStack Environme

Re: Is com.cloud.hypervisor.kvm.resource.KVMHAChecker used by CloudStack?

2016-07-11 Thread ilya
Rohan As of now: Disconnect the primary NFS from your KVM and see what happens. In the future release: Also, HA piece is being rewritten now. The specs are posted by John Burwell (and me to a smaller extent) if you search cloudstack mailing lists via markmail.org for "KVM HA" you can see the thr

Re: Amazon Web Services Interface

2016-07-11 Thread ilya
Влад As Eric mentioned, AWS integration piece has been replace with cloud-ec2stack sometime ago - as it was a rather painful piece of code to maintain as part of cloudstack bundle. Instead - it now lives its own live. https://github.com/apache/cloudstack-ec2stack Regards ilya On 7/11/16 10:23

Re: Ceph RBD related host agent segfault

2016-07-11 Thread Aaron Hurt
> On Jul 8, 2016, at 2:53 AM, Wido den Hollander wrote: > > >> Op 7 juli 2016 om 6:35 schreef Aaron Hurt : >> >> >> >>> On Jul 6, 2016, at 5:14 PM, Wido den Hollander wrote: >>> Op 6 juli 2016 om 16:18 schreef Aaron Hurt >>> >: > On Ju

Re: Amazon Web Services Interface

2016-07-11 Thread Vladislav Nazarenko
Hi Илья ;), ok understood ... next question - why am I still able to enable it in global settings? Bug? Kind regards Vlad On 12.07.2016 05:22, ilya wrote: Влад As Eric mentioned, AWS integration piece has been replace with cloud-ec2stack sometime ago - as it was a rather painful piece of co