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 |