cloudstack/server/src/com/cloud/storage
Kris McQueen 519633cd38 bug 6763: restore the volume lock when creating a snapshot for the volume to ensure only one thread is creating the snapshot at a time. 2010-10-29 13:53:00 -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 6763: restore the volume lock when creating a snapshot for the volume to ensure only one thread is creating the snapshot at a time. 2010-10-29 13:53:00 -07:00
upload Code clean up for Extract functionality and making it more robust. 2010-10-28 18:45:12 +05:30
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