[openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-22 Thread Deepthi Dharwar
All the VM information is stored in the instances table. This includes all the time related field like scheduled_at, launched_at etc. After upgrading to Juno, I have noticed that my 'scheduled_at' field is not getting reflected at all in the database. I do see my VMs being spawned and running jus

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-23 Thread Jay Pipes
On Mon, Mar 23, 2015 at 11:18:28AM +0530, Deepthi Dharwar wrote: > All the VM information is stored in the instances table. > This includes all the time related field like scheduled_at, launched_at etc. > > After upgrading to Juno, I have noticed that my 'scheduled_at' field > is not getting refl

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-23 Thread Deepthi Dharwar
On 03/23/2015 09:00 PM, Jay Pipes wrote: > On Mon, Mar 23, 2015 at 11:18:28AM +0530, Deepthi Dharwar wrote: >> All the VM information is stored in the instances table. >> This includes all the time related field like scheduled_at, launched_at etc. >> >> After upgrading to Juno, I have noticed that

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-23 Thread Deepak Shetty
On Tue, Mar 24, 2015 at 10:58 AM, Deepthi Dharwar < deep...@linux.vnet.ibm.com> wrote: > On 03/23/2015 09:00 PM, Jay Pipes wrote: > > On Mon, Mar 23, 2015 at 11:18:28AM +0530, Deepthi Dharwar wrote: > >> All the VM information is stored in the instances table. > >> This includes all the time relat

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-23 Thread Deepak Shetty
On Tue, Mar 24, 2015 at 11:57 AM, Deepak Shetty wrote: > > > On Tue, Mar 24, 2015 at 10:58 AM, Deepthi Dharwar < > deep...@linux.vnet.ibm.com> wrote: > >> On 03/23/2015 09:00 PM, Jay Pipes wrote: >> > On Mon, Mar 23, 2015 at 11:18:28AM +0530, Deepthi Dharwar wrote: >> >> All the VM information is

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-24 Thread Deepthi Dharwar
On 03/24/2015 12:09 PM, Deepak Shetty wrote: > > > On Tue, Mar 24, 2015 at 11:57 AM, Deepak Shetty > wrote: > > > > On Tue, Mar 24, 2015 at 10:58 AM, Deepthi Dharwar > mailto:deep...@linux.vnet.ibm.com>> wrote: > > On 03/23/2015 09:00 PM, Jay Pipes

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-24 Thread Chris Friesen
On 03/24/2015 12:27 AM, Deepak Shetty wrote: I am _not_ nova expert, but iiuc, a VM is scheduled once and changing the host as part of migration isn't scheduling, but i could be wrong too. Not sure I agree. Any time that a VM could be placed on a different host the scheduler could be involve