You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Tim Harper (JIRA)" <ji...@apache.org> on 2016/07/08 22:59:11 UTC

[jira] [Created] (MESOS-5823) Include disk source information in stringification

Tim Harper created MESOS-5823:
---------------------------------

             Summary: Include disk source information in stringification
                 Key: MESOS-5823
                 URL: https://issues.apache.org/jira/browse/MESOS-5823
             Project: Mesos
          Issue Type: Improvement
          Components: stout
    Affects Versions: 0.28.2
            Reporter: Tim Harper
             Fix For: 0.28.3


Some frameworks (like kafka_mesos) ignore the Source field when trying to reserve an offered mount or path persistent volume; the resulting error message is bewildering:

{code:none}
Task uses more resources
cpus(*):4; mem(*):4096;     ports(*):[31000-31000]; disk(kafka, kafka)[kafka_0:data]:960679
than available
cpus(*):32; mem(*):256819;  ports(*):[31000-32000]; disk(kafka, kafka)[kafka_0:data]:960679;   disk(*):240169;
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)