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

   > > > [@itobin](https://github.com/itobin) can you try
   > > > ```
   > > > * add `{SHA-512}` before the value of checksum
   > > > 
   > > > * restart `cloud` service in ssvm, or reboot ssvm ?
   > > > ```
   > > 
   > > 
   > > do you mean like this ?
   > > update vm_template set checksum= 
'{SHA-512}10987c4fb3158d40006b1a1db89bf6e9b6c3995294f295e1ca564c26c9543453d4d21a7d8c967d5487b489d88194ecfba9829f00e929b17e3ddaa70751cece90'
 where id = 251;
   > 
   > yes [@itobin](https://github.com/itobin)
   
   doesnt appear to do anything?
   
   mysql> update vm_template set checksum= 
'{SHA-512}10987c4fb3158d40006b1a1db89bf6e9b6c3995294f295e1ca564c26c9543453d4d21a7d8c967d5487b489d88194ecfba9829f00e929b17e3ddaa70751cece90'
 where id = 251;
   Query OK, 0 rows affected (0.00 sec)
   Rows matched: 0  Changed: 0  Warnings: 0
   
   mysql> select * from vm_template where id=215\G
   *************************** 1. row ***************************
                      id: 215
             unique_name: routing-215
                    name: systemvm-kvm-4.22.0-x86_64
                    uuid: ea699664-e3db-4636-a15d-440f49740e1d
                  public: 0
                featured: 0
                    type: SYSTEM
                     hvm: 1
                    bits: 64
                     url: 
https://download.cloudstack.org/systemvm/4.22/systemvmtemplate-4.22.0-x86_64-kvm.qcow2.bz2
                  format: QCOW2
                 created: 2025-11-27 11:26:55
                 removed: NULL
              account_id: 1
                checksum: 
10987c4fb3158d40006b1a1db89bf6e9b6c3995294f295e1ca564c26c9543453d4d21a7d8c967d5487b489d88194ecfba9829f00e929b17e3ddaa70751cece90
            display_text: systemvm-kvm-4.22.0-x86_64
         enable_password: 0
           enable_sshkey: 0
             guest_os_id: 363
                bootable: 1
             prepopulate: 0
             cross_zones: 1
             extractable: 1
         hypervisor_type: KVM
      source_template_id: NULL
            template_tag: NULL
                sort_key: 0
                    size: 0
                   state: Active
            update_count: 0
                 updated: NULL
    dynamically_scalable: 0
      parent_template_id: NULL
         direct_download: 0
            deploy_as_is: 0
            user_data_id: NULL
   user_data_link_policy: NULL
                    arch: x86_64
                 for_cks: 0
            extension_id: NULL
   1 row in set (0.00 sec)
   
   I restarted the SSVM
   
   <img width="1035" height="106" alt="Image" 
src="https://github.com/user-attachments/assets/f6491756-2301-4d9e-bc1f-e148ad2a463f";
 />
   
   
   
   


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