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

Create cgoup recursively to workaround systemd deleting cgroups_root.

Attach filesAttach ScreenshotVotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      This is my case:

      My cgroups_root of mesos-slave is some_user/mesos under /sys/fs/cgroup。

      It happens that this some_user dir may be gone for some unknown reason, in which case I can no longer create any cgroup and any task will fail.

      So I would like to change 

       

      Try<Nothing> create = cgroups::create(
      hierarchy,
      infos[containerId]->cgroup);
      

      to

      Try<Nothing> create = cgroups::create(
      hierarchy,
      infos[containerId]->cgroup,
      true);
      

      in CgroupsIsolatorProcess::prepare in src/slave/containerizer/mesos/isolators/cgroups/cgroups.cpp.

      However, I'm not sure if there's any potential problem doing so. Any advice?

       

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            carlone longfei
            carlone longfei
            Jie Yu Jie Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Agile

                Completed Sprints:
                Mesosphere RI-6 Sprint 2018-30 ended 15/Oct/18
                Mesosphere RI-6 Sprint 2018-31 ended 25/Oct/18
                View on Board

                Slack

                  Issue deployment