shwstppr commented on issue #3015:
URL: https://github.com/apache/cloudstack/issues/3015#issuecomment-915774758
For KVM, it may always end up 32 as the default version for KVM in
hypervisor_capabilities table is set to 32,
```
MariaDB [cloud]> select * from hypervisor_capabilities where
hypervisor_Type='KVM';
+----+------+-----------------+--------------------+------------------+------------------------+------------------------+-----------------------+--------------------------+---------------------+
| id | uuid | hypervisor_type | hypervisor_version | max_guests_limit |
security_group_enabled | max_data_volumes_limit | max_hosts_per_cluster |
storage_motion_supported | vm_snapshot_enabled |
+----+------+-----------------+--------------------+------------------+------------------------+------------------------+-----------------------+--------------------------+---------------------+
| 13 | 13 | KVM | default | 50 |
1 | 32 | NULL |
1 | 1 |
+----+------+-----------------+--------------------+------------------+------------------------+------------------------+-----------------------+--------------------------+---------------------+
```
--
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]