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, besi

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 cer

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: 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 - this

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 st

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