Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-2257

Docker fails to start in bigtop CI machine ppc64le-slave

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 1.0.0
    • None
    • ci, docker
    • None

    Description

      After an abrupt host shutdown, docker daemon when it comes up, tries to cleanup oldcontainers.This is not happening successfully with libcontainer driver.
      workaround
      ---------------
      The cleanup happens successfully when we start docker daemon with lxc driver

      apt-get install lxc
      docker -d -D -e lxc --log-level=info

      [ we can kill this docker daemon]
      and next time we can start docker normally using
      service docker start

      Permanent fix to this is to use docker built with latest gccgo and linked to glibc2.21.
      The fixed binary is available internally inside IBM but not yet available publicly. Need to check on that.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Ayappan Ayappan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: