You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2015/11/11 14:10:10 UTC

[jira] [Updated] (MESOS-3853) Expose Dynamic Reservations and Persistent Volumes in Master or Slave state.json

     [ https://issues.apache.org/jira/browse/MESOS-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neil Conway updated MESOS-3853:
-------------------------------
    Labels: mesosphere  (was: )

> Expose Dynamic Reservations and Persistent Volumes in Master or Slave state.json
> --------------------------------------------------------------------------------
>
>                 Key: MESOS-3853
>                 URL: https://issues.apache.org/jira/browse/MESOS-3853
>             Project: Mesos
>          Issue Type: Improvement
>          Components: master, slave
>            Reporter: Sargun Dhillon
>            Assignee: Guangya Liu
>            Priority: Minor
>              Labels: mesosphere
>
> Right now dynamic reservations, and persistent volumes aren't exposed in state.json, as it's exposed as just generic reservations:
> {code}
> "reserved_resources": {
>   "test": {
>     "cpus": 0.02,
>     "disk": 200,
>     "mem": 0
>   }
> }
> {code}
> It would be nice to get information about which resources are dynamically reserved, and what principal as well as role holds those dynamic reservations. For volumes, it would be nice to see what principal, it would be good to see the size, and volume info for that given volume.



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