You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Jessica J (JIRA)" <ji...@apache.org> on 2012/07/20 20:24:35 UTC

[jira] [Created] (MESOS-235) Mesos daemon ignores --conf option

Jessica J created MESOS-235:
-------------------------------

             Summary: Mesos daemon ignores --conf option
                 Key: MESOS-235
                 URL: https://issues.apache.org/jira/browse/MESOS-235
             Project: Mesos
          Issue Type: Bug
          Components: master, slave
            Reporter: Jessica J
            Priority: Minor


Currently mesos-daemon.sh ignores the --conf option even though mesos-master and mesos-slave allow this option. The ability to specify a conf directory is highly desirable under circumstances in which the MESOS-INSTALL directory is shared among the masters and slaves; in this case the user could specify a non-shared directory in the original mesos.conf so that all masters and slaves would get their node-specific settings from their individual conf files.

E.g., in mesos-install/var/mesos/conf/mesos.conf:

conf=/some/non/shared/directory

And in /some/non/shared/directory/mesos.conf:

ip=my.specific.ip.address

Currently the only way to enable this sort of behavior is to manually edit mesos-daemon.sh and hardcode the path to the non-shared directory. This is non-intuitive and not very user-friendly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira