Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-6480

Support for docker live-restore option in Mesos

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Docker-1.12 supports live-restore option which keeps containers alive during docker daemon downtime https://docs.docker.com/engine/admin/live-restore/
      I tried to use this option in my Mesos setup And observed this :
      1. On mesos worker node stop docker daemon.
      2. After some time start the docker daemon. All the containers running on that are still visible using "docker ps". This is an expected behaviour of live-restore option.
      3. When I check mesos and marathon UI. It shows no Active tasks running on that node. The containers which are still running on that node are now scheduled on different mesos nodes, which is not right since I can see the containers in "docker ps" output because of live-restore option.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              milindchawre Milind Chawre
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: