Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1755

Mounts created by executor when using filesystem isolation are leaking to the host filesystem's mtab

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.16.0
    • Executor
    • None

    Description

      $ cat /etc/mtab |grep /var/lib/mesos |wc -l
      432
      

      In theory this should not be happening, because the executor should be running in its own mount namespace. In practice... something is awry. Should talk to Mesos folks to see what's going on, but we have a few easy solutions regardless:

      add the -n flag to the mount command to not create the mtab entry.
      run the mount commands through mesos-containerizer launch's --pre-exec which will create the mount in the isolated fileystem's namespace.

      Attachments

        Activity

          People

            joshua.cohen Joshua Cohen
            joshua.cohen Joshua Cohen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: