Hi Wilken, The `minreq.sysvmtemplate.version` has relevance in an upgraded environment. While it does seem odd that for a freshly deployed setup of v4.18.0 the value is set to 4.10.0, it does not have any issues or side-effects because, when checking for the router version (as seen in https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/network/router/NetworkHelperImpl.java#L285-L288 ) , we validate if the current router version (which in your case is 4.18.0) is greater than or equal 4.10.0 - which is true, and it will proceed normally.
Regards, Pearl On Mon, Jul 17, 2023 at 5:55 AM W. Verleger - proIO GmbH < w.verle...@proio.com> wrote: > Hi, > > What does the global setting "minreq.sysvmtemplate.version" mean? > In a new performed Cloudstack 4.18 installation it is set to 4.10.0. > > > Best Regards, > > Wilken > > > - proIO GmbH - > Geschäftsführer: Swen Brüseke > Sitz der Gesellschaft: Frankfurt am Main > > USt-IdNr. DE 267 075 918 > Registergericht: Frankfurt am Main - HRB 86239 > > Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte > Informationen. > Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich > erhalten haben, > informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. > Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind > nicht gestattet. > > This e-mail may contain confidential and/or privileged information. > If you are not the intended recipient (or have received this e-mail in > error) please notify > the sender immediately and destroy this e-mail. > Any unauthorized copying, disclosure or distribution of the material in > this e-mail is strictly forbidden. > > -- Pearl Dsilva