cloudstack/server/src/com/cloud
Koushik Das 65eeeaf071 CS-14277
Support for local data disk. Currently enable/disable config is at zone level, in subsequent checkins it can be made more granular.
    Following changes are made:
    - Create disk offering API now takes an extra parameter to denote storage type (local or shared). This is similar to storage type in service offering.
    - Create/delete of data volume on local storage
    - Attach/detach for local data volumes. Re-attach is allowed as long as vm host and data volume storage pool host is same.
    - Migration of VM instance is not supported if it uses local root or data volumes.
    - Migrate is not supported for local volumes.
    - Zone level config to enable/disable local storage usage for service and disk offerings.
    - Local storage gets discovered when a host is added/reconnected if zone level config is enabled. When disabled existing local storages are not removed but any new local storage is not added.
    - Deploy VM command validates service and disk offerings based on local storage config.
    - Upgrade uses the global config 'use.local.storage' to set the zone level config for local storage.
(cherry picked from commit 62710aed37606168012a0ed255a876c8e7954010)
2012-09-11 17:22:43 +05:30
..
account Patch from Chip Childers 2012-07-02 09:51:21 -04:00
acl Patch from Chip Childers 2012-07-02 09:51:21 -04:00
agent Fix small compilation issue encountered when building with maven 2012-08-24 11:18:53 -07:00
alert Patch from Chip Childers 2012-07-02 09:51:21 -04:00
api CS-14277 2012-09-11 17:22:43 +05:30
async Patch from Chip Childers 2012-07-02 09:51:21 -04:00
baremetal Move KVM related code into plugins/hypervisor/kvm, a new jar file is 2012-07-30 14:55:47 -07:00
capacity CS 16158: Load Test - Adding host takes much longer in 3.0.x compared to 2.2.14. 2012-08-31 13:40:18 -07:00
certificate/dao Patch from Chip Childers 2012-07-02 09:51:21 -04:00
cluster fix from Pradeep Soundararajan for removing build dependency on mysql-connector-java https://reviews.apache.org/r/6180 2012-08-20 13:38:19 -04:00
configuration CS-14277 2012-09-11 17:22:43 +05:30
consoleproxy add recreate.systemvm.enabled parameter to control recreating systemvm 2012-08-20 11:19:26 -07:00
dao Patch from Chip Childers 2012-07-02 09:51:21 -04:00
dc CS-14277 2012-09-11 17:22:43 +05:30
deploy bug CS-15278: For removing clusters crossing threshold find out the list of cluster through db instead of iteratting cluster one by one in the java code. 2012-08-13 16:20:57 +05:30
domain Patch from Chip Childers 2012-07-02 09:51:21 -04:00
event Patch from Chip Childers 2012-07-02 09:51:21 -04:00
ha HA worker thread needs to have its own worker thread configuration 2012-08-17 12:59:52 -07:00
host/dao Phase 1 of Nicira integration 2012-07-11 17:16:06 -07:00
hypervisor Merge branch 'master' into vpc 2012-08-01 19:04:28 -07:00
keystore Patch from Chip Childers 2012-07-02 09:51:21 -04:00
maint Add ability to do jetty:run in eclipse 2012-08-28 09:16:44 -07:00
migration Patch from Chip Childers 2012-07-02 09:51:21 -04:00
network Fix the output of instance-id and vm-id to UUID 2012-09-10 18:02:34 -07:00
offerings Merge branch 'master' into vpc 2012-07-03 17:32:50 -07:00
projects ResourceTags: resourcetags support for Project/Vpc/NetworkACL/StaticRoute 2012-08-01 18:54:08 -07:00
resource CS-16258: Load Test - 1 host stuck in "Rebalancing" state forever. "java.lang.NullPointerException" seen in "Cluster-Worker" thread that was handling this process. 2012-09-06 16:31:00 -07:00
resourcelimit Name change for vpc/Dao package (dao is lowercased now) 2012-08-08 14:51:51 -07:00
secstorage Patch from Chip Childers 2012-07-02 09:51:21 -04:00
server Add ability to do jetty:run in eclipse 2012-08-28 09:16:44 -07:00
service Patch from Chip Childers 2012-07-02 09:51:21 -04:00
servlet commit for https://reviews.apache.org/r/6608/ 2012-08-27 10:39:49 -07:00
storage CS-14277 2012-09-11 17:22:43 +05:30
tags Name change for vpc/Dao package (dao is lowercased now) 2012-08-08 14:51:51 -07:00
template Patch from Chip Childers 2012-07-02 09:51:21 -04:00
test CS-14277 2012-09-11 17:22:43 +05:30
upgrade Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
usage Patch from Chip Childers 2012-07-02 09:51:21 -04:00
user CS-14770. ec2-run-instances and ec2-describe-instances don't return keypair information. Component: AWSAPI. 2012-08-28 13:52:42 -07:00
uuididentity ResourceTags: resourcetags support for Project/Vpc/NetworkACL/StaticRoute 2012-08-01 18:54:08 -07:00
vm CS-14277 2012-09-11 17:22:43 +05:30