weizhouapache commented on issue #12042:
URL: https://github.com/apache/cloudstack/issues/12042#issuecomment-3588767057

   > that has now worked :)
   > 
   > thank you for your help with this
   
   great it works.
   
   so the SQL statement would be
   ```
   UPDATE cloud.vm_template SET checksum=concat('{SHA-512}', checksum) WHERE 
length(checksum) = 128 AND removed IS NULL;
   ```
   then restart SSVM or `cloud` service in SSVM
   


-- 
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]

Reply via email to