Re: CloudStack 4.11.2 SS problem

2019-04-15 Thread Andrija Panic
I agree that would be a bug Ivan, but please try to confirm what happened actually through logs ? Now that I checked, I do recall one similar case actually, where template seems to be present physically on storage (images itself that is - can you also confirm your templates are present on SS,

Re: CloudStack 4.11.2 SS problem

2019-04-15 Thread Ivan Kudryavtsev
Well, we don't remove templates usually, just rename them and reset public, featured flags. I'll check, but suppose, that template api removal call shouldn't produce the case like this? How this could be achieved thru API, when storage_ref is removed, but template is in place? The records for

Re: CloudStack 4.11.2 SS problem

2019-04-15 Thread Andrija Panic
Assuming it's not Assange :), perhaps check with teammates if any changes on these templates were done - are your records completely missing or just altered in bad way ? Can you double check the API log for any delete template API calls ? On Mon, 15 Apr 2019 at 17:39, Ivan Kudryavtsev wrote:

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Suresh Kumar Anaparti
Hi Florent, What was the CS behavior & vCenter/ESXi hosts connectivity status before upgrade to 4.11.2 from 4.9.3? Have you upgraded vCenter as well? Are you able to ping vCenter from CS management server? Even vCenter 6.7 is not recognised, CS would try to connect with the details specified,

Re: CloudStack 4.11.2 SS problem

2019-04-15 Thread Ivan Kudryavtsev
Andrija, yes, I have the case with missing records in 'template_store_ref'. What I don't get is how it could happen... пн, 15 апр. 2019 г. в 11:24, Andrija Panic : > Hi Ivan, > > is it possible that your DB got somehow corrupted or that you are missing > records in template_store_ref etc -

Re: CloudStack 4.11.2 SS problem

2019-04-15 Thread Andrija Panic
Hi Ivan, is it possible that your DB got somehow corrupted or that you are missing records in template_store_ref etc - this might be the reason why SSVM is trying to download templates again - if you check the logs for non-problematic templates, you will see something like "template already on

Re: CloudStack 4.11.2 SS problem

2019-04-15 Thread Ivan Kudryavtsev
To follow up. When SSVM boots it tries to redownload all the templates from original sources this leads to next oucomes: - if the source is not available, the result is: No route to host (Host unreachable) - If the template is changed on source: then it leads to MD5 sum error. Any ideas, why SSVM

RE: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Paul Angus
Ah. vCenter 6.7 isn't supported yet, cloudstack won't recognise it. paul.an...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Original Message- From: Florent Paillot Sent: 15 April 2019 14:26 To: users Subject: Re: Problem with ACS

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Florent Paillot
Hi Suresh, The vCenter is a 6.7u2 (last build). There is no issue log, that the problem... I don't see any error message concerning a failed connection to the vCenter and CS does not seems to send any packet to the vCenter. Florent - Mail original - > De: "Suresh Kumar Anaparti" >

Re: [DISCUSS] Remove support for el6 packaging in 4.13/4.14

2019-04-15 Thread Simon Weller
+1. From: Nux! Sent: Monday, April 15, 2019 8:20 AM To: dev Cc: users Subject: Re: [DISCUSS] Remove support for el6 packaging in 4.13/4.14 +1, EL6 is in its last phase of support. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro -

CloudStack 4.11.2 SS problem

2019-04-15 Thread Ivan Kudryavtsev
Hello, community. Today, We've met the problem with ACS SS, which looks like a critical error. In some point of time, new templates stopped to upload and the old ones were unable to be removed. After the SSVM recreation, I've met the situation when some templates are not activated and have their

RE: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Paul Angus
As Suresh said, we'd need to see the management server logs to see whats happening. I assume that your esxi hosts show as disconnected or alert? paul.an...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Original Message- From:

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Florent Paillot
I just made a try with the shapeblue packages. I can't see any change, still no traffic between the CS controller and the vCenter. Florent - Mail original - > De: "Paul Angus" > À: "users" > Envoyé: Lundi 15 Avril 2019 14:54:40 > Objet: RE: Problem with ACS 4.11.2 and vCenter server

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Suresh Kumar Anaparti
Hi Florent, Can you share the vCenter version and build details. Also, the cloudstack management server log with the issue logs while connecting to vCenter. - Suresh On Mon, Apr 15, 2019 at 6:24 PM Paul Angus wrote: > Assuming that you have updated the core code to recognise and use 'newer' >

RE: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Paul Angus
Assuming that you have updated the core code to recognise and use 'newer' libraries/SDKs than the ones currently in use (and thoroughly tested it) then, please do create a pull request. Otherwise, I personally would advise that you leave things 'as-is' to get the most stable experience. I

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Florent Paillot
Yes, this is the list of the files in deps/ : cloud-iControl.jar cloud-netscaler-sdx.jar iControl-12.1.0.jar install-non-oss.sh manageontap.jar vim25_51.jar vim25_55.jar vim25_60.jar vim25_65.jar vim25_67.jar I had to add the following lines to "install-non-oss.sh" to get the build

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Florent Paillot
Old habits :) You're right, I can make a test with the shapeblue packages. Florent - Mail original - > De: "Dag Sonstebo" > À: "users" > Envoyé: Lundi 15 Avril 2019 13:42:33 > Objet: Re: Problem with ACS 4.11.2 and vCenter server > Florent, > > Not aware of any issues but I'm no

RE: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Paul Angus
When packaging, did you install all of the nonoss libraries into the build before packaging? including vmware-vim25-6.5.jar paul.an...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Original Message- From: Dag Sonstebo Sent: 15

Re: Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Dag Sonstebo
Florent, Not aware of any issues but I'm no packaging expert so will let others respond to this. However - any reason you're not just using the RPM repositories rather than packaging yourself? Regards, Dag Sonstebo Cloud Architect ShapeBlue On 15/04/2019, 11:46, "Florent Paillot" wrote:

Problem with ACS 4.11.2 and vCenter server

2019-04-15 Thread Florent Paillot
Hi everyone, We have a problem with our test environment running ACS 4.11.2 on CentOS 7, not communicating with a vCenter (upgraded from 4.9.3 to 4.11.2 and CentOS 6 o CentOS 7). We have no problems with our KVM host. Our production is using 4.9.3 o, Centos 6 and everything is OK. I used

cloudstack.org code website refactor

2019-04-15 Thread Paul Angus
Guys, I've created a PR to fix the code on the website. I haven't changed the content other than merging "Project Announcements" and "Latest Announcement" sections to save space. This PR is only meant to be a base for any other content changes to be made from. Refactor ( content unchanged )

[DISCUSS] Remove support for el6 packaging in 4.13/4.14

2019-04-15 Thread Rohit Yadav
All, With CentOS8 around the corner to be released sometime around the summer, I would like to propose to deprecate CentOS6 as support management server host distro and KVM host distro. Non-systemd enabled Ubuntu releases have been already deprecated [1]. The older CentOS6 version would