rp- commented on PR #10132: URL: https://github.com/apache/cloudstack/pull/10132#issuecomment-2630904666
> > > @rp- can you review the last changes. > > > > > > @DaanHoogland @rg9975 > > So I dug a bit deeper and found the actual problem to be the `cloud-install-sys-tmplt` script. I use it in my automated CloudStack installations and this scripts sets `size` and `physical_size` `0` in the `template_store_ref` table, which than Linstor can't use to create a template. > > If I don't use the script at all, and let CloudStack fetch the template on its own, the entries are correct and the Linstor driver already creates the volume on management server and everything is fine. > > So my question is, is this script still recommended for installation? And if so can we fix it? > > because ACS packages no (can) include the template the script has somewhat gotten out of use. It should still work, but I am not sure how to fix it. AFAIS the script already gets the sizes and writes them correctly into the `template.properties` file, so all it would need to do is also update the database entries too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org