sudo87 commented on issue #12211: URL: https://github.com/apache/cloudstack/issues/12211#issuecomment-3777054205
> [@weizhouapache](https://github.com/weizhouapache) has another suggestion to add an optional version check in live patch path, described as below: > > * add a VR versoin check during VR live-patch > * throw an exception if VR template version is older than minreq.sysvmtemplate.version > * the error message asks user to change the value of minreq.sysvmtemplate.version There is an existing version check, we need not to implement above. It logs following message: ```2026-01-21 08:58:16,978 DEBUG [c.c.n.r.NetworkHelperImpl] (API-Job-Executor-1:[ctx-e3f94ae4, job-49, ctx-abe4488b]) (logid:185d8fcd) Router requires upgrade. Unable to send command to router: VM instance {"id":4,"instanceName":"r-4-VM","state":"Running","type":"DomainRouter","uuid":"602a9bcc-9767-4622-a504-2ece9e3650bb"}, router template version: Cloudstack Release 4.20.1 Wed May 28 06:10:04 AM UTC 2025, minimal required version: 4.20.2 2026-01-21 08:58:16,979 WARN [o.a.c.e.o.NetworkOrchestrator] (API-Job-Executor-1:[ctx-e3f94ae4, job-49, ctx-abe4488b]) (logid:185d8fcd) Failed to implement network Network {"id": 204, "name": "test-network", "uuid": "9258bd00-4247-4e41-bcc2-54598681557a", "networkofferingid": 10} elements and resources as a part of network restart due to com.cloud.exception.ResourceUnavailableException: Resource [VirtualRouter:4] ``` We can close this issue as document is updated and required version check is in place. @weizhouapache @DaanHoogland -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
