This is a great workaround, but can we make sure a bug gets filed for this issue? It'd be nice if we could get it fixed.
--David On Wed, Jan 14, 2015 at 2:14 PM, ilya musayev <ilya.mailing.li...@gmail.com> wrote: > I've seen an issue where cloudstack would stop some VMs after they have been > started. Posting the solution for whoever comes across this problem. > > I've noticed following pattern: > > VM was trying to be migrated to another host while another thread would stop > the VM within 10 minutes of the start time. > > The solution was to look for a message in the log that has > "(981,VmWorkJobQueue, 2371) is reaching concurrency limit 1" continuously. > > Delete the reference id of "2371" from cloud.sync_queue_item > Delete the reference id of "981" from cloud.sync_queue > >