Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B103200BD5 for ; Thu, 8 Dec 2016 20:34:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 29869160B27; Thu, 8 Dec 2016 19:34:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 991F9160B0A for ; Thu, 8 Dec 2016 20:33:59 +0100 (CET) Received: (qmail 31600 invoked by uid 500); 8 Dec 2016 19:33:58 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 31575 invoked by uid 99); 8 Dec 2016 19:33:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2016 19:33:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 841F52C0057 for ; Thu, 8 Dec 2016 19:33:58 +0000 (UTC) Date: Thu, 8 Dec 2016 19:33:58 +0000 (UTC) From: "Adam B (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-1791) Introduce Master / Offer Resource Reservations aka Quota. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Dec 2016 19:34:00 -0000 [ https://issues.apache.org/jira/browse/MESOS-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam B updated MESOS-1791: -------------------------- Fix Version/s: (was: 1.2.0) 1.0.0 > Introduce Master / Offer Resource Reservations aka Quota. > --------------------------------------------------------- > > Key: MESOS-1791 > URL: https://issues.apache.org/jira/browse/MESOS-1791 > Project: Mesos > Issue Type: Epic > Components: allocation, master, replicated log > Reporter: Tom Arnfeld > Assignee: Alexander Rukletsov > Labels: mesosphere > Fix For: 1.0.0 > > > Currently Mesos supports the ability to reserve resources (for a given role) on a per-slave basis, as introduced in MESOS-505. This allows you to almost statically partition off a set of resources on a set of machines, to guarantee certain types of frameworks get some resources. > This is very useful, though it is also very useful to be able to control these reservations through the master (instead of per-slave) for when I don't care which nodes I get on, as long as I get X cpu and Y RAM, or Z sets of (X,Y). > I'm not sure what structure this could take, but apparently it has already been discussed. Would this be a CLI flag? Could there be a (authenticated) web interface to control these reservations? > Follow up epic: MESOS-6514. -- This message was sent by Atlassian JIRA (v6.3.4#6332)