RE: HA issues

2018-03-01 Thread Sean Lair
FYI Nux, I opened the following PR for the change we made in our environment to get VM HA to work. I referenced your ticket! https://github.com/apache/cloudstack/pull/2474 -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Monday, January 22, 2018 8:15 AM To: dev Subject: Re

RE: HA issues

2018-03-01 Thread Sean Lair
Based on your note we made the following change: https://github.com/apache/cloudstack/pull/2472 It adds a sleep between retries and then stops the cloudstack-agent if it still can't write the heartbeat file after the retries... At least this way an alert is raised instead of a hard reboot. Al

Re: Question: Domain filed on the SSL upload form

2018-03-01 Thread Andrija Panic
Thanks Rafael, that seems reasonable. Excellent ! Thx a lot. On 1 March 2018 at 14:58, Rafael Weingärtner wrote: > Looking at the code, I see that the "domainSuffix" is not validated against > the certificate commons name. That is why everything works for you. The > "domainSuffix" is only used

Re: Question: Domain filed on the SSL upload form

2018-03-01 Thread Rafael Weingärtner
Looking at the code, I see that the "domainSuffix" is not validated against the certificate commons name. That is why everything works for you. The "domainSuffix" is only used for logical stuff inside ACS. The global parameter is only used to generate the URL to access the SSVM/console proxy, whic

Re: Question: Domain filed on the SSL upload form

2018-03-01 Thread Andrija Panic
anyone ? On 27 February 2018 at 14:32, Andrija Panic wrote: > Hi all, > > I got confused about the domain fields/API parameter that is used when > uploading new SSL, to be used on CPVM and SSVM copy process (this is > domain_suffix in cloud.keystore table) > > Due to some automation, I came acro