I found what looks like the job queue and it has some future created jobs
in there.
Can they be safely deleted and/or have their date changed to the present?

mysql> select job_cmd,created,last_updated from cloud.async_job ;
+------------------------------------------+---------------------+---------------------+
| job_cmd                                  | created             |
last_updated        |
+------------------------------------------+---------------------+---------------------+
| com.cloud.api.commands.DeployVMCmd       | 2012-12-29 15:24:22 |
2012-12-29 15:26:09 |
| com.cloud.api.commands.DeployVMCmd       | 2012-12-29 15:39:01 |
2012-12-29 15:39:27 |
| com.cloud.api.commands.DeployVMCmd       | 2012-12-29 15:45:13 |
2012-12-29 15:46:23 |
| com.cloud.api.commands.CreateVolumeCmd   | 2012-12-29 15:47:50 |
2012-12-29 15:47:50 |
| com.cloud.api.commands.AttachVolumeCmd   | 2012-12-29 15:48:04 |
2012-12-29 15:48:05 |
| com.cloud.api.commands.AttachVolumeCmd   | 2012-12-29 15:48:27 |
2012-12-29 15:48:27 |
| com.cloud.api.commands.AttachVolumeCmd   | 2012-12-29 15:50:07 |
2012-12-29 15:50:07 |
| com.cloud.api.commands.AttachVolumeCmd   | 2012-12-29 15:51:39 |
2012-12-29 15:51:40 |
| com.cloud.api.commands.CreateSnapshotCmd | 2012-12-29 15:52:46 |
2012-12-29 15:57:11 |
+------------------------------------------+---------------------+---------------------+
9 rows in set (0.00 sec)

Regards,
Dave

Reply via email to