GitHub user weizhouapache added a comment to the discussion: Table guest_os_hypervisor (and/or guest_os) mixed up?
on my env ``` mysql> select * from guest_os where id in (350,360); +-----+-------------+------+--------------------------------------+------------------+---------------------+---------+-----------------+---------+ | id | category_id | name | uuid | display_name | created | removed | is_user_defined | display | +-----+-------------+------+--------------------------------------+------------------+---------------------+---------+-----------------+---------+ | 350 | 7 | NULL | c88a5e98-e25c-4841-90f9-45be4e157fe4 | Mandrake Linux | 2026-06-10 09:25:51 | NULL | 0 | 1 | | 360 | 10 | NULL | c49d1929-9d3e-4ddd-aaba-0888e4c37967 | Ubuntu 22.04 LTS | 2026-06-10 09:25:52 | NULL | 0 | 1 | +-----+-------------+------+--------------------------------------+------------------+---------------------+---------+-----------------+---------+ 2 rows in set (0.00 sec) ``` GitHub link: https://github.com/apache/cloudstack/discussions/13511#discussioncomment-17471505 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
