Till Toenshoff created MESOS-8044:
-------------------------------------
Summary: Modules flags are getting copy&pasted too often.
Key: MESOS-8044
URL: https://issues.apache.org/jira/browse/MESOS-8044
Project: Mesos
Issue Type: Improvement
Reporter: Till Toenshoff
For loading modules, we commonly use the flags {{modules}} and {{modules_dir}}.
Their description is rather verbose but gets copy&pasted across the various
user-cases a lot. We might want to fix this by providing a single definition
and then using flags inheritance instead.
See:
https://github.com/apache/mesos/blob/f3a1ad0a1e15136196b3e093cb89083e2db8a0a7/src/slave/flags.cpp#L1034-L1089
https://github.com/apache/mesos/blob/f3a1ad0a1e15136196b3e093cb89083e2db8a0a7/src/master/flags.cpp#L379-L435
https://github.com/apache/mesos/blob/f3a1ad0a1e15136196b3e093cb89083e2db8a0a7/src/sched/flags.hpp#L58-L113
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)