Hi, @tommy. I just posted
https://issues.apache.org/jira/secure/attachment/12808712/MESOS-4675_0_25_0.patch


You could use patch -p1 < MESOS-4675_0_25_0.patch to apply it locally.
Noted that we need change

```
@@ -172,7 +172,7 @@ Try<Launcher*> LinuxLauncher::create(const Flags& flags)
   return new LinuxLauncher(
       flags,
       freezerHierarchy.get(),
-      systemd::exists() ?
+      (systemd::exists() && flags.systemd_enable_support) ?
         Some(systemd::hierarchy()) :
         Option<std::string>::none());
 }
```

in 0.25 which a bit different with the original patch. Please contact me if
any problem when use it.

On Wed, Jun 8, 2016 at 12:58 AM, tommy xiao <[email protected]> wrote:

> thanks haosdent. I will modify the apply the patch (
> https://reviews.apache.org/r/43582/) to 0.25 code base.
>
> 2016-06-08 0:48 GMT+08:00 haosdent <[email protected]>:
>
> > @tommy Currently only 0.26.x, 0.27.0, 0.28.x under maintained. You could
> > check from https://github.com/apache/mesos/branches
> > Personally I could post a simple patch that just disable systemd for
> 0.25.
> > But you need apply it manually. Is it OK for you?
> >
> > On Wed, Jun 8, 2016 at 12:42 AM, tommy xiao <[email protected]> wrote:
> >
> > > Vinod,
> > >
> > > How to know which version is EOL, any docs reference it?
> > >
> > > 2016-06-07 23:24 GMT+08:00 Vinod Kone <[email protected]>:
> > >
> > > > 0.25.x is EOL'ed and hence no longer supported.
> > > >
> > > > On Tue, Jun 7, 2016 at 10:51 AM, Chengwei Yang <
> > > [email protected]
> > > > >
> > > > wrote:
> > > >
> > > > > Seems it hasn't been backported to 0.25.x so far.
> > > > >
> > > > > On Tue, Jun 07, 2016 at 08:49:20PM +0800, tommy xiao wrote:
> > > > > > i need it on 0.25 feature.
> > > > > >
> > > > > > --
> > > > > > Deshi Xiao
> > > > > > Twitter: xds2000
> > > > > > E-mail: xiaods(AT)gmail.com
> > > > >
> > > > > --
> > > > > Thanks,
> > > > > Chengwei
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Deshi Xiao
> > > Twitter: xds2000
> > > E-mail: xiaods(AT)gmail.com
> > >
> >
> >
> >
> > --
> > Best Regards,
> > Haosdent Huang
> >
>
>
>
> --
> Deshi Xiao
> Twitter: xds2000
> E-mail: xiaods(AT)gmail.com
>



-- 
Best Regards,
Haosdent Huang

Reply via email to