----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52071/ -----------------------------------------------------------
(Updated Sept. 26, 2016, 9 p.m.) Review request for mesos and Jiang Yan Xu. Changes ------- Fixed the commit summary, and the fix in a RR in this chain should fix the build issue. Summary (updated) ----------------- Updated docs to handle resources with no size in agent flags. Bugs: MESOS-6062 https://issues.apache.org/jira/browse/MESOS-6062 Repository: mesos Description (updated) ------- When a resource with no size is specified in `--resources` startup flag of mesos agent, the size is auto detected by the agent. This is enabled for all known resource types (except gpus). For disk resources, this is done for both root disks as well as MOUNT disks, but is not allowed for PATH disks since PATH disks can be carved into smaller volumes. Diffs (updated) ----- docs/attributes-resources.md 2caa44927d45c0ab13f8160794b50f4fde3711aa Diff: https://reviews.apache.org/r/52071/diff/ Testing ------- Documentation change only. All tests passed. Thanks, Anindya Sinha