cloudstack/server/src/com/cloud/storage
Alex Huang 4f9f249218 make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
..
allocator make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
download checkins for problems. 2010-10-26 09:35:24 -07:00
listener checkins for problems. 2010-10-26 09:35:24 -07:00
monitor Source code committed 2010-08-11 09:13:29 -07:00
preallocatedlun/dao Merging master into 2.1.refactor, resolve the merge conflicts as best I can. New commands related to extracting template/iso/volume and related to instance groups were refactored to the new API framework. 2010-09-28 15:47:14 -07:00
secondary make console proxy work again with the new network configuration 2010-10-26 17:37:29 -07:00
snapshot bug 6732: there is no longer a manual policy, so add in special handling for deleting manual snapshots. Also, in the process of deleting the snapshot, the snapshot might need to be retrieved from the database, so be sure to find including removed. 2010-10-26 16:47:21 -07:00
upload checkins for problems. 2010-10-26 09:35:24 -07:00
LocalStoragePoolListener.java checkins for problems. 2010-10-26 09:35:24 -07:00
StorageManager.java bug 6672: Fix up volume commands. For createVolume, the command is supposed to create a database object, but not assign it to a storage pool until the user first attaches it to a vm instance. That allows the volume to start off hypervisor agnostic. For attachVolume, detachVolume, and listVolumes, the responses had minor issues (sourceType could be null, for example) in either the response generation, or the response handling by the UI. 2010-10-21 15:15:01 -07:00
StorageManagerImpl.java bug 6730: if a volume was never attached to a VM, then the poolId will be null and this will be flagged as not on shared storage. Since the code was deleting detached volumes only on shared storage, the never-attached volume was in an undeletable state. Instead, allow deletion of any detached volume, regardless of storage pool until some technical reason limits this from happening. 2010-10-26 14:56:44 -07:00