Re: [mesos-mail] Re: Update the *Minimum Linux Kernel version* supported on Mesos

2018-04-10 Thread Gilbert Song
Hi all, FYI we landed this patch to avoid nested freezer cgroup support check for old kernel versions. Please reply to this thread if you had concerns about this update. - Gilbert On Sun, Apr 8, 2018 at 12:18 AM, Alex Rukletsov wrote: > This does not seem t

Re: Volume ownership and permission

2018-04-10 Thread Qian Zhang
Hi Marc, I have shared the design doc to ensure anyone (no sign-in required) with the link can comment, can you try again? Regards, Qian Zhang On Tue, Apr 10, 2018 at 1:04 PM, Marc Roos wrote: > > Cannot access it > > > > -Original Message- > From: Qian Zhang [mailto:zhq527...@gmail.

Proposal: Constrained upgrades from Mesos 1.6

2018-04-10 Thread Greg Mann
Hi all, We are currently working on patches to implement the new GROW_VOLUME and SHRINK_VOLUME operations [1]. In order to make it into Mesos 1.6, we're pursuing a workaround which affects the way these operations are accounted for in the Mesos master. These operations will be marked as *experiment

Re: Reason of cascaded kill in a group

2018-04-10 Thread Zhitao Li
Hi Benjamin, Yes that's what I meant: adding a new reason for such cascaded kill. On Tue, Apr 10, 2018 at 1:17 PM, Benjamin Mahler wrote: > Are you saying that there was no reason previously, and there would be a > reason after the change? If so, adding a reason where one did not exist is > saf

Re: Reason of cascaded kill in a group

2018-04-10 Thread Benjamin Mahler
Are you saying that there was no reason previously, and there would be a reason after the change? If so, adding a reason where one did not exist is safe from a backwards compatibility perspective. On Mon, Apr 9, 2018 at 10:32 AM, Zhitao Li wrote: > Hi, > > We are considering adding a new reason

Re: Troubleshooting Mesos SSL setup

2018-04-10 Thread Benjamin Mahler
Are there bugs here? Is there anything that mesos could have logged / handled better? On Fri, Mar 16, 2018 at 11:46 AM, Renan DelValle wrote: > Follow up, we weren't able to get our wildcard certificate working but we > did get it to work when we used a certificate for a single hostname. > > Al

Re: Release policy and 1.6 release schedule

2018-04-10 Thread Greg Mann
Thanks for the reviews, y'all! I've got a few "Ship-Its" - I'll commit this later today unless I hear any objections. Cheers, Greg On Wed, Apr 4, 2018 at 11:49 AM, Greg Mann wrote: > Hey folks, > I've posted a proposed update to our documented release schedule: > https://reviews.apache.org/r/66

[GSoC] Google Summer of Code

2018-04-10 Thread Tomek Janiszewski
Hi It looks like Apache Foundation was selected to Google Summer of Code https://summerofcode.withgoogle.com/organizations/5718432427802624/ Do we plan to submit any project related to Mesos. I was thinking about a project to refresh Mesos UI (catch up with features, upgrade to latest Angular (or

Volume ownership and permission

2018-04-10 Thread Qian Zhang
Hi Folks, I am working on MESOS-8767 to improve Mesos volume support regarding volume ownership and permission, here is the design doc . Please feel