----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6229/ -----------------------------------------------------------
(Updated July 31, 2012, 9:09 a.m.) Review request for cloudstack and Abhinandan Prateek. Description ------- Support for up to 16 VDIs per VM on XS 6.0 and above (16 VDIs => root + cd + 14 data volumes). Currently in CS number of data disk that can be attached to VM is hard-coded to 6. Made this setting configurable by moving it to hypervisor capabilities. Although XS 6.0 and above supports upto 16 VDIs but while testing on XS 6.0.2 found that only 13 data volumes can be attached to a VM. So for XS 6.0 and 6.0.2 max_data_volumes_limit is set to 13 currently. Diffs ----- api/src/com/cloud/api/ApiConstants.java e410576 api/src/com/cloud/api/commands/UpdateHypervisorCapabilitiesCmd.java 3173775 api/src/com/cloud/hypervisor/HypervisorCapabilities.java d0fcf01 api/src/com/cloud/server/ManagementService.java 8dcc398 core/src/com/cloud/hypervisor/HypervisorCapabilitiesVO.java 33cafbc server/src/com/cloud/hypervisor/dao/HypervisorCapabilitiesDao.java c7fb969 server/src/com/cloud/hypervisor/dao/HypervisorCapabilitiesDaoImpl.java 8feeba5 server/src/com/cloud/server/ManagementServerImpl.java bcdafa9 server/src/com/cloud/vm/UserVmManagerImpl.java 649e215 setup/db/create-schema.sql ae5f581 setup/db/db/schema-303to40.sql 01710b1 Diff: https://reviews.apache.org/r/6229/diff/ Testing ------- Verified on XS 6.0.2 Thanks, Koushik Das