RE: AW: Feature request: move in-flight containers w/o stopping them

2016-02-22 Thread Aaron Carey
February 2016 14:49 To: user@mesos.apache.org Subject: Re: AW: Feature request: move in-flight containers w/o stopping them Moving stateless services can be trivial or a non problem, as others have suggested. Migrating state full services becomes a function of migrating the state, including any

RE: AW: Feature request: move in-flight containers w/o stopping them

2016-02-22 Thread Aaron Carey
Would you be able to elaborate a bit more on how you did this? From: Mauricio Garavaglia [mauri...@medallia.com] Sent: 19 February 2016 19:20 To: user@mesos.apache.org Subject: Re: AW: Feature request: move in-flight containers w/o stopping them Mesos is not only

Re: AW: Feature request: move in-flight containers w/o stopping them

2016-02-19 Thread Mauricio Garavaglia
> containers/microservices where it is about building stateless 12factor >> apps >> > except databases. Why moving a service when you can just kill it and >> let the >> > work be done by 10 other containers doing the same? I remember a talk on >> > dock

Re: AW: Feature request: move in-flight containers w/o stopping them

2016-02-19 Thread Sharma Podila
> dockercon about containers and live migration. It was like: „And now > where > > you know how to do it, dont’t do it!“ > > > > > > > > Von: Avinash Sridharan [mailto:avin...@mesosphere.io] > > Gesendet: Freitag, 19. Februar 2016 05:48 > > An: user@mesos

Re: AW: Feature request: move in-flight containers w/o stopping them

2016-02-19 Thread Dick Davies
ow how to do it, dont’t do it!“ > > > > Von: Avinash Sridharan [mailto:avin...@mesosphere.io] > Gesendet: Freitag, 19. Februar 2016 05:48 > An: user@mesos.apache.org > Betreff: Re: Feature request: move in-flight containers w/o stopping them > > > > One problem with imp

Re: AW: Feature request: move in-flight containers w/o stopping them

2016-02-19 Thread Jason Giedymin
“ > > Von: Avinash Sridharan [mailto:avin...@mesosphere.io] > Gesendet: Freitag, 19. Februar 2016 05:48 > An: user@mesos.apache.org > Betreff: Re: Feature request: move in-flight containers w/o stopping them > > One problem with implementing something like vMotion for Mesos is to a

AW: Feature request: move in-flight containers w/o stopping them

2016-02-19 Thread Mike Michel
containers w/o stopping them One problem with implementing something like vMotion for Mesos is to address seamless movement of network connectivity as well. This effectively requires moving the IP address of the container across hosts. If the container shares host network stack, this won't be possible

Re: Feature request: move in-flight containers w/o stopping them

2016-02-18 Thread Jay Taylor
Is this theoretically feasible with Linux checkpoint and restore, perhaps via CRIU?http://criu.org/Main_Page > On Feb 18, 2016, at 4:35 AM, Paul Bell wrote: > > Hello All, > > Has there ever been any consideration of the ability to move in-flight > containers from one

Feature request: move in-flight containers w/o stopping them

2016-02-18 Thread Paul Bell
Hello All, Has there ever been any consideration of the ability to move in-flight containers from one Mesos host node to another? I see this as analogous to VMware's "vMotion" facility wherein VMs can be moved from one ESXi host to another. I suppose something like this could be useful from a