[GitHub] [cloudstack] soreana commented on issue #7074: VMs without uuid are not listing in the list virtual machines api call when ids parameter used.

2023-01-13 Thread GitBox
soreana commented on issue #7074: URL: https://github.com/apache/cloudstack/issues/7074#issuecomment-1382008631 @weizhouapache That is cool, I didn't know that, thanks  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [cloudstack] soreana commented on issue #7074: VMs without uuid are not listing in the list virtual machines api call when ids parameter used.

2023-01-13 Thread GitBox
soreana commented on issue #7074: URL: https://github.com/apache/cloudstack/issues/7074#issuecomment-1381994424 @weizhouapache We followed the following procedure, which solved our issue. 0. Create a database backup 1. Get the VMs data in a (id, uuid, account_id,

[GitHub] [cloudstack] soreana commented on issue #7074: VMs without uuid are not listing in the list virtual machines api call when ids parameter used.

2023-01-10 Thread GitBox
soreana commented on issue #7074: URL: https://github.com/apache/cloudstack/issues/7074#issuecomment-1377187727 @weizhouapache Thanks a lot. I will update the uuid. I will close the ticket after confirming the expected behaviour. -- This is an automated message from the Apache Git

[GitHub] [cloudstack] soreana commented on issue #7074: VMs without uuid are not listing in the list virtual machines api call when ids parameter used.

2023-01-10 Thread GitBox
soreana commented on issue #7074: URL: https://github.com/apache/cloudstack/issues/7074#issuecomment-1377025966 Is it safe to generate a UUID and update the uuid field in `db`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [cloudstack] soreana commented on issue #7074: VMs without uuid are not listing in the list virtual machines api call when ids parameter used.

2023-01-10 Thread GitBox
soreana commented on issue #7074: URL: https://github.com/apache/cloudstack/issues/7074#issuecomment-1377023966 @weizhouapache Unfortunately they don't have an `uuid`. See the following db output. ``` mysql> select id,uuid from user_vm_view where id = 11289 limit 1;