cloudstack/engine/schema/src/com/cloud/storage
Anshul Gangwar 2133c302f4 CLOUDSTACK-8413: Fixed resource tags on disk are lost when migrate to another storage
During cold volume migration we are duplicating volume entry in volumes table.
When migration is complete, we update the uuid of new entry and expunge the older entry.
This results in removal of resource tags on volume as its resource id still pointing to older volume.
As part of fix while updating uuid for volume, we are updating resource_id for tags also.

This closes #194
2015-04-30 14:34:20 +05:30
..
dao CLOUDSTACK-8413: Fixed resource tags on disk are lost when migrate to another storage 2015-04-30 14:34:20 +05:30
DiskOfferingVO.java For volumes created from template, do not log offering ID in VOLUME.CREATE in usage_event. Moved offering type to DiskOffering interface 2015-01-07 12:31:41 +05:30
GuestOSCategoryVO.java clean up storage related coded 2013-05-29 18:04:37 -07:00
GuestOSHypervisorVO.java CLOUDSTACK-6437: 2014-04-25 13:10:10 -07:00
GuestOSVO.java CLOUDSTACK-6437: 2014-04-25 13:10:10 -07:00
LaunchPermissionVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
SnapshotPolicyVO.java CLOUDSTACK-6987: Add support for storing metadata for snapshot policy and controlling policy using display flag 2014-06-24 14:07:39 -07:00
SnapshotScheduleVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
SnapshotVO.java Adding support for creating a volume from a snapshot when the snapshot is on managed storage 2015-01-20 15:24:33 -07:00
StoragePoolHostAssoc.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
StoragePoolHostVO.java Removed trailing spaces 2013-11-21 04:08:01 -08:00
StoragePoolWorkVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
UploadVO.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
VMTemplateDetailVO.java CLOUDSTACK-6184: set display=true by default for all resource details 2014-02-27 10:55:47 -08:00
VMTemplateHostVO.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
VMTemplateStoragePoolVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
VMTemplateVO.java Merge branch 'volume-upload' into master 2015-04-29 11:12:53 +05:30
VMTemplateZoneVO.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
VolumeDetailVO.java CLOUDSTACK-6184: set display=true by default for all resource details 2014-02-27 10:55:47 -08:00
VolumeHostVO.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
VolumeVO.java Adding support for creating a volume from a snapshot when the snapshot is on managed storage 2015-01-20 15:24:33 -07:00