Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-9014 runC container runtime
  3. YARN-9959

Work around hard-coded tmp and /var/tmp bind-mounts in the container's working directory

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

          addRuncMountLocation(mounts, containerWorkDir.toString() +
              "/private_slash_tmp", "/tmp", true, true);
          addRuncMountLocation(mounts, containerWorkDir.toString() +
              "/private_var_slash_tmp", "/var/tmp", true, true);
      

      It would be good to remove the hard-coded tmp mounts from the RuncContainerRuntime in place of something general or possibly a tmpfs.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebadger Eric Badger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: