cloudstack/server/src/com/cloud/storage
Marcus Sorensen 88180fc139 Summary: Direct template imaging for CLVM, bypass copy template to primary
Detail: Because of the way most other primary storage types work with cloudstack
   (i.e. backing stores) CLVM actually copies the template to a local logical
   volume on primary storage, then uses that. This causes all of your primary
   storage to be littered with a copy of every template used. Since we're not
   using these, dump the template direct to the newly created logical volume.
   This is faster as well since the template is sparse; we're not creating a fat
   template on primary storage and then copying that to a logical volume when we
   deploy from template.

BUG-ID: CLOUDSTACK-508
Bugfix-for: 4.1
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1353221260 -0700
2012-11-17 23:47:39 -07:00
..
allocator CS-14277 2012-09-11 17:22:43 +05:30
dao Removed redundant imports from VolumeHostDao 2012-11-14 14:31:29 +05:30
download Remove @author tag from non third-party source files in server folder 2012-08-13 15:17:31 +08:00
listener CLOUDSTACK-251 : 2012-10-04 11:31:53 -07:00
monitor Remove @author tag from non third-party source files in server folder 2012-08-13 15:17:31 +08:00
resource Patch from Chip Childers 2012-07-02 09:51:21 -04:00
secondary Only use the PremiumSecondaryStorageResource if VmWare is the hypervisor 2012-08-24 15:57:18 +02:00
snapshot CLOUDSTACK-332: intermediate checkin fixing count parameter in listCommands 2012-10-12 13:58:59 -07:00
swift Patch from Chip Childers 2012-07-02 09:51:21 -04:00
upload CS-13594: Download template is unable to handle multiple SSVMs per zone 2012-08-29 15:25:00 +05:30
LocalStoragePoolListener.java CS-14277 2012-09-11 17:22:43 +05:30
OCFS2Manager.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
OCFS2ManagerImpl.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StorageManager.java CLOUDSTACK-279: fixed deleteProject when executed by the regular user. Always pass System account as a caller when do account cleanup 2012-10-17 17:26:19 -07:00
StorageManagerImpl.java Summary: Direct template imaging for CLVM, bypass copy template to primary 2012-11-17 23:47:39 -07:00
StorageMigrationCleanupMaid.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00