wido commented on issue #3015:
URL: https://github.com/apache/cloudstack/issues/3015#issuecomment-915798487


   > 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 |
   > 
+----+------+-----------------+--------------------+------------------+------------------------+------------------------+-----------------------+--------------------------+---------------------+
   > ```
   
   I personally don't see any reason why somebody would go over 32 disks 
attached to a single VM. For now I think we can maintain that limit.


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