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

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

Sargun Dhillon created MESOS-3853:
-------------------------------------

             Summary: 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
            Priority: Minor


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)