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

Unable to disable the auto-extraction of URIs (mesos-fetcher)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.18.1
    • agent
    • None

    Description

      Due to the implementation of the mesos-fetcher you're unable to disable the feature that extracts a tar file (or various other compressed archives) into the sandbox directory when using the CommandInfo.URI object.

      Discussed briefly in IRC, a proposed solution is to add a new optional extract field to the CommandInfo.URI protobuf object, with a default value of true.

      message URI {
        required string value = 1;
        optional bool executable = 2;
        optional bool extract = 3 [default = true];
      }
      

      Attachments

        Activity

          People

            tarnfeld Tom Arnfeld
            tarnfeld Tom Arnfeld
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: