anthony
|
abaa66f6e3
|
bug 6181: ingore provisioning factor for iscsi primary storage
status 6181: resolved fixed
|
2010-09-22 20:39:57 -07:00 |
Alex Huang
|
286e78c849
|
moved account id, service offering id, and domain id into isntance
|
2010-09-22 10:43:59 -07:00 |
nit
|
4ae9e1c593
|
bug 4144: : send an Alert when template sync deletes a template from the secondary storage due to no record of the template in the db.
status 4144: resolved fixed
|
2010-09-22 14:37:40 +05:30 |
Kris McQueen
|
c32d6e7524
|
Template id is not a required parameter when listing templates. The proper serialized name for the async job id is jobid, not id. Sadly, ctxAccoutId != ctxAccountId, ugh, no wonder the UserContext wasn't getting set up correctly. Clean up some miscellaneous unnecessary casts.
|
2010-09-21 17:00:50 -07:00 |
anthony
|
fb628a1929
|
add rate limit for system VM, after you change rate limit, you need to restart managementserver to make it effect
|
2010-09-21 12:25:53 -07:00 |
kishan
|
85964511b2
|
bug 6195,6255,5891: Only ROOT volumes will have templateId. offeringId will be diskOfferingId for DATA volumes and serviceOfferingId for ROOT volume
status 6195,6255,5891: resolved fixed
|
2010-09-21 15:46:55 +05:30 |
nit
|
0669c2c1d4
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-09-21 13:37:47 +05:30 |
nit
|
7ff551bd5c
|
bug 4286: Extract functionality - code cleanup
|
2010-09-21 13:36:57 +05:30 |
Kris McQueen
|
ebd06ae6f3
|
List clusters was using the name of the command rather than the name of the cluster to search for clusters, which was resulting in no clusters returned. Fixed. CreateStoragePool was returning an array of one pool every time, simplified it to just return the pool and changed the UI to expect one pool rather than an array. Fixed the backend code for creating a storage pool to (a) generate a UUID based on host name, path, and a timestamp and (b) to list only active storage pools when checking for duplicates. This allows a storage pool to be create with the same path as a pool that had previously been deleted.
|
2010-09-20 19:08:52 -07:00 |
anthony
|
ccc166f4ac
|
if no private ip or public ip, send correct message to UI
|
2010-09-20 17:17:20 -07:00 |
nit
|
33e683e2c7
|
bug 4286: Making ExtractVolumeCommand async and some code cleanup
|
2010-09-19 18:34:12 +05:30 |
Kris McQueen
|
1f4b2cfb06
|
Async commands need to have a start event id for event tracking.
|
2010-09-17 12:07:16 -07:00 |
nit
|
48cd102ab9
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-09-17 17:04:35 +05:30 |
nit
|
636dc041c7
|
bug 4286: Making extractIsoCmd and extractTemplateCmd async
|
2010-09-17 17:04:07 +05:30 |
Alex Huang
|
131e487c32
|
allocation complete. Moving on to actual create and deploy
|
2010-09-16 12:01:56 -07:00 |
Alex Huang
|
327924a9ad
|
More changes for refactoring
|
2010-09-15 18:00:54 -07:00 |
nit
|
f5ac46255c
|
bug 4286: Schema changes to include the upload table, Introducing extractIso command and extractVolume command
|
2010-09-15 17:51:42 +05:30 |
Kris McQueen
|
df10af0688
|
cleaning up imports, fixing up some compilation problems related to API refactoring
|
2010-09-13 15:25:46 -07:00 |
Kris McQueen
|
449d1f3acf
|
working through some compilation errors that have arisen due to all the API refactoring...
|
2010-09-13 14:46:23 -07:00 |
abhishek
|
a03cf45e5d
|
further improvements to the sp code, especially for the local storage case
|
2010-09-13 12:00:54 -07:00 |
abhishek
|
542230fc26
|
null check for the npe
|
2010-09-13 09:35:28 -07:00 |
Kris McQueen
|
1e46e2e588
|
refactoring createVolume to new API framework
|
2010-09-10 23:25:22 -07:00 |
abhishek
|
93261c4eb8
|
bug 5147: Improvements after testing the storage maintenance across multiple sp's, with sys vms scattered across multiple sps
|
2010-09-10 13:44:39 -07:00 |
Kris McQueen
|
037f1ff327
|
Refactoring createSnapshot to new API framework.
|
2010-09-09 18:58:37 -07:00 |
abhishek
|
8d38e230a5
|
bug 5147: we ensure that if the sp under maintenance is the only one in the cluster, we just stop the vms with no migration (base case)
|
2010-09-09 18:34:44 -07:00 |
abhishek
|
20973d48af
|
bug 5147: implementing the recommendations i got for the ps maintenance. For now, we are not implementing the cancel maintenance part. Instead, we are going to ask the admin if he is "sure" of enabling maintenance on a sp, before proceeding
|
2010-09-09 18:05:43 -07:00 |
root
|
76e5cf3321
|
renamed dao methods to correctly reflect what they do
|
2010-09-09 18:01:50 -07:00 |
alena
|
3659b7b207
|
Code cleanup - deleted code that was commented out and unused imports.
|
2010-09-09 16:07:29 -07:00 |
anthony
|
bce314b131
|
fixed a bug about snapshot
|
2010-09-09 15:11:34 -07:00 |
Alex Huang
|
7249f168d5
|
more file changes
|
2010-09-09 13:27:20 -07:00 |
Alex Huang
|
6134f7dfd2
|
more file changes
|
2010-09-09 11:52:12 -07:00 |
alena
|
b0aa28032c
|
Refactored DeleteIPForwardingRule/UpdateIPForwardingRule commands to new api framework.
|
2010-09-08 19:03:42 -07:00 |
alena
|
c0185e713a
|
Refactored AttachVolume/PrepareForMaintenance/CancelMaintenance/PreparePrimaryStorageForMaintenance/CancelPrimaryStorageMaintenance commands.
|
2010-09-08 12:18:46 -07:00 |
Kris McQueen
|
614c3fa502
|
Refactor listSnapshots to new API framework. Also some minor code cleanup.
|
2010-09-07 18:41:52 -07:00 |
Kris McQueen
|
3b703c76cf
|
Refactor listSnapshotPolicies to new API framework.
|
2010-09-07 17:46:55 -07:00 |
Kris McQueen
|
f653e54ce6
|
Refactoring listRecurringSnapshotSchedule to new API framework.
|
2010-09-07 14:56:50 -07:00 |
anthony
|
c65175aa40
|
bug 6048: Check createvolume's return
status 6048: resolved fixed
|
2010-08-31 13:05:42 -07:00 |
Kelven Yang
|
7eb61b705a
|
Allow NetworkManagerImpl and SecondaryStorageImpl to tolerate missing of system vm template at startup
|
2010-08-27 16:32:03 -07:00 |
abhishek
|
742869b750
|
Refactoring the delete snapshot command. This has a lot of spaghetti calls, trying my best to make it works. Hopefully it all does, on the 1st pass
|
2010-08-27 11:26:14 -07:00 |
abhishek
|
3d8a3ef358
|
Refactoring the snapshot policies cmd
|
2010-08-26 17:17:30 -07:00 |
abhishek
|
7f7a342cbe
|
Refactoring the delete volume command
|
2010-08-26 14:31:25 -07:00 |
abhishek
|
604e7016a3
|
Incremental checkin
|
2010-08-26 14:18:36 -07:00 |
edison
|
3ab4651cf0
|
Issue #: 5978 5977 5971 5972
Status 5978: resolved fixed
Status 5977: resolved fixed
Status 5971: resolved fixed
Status 5972: resolved fixed
|
2010-08-25 15:27:34 -07:00 |
Kelven Yang
|
0682d70ce6
|
add correct check sum to default vmware template records
Let StoragePoolMonitor be aware of vmware hypervisor
|
2010-08-25 11:07:27 -07:00 |
Alex Huang
|
fb389e8cd6
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-08-24 00:01:09 -07:00 |
abhishek
|
7454f0f24a
|
Incremental checkin for volume lineage
|
2010-08-23 16:02:45 -07:00 |
Alex Huang
|
e0165dd2ef
|
my changes
|
2010-08-23 13:59:23 -07:00 |
abhishek
|
fcdeb5a97d
|
Incremental checkin
|
2010-08-19 14:40:08 -07:00 |
Kris McQueen
|
4c86af9901
|
cleaning up imports
|
2010-08-18 19:12:27 -07:00 |
Kris McQueen
|
78445d8348
|
Refactoring createStoragePool to new API framework. The logic was always in StoragePoolManager, mostly removed the management server proxy method which called into StoragePoolManager. There is still an outstanding TODO for this API in terms of the response. Once the storage pool has been added, there is a query for the allocated bytes on the pool in order to return proper storage stats. Hooking into this query to get the right data needs to be done.
|
2010-08-18 19:11:01 -07:00 |
Kris McQueen
|
b0668df1b9
|
refactoring createSnapshotPolicy to new API framework...since this is a basic database create just move parameter validation to SnapshotManager and save the snapshot policy in the database
|
2010-08-18 19:08:23 -07:00 |
Kris McQueen
|
da03aee028
|
Add snapshot manager to the list of managers that can be invoked through the API. This prepares the way for refactoring createSnapshot, but since the method is an async create that also needs to create a policy first and generally does not follow any other patters, I'll do this one last.
|
2010-08-18 19:08:23 -07:00 |
alena
|
46c331b54b
|
Merge branch '2.1.refactor' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.refactor
Conflicts:
server/src/com/cloud/storage/StorageManagerImpl.java
|
2010-08-18 15:52:23 -07:00 |
alena
|
f1b95641cb
|
Refactor api deletePool, addHost, addSecondaryStorage
|
2010-08-18 15:41:16 -07:00 |
abhishek
|
716271fca1
|
Merge branch '2.1.refactor' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.refactor
|
2010-08-18 14:05:45 -07:00 |
abhishek
|
aa6e9ab2bb
|
Refactoring the startvm command
|
2010-08-18 14:01:15 -07:00 |
Alex Huang
|
b250b985ec
|
changes
|
2010-08-18 12:19:22 -07:00 |
alena
|
e2950eb5a1
|
Merge branch '2.1.refactor' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.refactor
Conflicts:
server/src/com/cloud/api/BaseCmd.java
server/src/com/cloud/network/security/NetworkGroupManagerImpl.java
|
2010-08-18 11:36:05 -07:00 |
alena
|
3d85fdf687
|
API refactor
|
2010-08-18 11:24:29 -07:00 |
abhishek
|
1174486e27
|
Refactoring into server project
|
2010-08-17 16:43:57 -07:00 |
abhishek
|
7e502768ed
|
Incremental checkin
|
2010-08-17 16:07:48 -07:00 |
Alex Huang
|
a89aad4d15
|
removed override
|
2010-08-17 10:16:16 -07:00 |
Alex Huang
|
867b43dcf9
|
more changes for the rewrite.
|
2010-08-16 11:28:11 -07:00 |
Manuel Amador (Rudd-O)
|
14ae76781e
|
Committing Kris' big merge
|
2010-08-11 16:02:57 -07:00 |
Manuel Amador (Rudd-O)
|
ac730ec496
|
Branch 2.1.refactor committed
|
2010-08-11 09:13:42 -07:00 |
Manuel Amador (Rudd-O)
|
05c020e1f6
|
Source code committed
|
2010-08-11 09:13:29 -07:00 |