cloudstack/engine
Rohit Yadav f9a8111e17 CLOUDSTACK-8151: Add removeRawUsageRecords API to cleanup old cloud_usage data
Call removeRawUsageRecords with interval (> 0) and it will clean up cloud_usage
table by removing records older than interval no. of days from today (current date)
and in case it runs when the job exec time is near, it will fail alerting
user to try again after a 15 min window.

There is an issue with async job scheduler, if this API were async it tries
to search and remove job from cloud_usage.async_job table and fails which is
why this API is sync and extends BaseCmd.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-23 19:38:32 +05:30
..
api Adding support for creating a volume from a snapshot when the snapshot is on managed storage 2015-01-20 15:24:33 -07:00
components-api CLOUDSTACK-8061: Extracting volume when it is in migrating state causes 2014-12-11 09:53:33 -08:00
network removed executable flags from java classes 2014-11-23 19:49:01 +01:00
orchestration CLOUDSTACK-8160: use preferable protocols 2015-01-21 18:04:45 +05:30
schema CLOUDSTACK-8151: Add removeRawUsageRecords API to cleanup old cloud_usage data 2015-01-23 19:38:32 +05:30
service CLOUDSTACK-8011: Upgrade maven dependencies 2014-12-04 02:12:51 +05:30
storage Adding support for creating a volume from a snapshot when the snapshot is on managed storage 2015-01-21 13:06:05 -07:00
pom.xml Bump master version to 4.6.0-SNAPSHOT after branching 4.5.0-SNAPSHOT 2014-10-29 14:54:23 +01:00