shwstppr commented on PR #9575:
URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2317116619

   > @shwstppr can you retry with the userdata Kiran was using?
   
   @nvazquez I tried the same userdata as well,
   
   This is what UI sent as part of the API request,
   
![image](https://github.com/user-attachments/assets/c70f0237-3479-4732-8020-84acc3359fb2)
   And value stored in the DB,
   ```
   mysql> select * from user_vm where id=7\G;
   *************************** 1. row ***************************
                  id: 7
              iso_id: NULL
        display_name: NULL
           user_data: 
d3JpdGVfZmlsZXM6Ci0gcGF0aDogL3Jvb3QvQ0xPVURfSU5JVF9XQVNfSEVSRQ==
        user_data_id: NULL
   user_data_details: NULL
   update_parameters: 1
        user_vm_type: NULL
   1 row in set (0.01 sec)
   ```
   
   Anyway, since the PR is tested and merged now, we can check later if there 
comes any issue in the future (less likely)


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