GitHub user miroswan opened a pull request:
https://github.com/apache/mesos/pull/262
Updating reservation.md
When using the Operator API, I came to this document to get a better
understand of resource reservations. It wasn't clear to me that the reservation
or reservations keys were a requirement given that the principal configuration
is optional. What I do know is that the role can be set in the resource object
or the reservation object. I think we might as well instruct users to set the
role in the reservation object so it is more clear that it is required to
successfully POST the request. After a quick google search, I noted that
another user ran into the same issue and posted about it in IRC.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/miroswan/mesos master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mesos/pull/262.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #262
----
commit e12a4beaa8fbb4845cec80e1bbcd6bda59bc22da
Author: Demitri Swan <dswan@...>
Date: 2018-02-05T19:48:53Z
Updating reservation.md
----
---