Re: update template cache

2022-09-28 Thread jordan j
Changing the template and refreshing the cache works like a charm. I noticed that as the new cached image is created the old one remains. I scanned the whole database for the uuid as it is nowhere to be found except in events when a new VM is created. Is there a table or place where I can get the

Re: update template cache

2022-09-26 Thread jordan j
Thank you! :) On Mon, Sep 26, 2022 at 3:08 PM Wei ZHOU wrote: > Hi Jordan, > > As said, you can find the information of template cache on primary storage > in table `template_spool_ref` table in cloud database. > If you want to clear the template cache, just remove the corresponding > record f

Re: update template cache

2022-09-26 Thread Wei ZHOU
Hi Jordan, As said, you can find the information of template cache on primary storage in table `template_spool_ref` table in cloud database. If you want to clear the template cache, just remove the corresponding record from the database, cloudstack will copy the template from secondary storage t

Re: update template cache

2022-09-26 Thread jordan j
I don't have ssl keys so i cannot import it. Is there a better way to do it, I am all ears :)? Best regards, Jordan On Mon, Sep 26, 2022 at 12:10 PM Wei ZHOU wrote: > Hi Jordan, > > You may look at the `template_spool_ref` table in the `cloud` database. > > btw: why not register the new templ

Re: update template cache

2022-09-26 Thread Wei ZHOU
Hi Jordan, You may look at the `template_spool_ref` table in the `cloud` database. btw: why not register the new template ? -Wei On Mon, 26 Sept 2022 at 11:02, jordan j wrote: > Hey everyone, > > Looking for automated way to deploy VHD image as a template i have done > this: > - create a dum